cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service development

Former Member
0 Kudos

If I want to develop a Webservice using Java what are all the things I need to do?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mohini,

Both the client and server sides of the Web services need to be developed.

The J2EE 1.3 platform incorporates the Java Web Services Developer Pack (Java WSDP), which includes the Java technologies needed to develop and deploy Web Services and their clients.

Check out these links to develop web services...

http://www.javaworld.com/javaworld/jw-06-2003/jw-0620-webservices.html

http://java.sun.com/developer/technicalArticles/WebServices/amazonws/

Regards,

Uma

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Mohini,

Follow java coding standards while developing web services. example like creating declaring variables, getter and setter methods.

dont use under score "_" during declarations of variables.

Regards, Suresh KB