Posts by Claudemir Simons • 21 points
1 post
-
2
votes1
answer860
viewsQ: How to use jQuery + Ajax with Java EE
I’m creating a connection to the Java database like this: try{ Class.forName("org.postgresql.Driver"); Connection con =…
1 post
2
votes1
answer860
viewsI’m creating a connection to the Java database like this: try{ Class.forName("org.postgresql.Driver"); Connection con =…