Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-10 Thread Cristina Malonzo
in context: http://www.nabble.com/JAva-First-WSDL-Contract-First-Pros-and-Cons-tf4385268.html#a12592512 Sent from the cxf-user mailing list archive at Nabble.com.

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-10 Thread James Mao
Glen, STP is a part of Europa, here is the link http://www.eclipse.org/europa/projects.php But you have to get the STP through updating the site, here is doc http://wiki.eclipse.org/STP_Service_Creation_getting_started James Pardon the digression, but to get STP, do I just need to install

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-07 Thread Glen Mazza
Pardon the digression, but to get STP, do I just need to install it on top of Eclipse Europa (3.3) -- or are there other things I need to do in addition to that? (Or, is it already part of the Europa release? I'm not sure.) Thanks, Glen Am Freitag, den 07.09.2007, 22:08 +0800 schrieb James Mao:

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-07 Thread James Mao
Hi Matt, STP stands for SOA Tools Platform, http://www.eclipse.org/stp/ It's a project of eclipse, and they integrated CXF tools (wsdl2java/java2wsdl), It help to develop Web Service James Hi James, Thanks for the reply and the link. Very useful. BTW, what is a STP? (Forgive my ignorance!)

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-07 Thread mattmadhavan
>> >> >> Also any tool to convert my Java interface/impl to clean WSDL (java2wsdl) >> in >> eclipse would be appreciated. >> >> >> Thanks >> Matt >> > > -- View this message in context: http://www.nabble.com/JAva-First-WSDL-Contract-First-Pros-and-Cons-tf4385268.html#a12555830 Sent from the cxf-user mailing list archive at Nabble.com.

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-06 Thread Glen Mazza
Yes, it's described in Mark Hansen's SOA book (soabook.com), Section 7.5.2 Fault Processing--but we can cheat, the source code is downloadable and GPL'ed, look at RequestOrder.java and RequestOrder.wsdl in subdirectories underneath Chap07/endpoint-sei/modules. Also, for basic WSDL/JAX-WS, I would

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-06 Thread mattmadhavan
onvert my Java interface/impl to clean WSDL >> (java2wsdl) in >> > eclipse would be appreciated. >> > >> > >> > Thanks >> > Matt >> > > > > -- View this message in context: http://www.nabble.com/JAva-First-WSDL-Contract-First-Pros-and-Cons-tf4385268.html#a12531494 Sent from the cxf-user mailing list archive at Nabble.com.

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-06 Thread Glen Mazza
Dennis Sosnoski recommends[1] Java-first *as you are building your WSDL*, but once you have your WSDL, to set your webservice based on that. Glen [1] http://www.infoq.com/articles/sosnoski-code-first Am Donnerstag, den 06.09.2007, 10:30 +0800 schrieb James Mao: > The javaFirst approach is more

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-05 Thread Jim Ma
Hi Matt, FYI , http://static.springframework.org/spring-ws/site/reference/html/why-contract-first.html Jim mattmadhavan wrote: Hello, I am looking into various ways of developing Webservices. For green field development it seems that, Java first is the better way! Any ideas on pros and cons

Re: JAva First/WSDL-Contract First Pros and Cons

2007-09-05 Thread James Mao
The javaFirst approach is more productive than the wsdlFirst IMO, you type less but get more, and java code is more readable than the wsdl for a java programmer You're looking for STP project Take a look at the doc http://cwiki.apache.org/confluence/display/CXF20DOC/Java+to+WSDL BTW, the ja

JAva First/WSDL-Contract First Pros and Cons

2007-09-05 Thread mattmadhavan
to clean WSDL (java2wsdl) in eclipse would be appreciated. Thanks Matt -- View this message in context: http://www.nabble.com/JAva-First-WSDL-Contract-First-Pros-and-Cons-tf4385268.html#a12501777 Sent from the cxf-user mailing list archive at Nabble.com.