I'm learning to use the Google App Engine for a project. I've created a sample web application with the java sdk, in which all the business logic is in the servlets.
Where should be right to put the business logic if I want also to expose the application functionalities through a RESTful web service (which I understood that is possible with additional framework as Restlet)?
There is any development framework that can help me in this?