On Friday 14 January 2011 3:18:22 pm Anthony Lauro wrote: > 1. We are developing an Eclipse/Spring based OSGI environment - is it > possible to use WSDL first with JAX-RS and have that integrated via Spring > into the application?
I assume you mean JAX-WS, not JAX-RS, when talking about wsdl first. Yes. Definitely possible. I think Servicemix has an example that shows this. Not really sure though. Talend certainly does. If you grab the Talend SF examples from: http://www.talend.com/resources/documentation.php#SF The "interceptors", "jaxrs-jaxws-description-first", and "jaxws-jms-spec" examples are all wsdl first and use Spring to startup the services within OSGi. > 2. Our build is a maven build so I would like to > have maven generate the code and compile it, but there is no documentation > about how to add parameters to the wsdl2java call in the pom.xml. How can > I add parameters to customize the wsdl2java call in the pom? I think all of the parameters have a configuration entry for them. See: http://cxf.apache.org/docs/maven-cxf-codegen-plugin-wsdl-to-java.html for some examples. > 3. Does > anyone else think the CXF documentation is a bit thin? The examples > appeared at first to be helpful but I can't find anything that answers my > questions. We'd love to have some help updating the docs. :-) You just need to submit an ICLA: http://apache.org/licenses/icla.txt Dan > Thanks, > > Tony > > Anthony Lauro | Senior Software Engineer > [email protected] > 303 962 7219 > > BroadHop, Inc. > 1401 17th St. > Suite 200 > Denver, Colorado 80202 -- Daniel Kulp [email protected] http://dankulp.com/blog
