[PJUG Javamail] REST Services from Simple Pojos
Steve Mayzak
stevemayzak at gmail.com
Sun Jan 10 19:28:05 EST 2010
Vijay,
Spring 3 has great support for REST through Spring MVC or WS.
Check out this blog post by Arjen:
http://blog.springsource.com/2009/03/08/rest-in-spring-3-mvc/
Using the new Annotations in combination with Spring OXM and something like
JAXB/Castor/etc and a marshalling view, you can make quick work of your REST
controllers. This might not be exactly what you're after but it works
really well so I thought I would mention it.
Spring Integration would allow you to front your JMS services with URL's so
you could put a web request on a queue, as an example.
HTH,
Steve
On Sun, Jan 10, 2010 at 3:53 PM, Howard Abrams <howard.abrams at gmail.com>wrote:
> You might want to look into RESTEasy <http://www.jboss.org/resteasy> (from
> jBoss) as you just put @PUT and @Path annotations on your POJOs.
>
>
> On Jan 10, 2010, at 11:26 AM, Vijay Balakrishnan wrote:
>
> Hi,
>
> Are there any tools or IDEs that will create a REST service from a Simple
> POJO with basic CRUD operations ?
> I have heard of Restlet but I want to also create wrappers around existing
> JMS services.
>
> TIA,
> Vijay
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail
>
>
>
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pjug.org/pipermail/javamail/attachments/20100110/2aeda057/attachment.html
More information about the Javamail
mailing list