Prev | Current Page 169 | Next

Binildas A Christudas

"Service-Oriented Java Business Integration"

Next the
SimpleUrlHandlerMapping will route any requests of URL pattern,
/InvokeService, to the above exported service.
4. web.xml: web.xml is as shown in the following code, which is again similar
to that in the previous example.



contextConfigLocation
/WEB-INF/xfire-servlet.xml
classpath:org/codehaus/xfire/spring/xfire.xml




org.springframework.web.util.Log4jConfigListener




org.springframework.web.context.ContextLoaderListener

Chapter 5
[ 119 ]


xfire

org.springframework.web.servlet.DispatcherServlet



xfire
/services/*


5. build.xml: The build.xml requires special attention in this case because we
explicitly refer to the EJB client jar.


Pages:
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181