Re: REST and MVC for webapps

2012-02-06 Thread Guy Pardon
>>> return text/html (and other media types) as well as forward to JSP pages. >>> >>> I've always disliked struts and JSF and am trying to push JAXRS to the >>> limits - hence my question :-) >>> >> >> Try this then: >> http://cxf

Re: REST and MVC for webapps

2012-02-05 Thread Sergey Beryozkin
cxf.apache.org/docs/jax-rs-redirection.html :-) Cheers, Sergey Guy On 3-feb-2012, at 19:13, KARR, DAVID wrote: -Original Message- From: Guy Pardon [mailto:g...@atomikos.com] Sent: Friday, February 03, 2012 9:54 AM To: users@cxf.apache.org Subject: REST and MVC for webapps Hi, I am lo

Re: REST and MVC for webapps

2012-02-04 Thread Guy Pardon
ry this then: http://cxf.apache.org/docs/jax-rs-redirection.html :-) Cheers, Sergey > Guy > > On 3-feb-2012, at 19:13, KARR, DAVID wrote: > >> -Original Message- >> From: Guy Pardon [mailto:g...@atomikos.com] >> Sent: Friday, February 03, 2012 9:54 AM >>

Re: REST and MVC for webapps

2012-02-03 Thread Sergey Beryozkin
users@cxf.apache.org Subject: REST and MVC for webapps Hi, I am looking for examples and/or information on using CXF/REST/JAXRS as the controller for html webapps - instead of Struts or JSF. Any pointers available? Just a high-level comment on the approach: If you're building a "conventional&

Re: REST and MVC for webapps

2012-02-03 Thread Sergey Beryozkin
Hi On 03/02/12 18:13, KARR, DAVID wrote: -Original Message- From: Guy Pardon [mailto:g...@atomikos.com] Sent: Friday, February 03, 2012 9:54 AM To: users@cxf.apache.org Subject: REST and MVC for webapps Hi, I am looking for examples and/or information on using CXF/REST/JAXRS as the

Re: REST and MVC for webapps

2012-02-03 Thread Guy Pardon
-2012, at 19:13, KARR, DAVID wrote: > -Original Message- > From: Guy Pardon [mailto:g...@atomikos.com] > Sent: Friday, February 03, 2012 9:54 AM > To: users@cxf.apache.org > Subject: REST and MVC for webapps > > Hi, > > I am looking for examples and/or inform

Re: REST and MVC for webapps

2012-02-03 Thread michaelok
src\distribution\src\main\release\samples\jax_rs\basic\src\demo\jaxrs\server -- View this message in context: http://cxf.547215.n5.nabble.com/REST-and-MVC-for-webapps-tp5454635p5454685.html Sent from the cxf-user mailing list archive at Nabble.com.

RE: REST and MVC for webapps

2012-02-03 Thread KARR, DAVID
> -Original Message- > From: Guy Pardon [mailto:g...@atomikos.com] > Sent: Friday, February 03, 2012 9:54 AM > To: users@cxf.apache.org > Subject: REST and MVC for webapps > > Hi, > > I am looking for examples and/or information on using CXF/REST/JAXRS a

REST and MVC for webapps

2012-02-03 Thread Guy Pardon
Hi, I am looking for examples and/or information on using CXF/REST/JAXRS as the controller for html webapps - instead of Struts or JSF. Any pointers available? Thanks Guy