Versions Compared

Key

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

...

Code Block
java
java
ApplicationContext context = ...; // your Spring ApplicationContext
HellWorld client = (HelloWorld) context.getBean("client");

client code at http://svn.apache.org/repos/asf/incubator/cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/src/demo/spring/client/Client.javaImage Added

Advanced Steps

For more information on using Spring you may want to read the Configuration and Spring sections of the User's Guide.