You are on page 1of 1

Bottom-UP approach or Code first

this approach, java implementation class is coded first and using maven
jaxws plugin (java2ws/wsgen goals) we can generate required artifacts viz.; XML
Schema & WSDL
 code java interface and class implementing this interface.
Apache CXF comes with spring based configuration, so it is easy to register
beans in the spring container much like we do any bean in spring application in
addition to configuring JAX-WS endpoints and interceptors, etc
 configure maven plugins (wsgen/java2ws goal) in pom.xml with correct and
complete path of SEI i.e.; service endpoint interface
 Run maven command “mvn generate-sources” from project’s context-root

You might also like