Tagged Questions
4
votes
1answer
50 views
MySQL Java Connection with my application
the following is my code for the Java class connection to mysql server, i need to see if there is any suggestion to make it better.
this class not making the connection, it just control transactions, ...
2
votes
1answer
176 views
Non-Blocking MySQL queries in Java
I wrote a non-blocking MySQL interface for java (wrapped around the standard mysql java connector).
I think the code to use it looks a bit ugly however...
...
1
vote
1answer
274 views
Client for handlersocket server
I wrote a simple client for handlersocket server, but I'm not a professional Java programmer and would like to know the opinion of Java developers on my code.
Well I have not yet decided how to ...