[PJUG Javamail] REST Services from Simple Pojos
Lyle T. Harris
lyle.harris at gmail.com
Mon Jan 11 04:08:40 UTC 2010
NetBeans can create RESTful web services from Entity classes
or directly from a database. Creating from a database creates
the Entity classes and then the RESTful services from them.
Once created, NetBeans provides an easy framework for testing
the services. See image below.
The REST services are implement with Jersey which I've used in
the past and most recently, porting an application to run in Google's
App Engine.
https://jersey.dev.java.net/
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://javac.com/pipermail/javamail/attachments/20100110/db978ba6/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nb1.png
Type: image/png
Size: 74716 bytes
Desc: not available
URL: <http://javac.com/pipermail/javamail/attachments/20100110/db978ba6/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nb.png
Type: image/png
Size: 25424 bytes
Desc: not available
URL: <http://javac.com/pipermail/javamail/attachments/20100110/db978ba6/attachment-0005.png>
More information about the Javamail
mailing list