RE: Restlet integration with POJO for data persistence

2011-04-15 Thread Paul Morris
I've been researching the Spring framework and the Restlet Spring extension and I think this is indeed the best way to go. One more framework to learn but probably best in the long run. --

Restlet integration with POJO for data persistence

2011-04-03 Thread Paul Morris
I am building out a RESTful API based on Restlet in my organization. I have no dependencies on Spring or even the use of an EJB container. In fact I think I would prefer to just use POJOs in the web container for data persistence. Are there any resources or tutorials that someone could point me