Java based webservices

Posted by java_mouse on Programmers See other posts from Programmers or by java_mouse
Published on 2012-09-21T15:05:12Z Indexed on 2012/09/21 15:52 UTC
Read the original article Hit count: 297

Filed under:
|

We are working on a big java project and as a second phase in this project, we will have to develop some web services that the clients can call and get or update the data in our database.

Though I have been a Java programmer for a while, I have never worked on web services yet. I develop EJBs, data services layer etc but have not worked in web services yet.

What are the current standards in developing web services in Java platform? What is the best and recommended way for developing web-services? Any input/link will be appreciated

© Programmers or respective owner

Related posts about java

Related posts about web-services