Posts by Carlos Eduardo Proença Silva • 51 points
3 posts
-
4
votes1
answer879
viewsQ: Spring boot Data-JPA and JSF Java Config
I am setting up a project using Spring boot for ioc and Data-Jpa along with JSF however I have a problem with @Autowired my DAO is not carrying. Does anyone know how to do that configuration and…
-
1
votes2
answers1040
viewsA: Error connecting to Mysql database in Java
In case the error is user and password, the method getConnection receives only String in this case Doc Java. So in case you just pass it on: return…
-
0
votes0
answers116
viewsQ: Wordpress functions do not work via ajax
I am creating a plugin for Wordpress with an audio recorder. By clicking a button I need to call a function from within my plugin to send an email with that audio. I didn’t understand how to use the…