RizN81
RizN81

Reputation: 1039

Using Web Services with Database Mysql in java

can any one please tell me how i can use Mysql with web services . i want to save and retrieve data from mysql. please suggest any good tutorial for that .

Upvotes: 0

Views: 391

Answers (1)

Alexx
Alexx

Reputation: 3692

You haven't specified a platform, so I suppose that is open for you? That is a very broad question as well.

This is an excellent tutorial which should get you quickly started, step by step, using Glassfish (free from Sun/Oracle), Java, and MySQL to build web services to query the database (which is exactly what you asked for):

http://java.sun.com/developer/technicalArticles/glassfish/GFandMySQL_Part3.html

Good luck and have fun!

Upvotes: 1

Related Questions