Re: Code first sample without ant

2007-09-12 Thread Diego Pires Plentz
Excellent. Just one more question. To run this ws in a container like tomcat, all I must do is set up web.xml as in http://cwiki.apache.org/CXF20DOC/servlet-transport.html? ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN

Re: Code first sample without ant

2007-09-12 Thread Jeff.Yu
Yes, but you also need the cxf-servlet.xml which configures your endpoint. I would recommend you see this WIKI[1] page for your scenario, it is simple POJO based. Thanks Jeff [1] http://cwiki.apache.org/CXF20DOC/simple-frontend.html Diego Pires Plentz wrote: Excellent. Just one more

Re: Code first sample without ant

2007-09-12 Thread Willem Jiang
Hi, The web.xml just help you to set up the servlet transport for the CXF runtime. If you want to publish your service you still need to some thing like the wiki [1]said. Such as write the cxf-servlet.xml or write the code using JAXWS API or CXF ServerFactoryBean. And there is another

Re: Code first sample without ant

2007-09-12 Thread Glen Mazza
What's wrong with Ant, BTW? Haven't learned it yet? Glen Am Mittwoch, den 12.09.2007, 01:36 -0300 schrieb Diego Pires Plentz: Hi Guys! I'm migrating from XFire and I'm looking for a sample like the purchase-order sample from XFire: just simple pojos/classes, little configuration and no