views:

64

answers:

3

I am trying to learn how to work with java webservices, but i had some issues working with eclipse bundeled with some incubated modules, which give me some errors while trying to program something.

Can you suggest me an IDE for developing java webservices, which would be easy to use (or which eclipse package...), especially for beginners.

It would be grate if you could maybe also point me some tutorials of how to create a simple java webservice step by step. The ones that if ound where kind of "old" 4-6 years ago.

+1  A: 

Try Java EE 6 examples with Glassfish. They are relatively fresh and Glassfish has an excellent support for almost all parts of the spec

http://download.oracle.com/javaee/6/tutorial/doc/bnayk.html

ilya b.
Also, use Intellij IDEA.
ilya b.
A: 

With eclipse and axis look at this:
http://ws.apache.org/axis2/tools/1_2/eclipse/wsdl2java-plugin.html

Romain Hippeau
+1  A: 

I just went through the same process, and didn't have many problems using eclipse. Once you get past the initial learning curve of setting things up, it's really not that bad :)

Here's some of the sources I used to learn how to build JAX-WS services:

Dorrene Brown