views:

25

answers:

2

Hi folks

i am beginner of creating web services in java.i saw there are many ways create webservices in java.i am confused by seeing that and all .pl help which one is better. i am using myeclipse ide.

Thanks in advance

Aswan

A: 

I've been using Eclipse JEE, glassfish and EJB3's. That's the easiest way I've found so far. I have not tried MyEclipse.

Derek Clarkson
thankq for your reply i have experience on myeclipse
Aswan
+1  A: 

You have to choose the stack you want to use. You can choose the JAX-WS or Axis implementations of WS. I advice you JAX-WS that is implemented in EJB3 app server too. What kind of Application Server do you want to use? GlassFish, Jboss Nativestack, Metro?

robob
for this we need only app server or shal i use tomcat
Aswan
Tipically if you use Jboss it has a Web Application Server inside and you do not worry about it. Deploy WS onto JBoss is very simple...
robob