Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
aopalliance-1.0.jar
spring-core-2.0.48.jar
spring-beans-2.0.48.jar
spring-context-2.0.48.jar
spring-web-2.0.48.jar

And the CXF jar:

Code Block
cxf-2.0-incubator1.jar

Writing your Service

First we'll write our service interface. It will have one operation called "sayHello" which says "Hello" to whoever submits their name.

...