RE: Spam: RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Martin Gainty
I wanted to setup a JAX-RS test environment and I thought I would follow your lead Thanks Joseph! Martin Gainty __ ...place longwinded disclaimer here... > From: jmoc...@velti.com > To: user@struts.apache.org > Subject: Re: Spam: RE: Q: S

Re: Spam: RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Frans Thamura
my case. we use struts2 (spring and hibernate ), so the Action has been linked with hibernate and POJO, and work quiet good. the result is JSON.. the URL naming from .action become REST (blabla/param/1/2/3), and work well, take a look Mutiara-iman.org, and the method is using @Action and @Result

Re: Spam: RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Joseph Mocker
In our case it was with Tomcat. On Aug 23, 2012, at 11:21 AM, Martin Gainty wrote: > > JBoss or Tomcat? > > Martin > __ > ..place longwinded disclaimer here... > > >> From: jmoc...@velti.com >> To: user@struts.apache.org >> Subject: Re: Q: S2 RE