I am doing something similar using CXF to expose web service. What i am doing is to start up a web service once the registry starts up. To do this u just need to contribute the registry startup: http://tapestry.apache.org/tapestry5/tapestry-ioc/startup.html.
With the new version of tapestry-spring, tapestry services could be injected to spring services and cxf makes via JAX-WS pr JAX-RS makes quiet easy to call those spring services. On Tue, Mar 10, 2009 at 12:04 AM, Daniel Jones <d...@murieston.com> wrote: > > Hi There, > > I have a web application written using the Tapestry 5 framework. This > allows users to view data stored in an SQL database. > > I want to write a client Java application that a user will be able to run > on > their local machine. I want this client side application to be able to > communicate and retrieve data from my Tapestry application. (Something > similar to an ASP.NET web service) > > I'm not sure what the best approach to this problem is. Socket > programming? > Essentially what I want is an interface so that I can access data from my > client side Java application. This interface needs to start up with the > Tapestry application. > > Some suggestions/advice/pointing in the right direction would be much > appreciated (Connecting directly to the database is not an option). > > Many Thanks, > Dan > > > -- > View this message in context: > http://www.nabble.com/-T5--Web-Service-tp22424545p22424545.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >