users@jersey.java.net

Re: [Jersey] Jersey on app engine

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Wed, 08 Apr 2009 12:02:45 +0200

On Apr 8, 2009, at 11:55 AM, Erdinc Yilmazel wrote:

> Google announced java runtime for app engine yesterday. I wonder if we
> will be able to run jersey on app engine's sandbox environment. It
> supports jdk 6 and servlets. As long as an application does not spawn
> threads and can run in a servlet environment, it should be compatible
> with app engine.

It should work. Jersey does not spawn any threads and the core Jersey
functionality has minimal dependencies.


> Any thoughts?

Why don't you give it a try and report back? :-)

Paul.