Reputation: 1
Guys i need to develop a JAVA web service which reads data from a HTML form and stores the data into the MYSQL database. i have no idea about how to achieve this. Can someone give me a detailed step by step explanation as to how i should proceed.
i know i can do it using servlets. But my requirement is that it has to be done only through a web service
Upvotes: 0
Views: 2413
Reputation: 116
So , first of all you have to create a structure like this :
Take a look at this : https://netbeans.org/kb/docs/websvc/jax-ws.html if this is your first web service
Upvotes: 1