Re: Web services using Tapestry

2011-11-08 Thread trsvax
It's about as easy as it gets and I've implemented quite a few web services this way. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Web-services-using-Tapestry-tp4974432p4974799.html Sent from the Tapestry - User mailing l

Re: Web services using Tapestry

2011-11-08 Thread Tim Fletcher
AX-WS style annotations. > > > > Thanks in advance, > > Tim > > > > Here's a simple integration for Metro (JAX-WS RI): > https://github.com/derkoe/tapestry-jaxws > > You can also use the libraries (Metro, CXF) directly by then you cannot > inject Tapestry

Re: Web services using Tapestry

2011-11-08 Thread Michael Gentry
ub.com/derkoe/tapestry-jaxws > > You can also use the libraries (Metro, CXF) directly by then you cannot > inject Tapestry services. > > -- > Chris > > -- > View this message in context: > http://tapestry.10457

Re: Web services using Tapestry

2011-11-08 Thread derkoe
Chris -- View this message in context: http://tapestry.1045711.n5.nabble.com/Web-services-using-Tapestry-tp4974432p4974549.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Web services using Tapestry

2011-11-08 Thread Peter Stavrinides
Search this mailing lists and you will find some recent threads and some coded examples. regards, Peter - Original Message - From: "Lenny Primak" To: "Tapestry users" Sent: Tuesday, 8 November, 2011 16:48:14 GMT +02:00 Athens, Bucharest, Istanbul Subject: Re

Re: Web services using Tapestry

2011-11-08 Thread Lenny Primak
I use web services with tapestry 5. There is nothing special about them and I just use them without regard if it's tapestry or not. I use glassfish. On Nov 8, 2011, at 9:36 AM, Tim Fletcher wrote: > Hi All, > > I have spent the last day trying to find a simple method for adding web > servic

Web services using Tapestry

2011-11-08 Thread Tim Fletcher
Hi All, I have spent the last day trying to find a simple method for adding web services via Tapestry5, but have only found slightly old tutorials referring to Tapestry4. Do you guys have any specific recommendations? Ideally, i would like to use JAX-WS style annotations. Thanks in advance, Tim