Am Freitag, den 25.05.2007, 12:31 +0200 schrieb Jarek Kucypera:

> Dennis Sosnoski wrote:
> 
> > I haven't tried out the Axis2 POJO support, but in general anything 
> > you do using POJOs directly is going to be both inflexible and very 
> > limited in terms of the XML support. 
> 
> With all respect, xml here is the tool, not the purpose. I would like to 
> expose my serwice without any knowlege of wsdl and xml and focus just on 
> the bussiness logic, even for the price of not utilizng all the features 
> of xml. Even with axis2 1.2 it's hardly possible.
> 

I believe that's called "contract last" development--Sun/NetBeans
(JAX-WS and JAXB) has an excellent implementation in that regard, just
by using annotations you can specify which methods are to become web
services.  This philosophy may be better suited for you.  Here are links
I collected:

http://www.jroller.com/page/gmazza?entry=web_services_using_glassfish_and
http://www.jroller.com/page/gmazza?entry=sun_resources_on_jax_ws

Stay away from Spring-WS, however, they're very much contract-first:
http://static.springframework.org/spring-ws/site/reference/html/why-contract-first.html

Glen


> J.K.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to