Hi,
We have a roo application up & running. We need to create a SOAP WS using CXF stack. We plan to do the following:
1. Create a service layer injected with Persistence entity manager.
2. Create & implement the methods that need to be exposed as WS.
3. Use cxf annotations and do the rest.
Is this approach ok? We wish there was a services layer in roo like Appfuse that would make life easier in such a situation.
--Irshad.


Reply With Quote