Maxim Veksler
Maxim Veksler

Reputation: 30232

Lightweight & Fast REST Server library for java?

I'm looking for a lightweight REST library.

It must be small (in kb size) an Fast (in total execution time). The optimal solution is a single jar without any dependencies what so ever.

The application is designed to run on the AppEngine so the library should work on GAE/J platform.

Upvotes: 5

Views: 12679

Answers (4)

Karthik Sankar
Karthik Sankar

Reputation: 906

I love play framework 2.0. Easily, convert a static method into a rest call. Powerful routing mechanism. Serve webpages as well as rest calls.

Upvotes: 0

CkurtM
CkurtM

Reputation: 195

Just in case this ever helps anyone check out jrest-server , its a rest server ontop of appengine for java.

Upvotes: 0

Darrel Miller
Darrel Miller

Reputation: 142252

Take a look at http://www.restlet.org/ I have no idea if it will run on the Google App Engine.

Upvotes: 9

Related Questions