users@jersey.java.net

[Jersey] Re: Proposal: Grizzly-based server for faster development

From: Martin Matula <martin.matula_at_oracle.com>
Date: Wed, 15 Jun 2011 12:07:35 +0200

HI Gili,
I'd suggest posting to nbusers_at_netbeans.org and users_at_grizzly.java.net.
Martin

On 14.6.2011 22:45, Gili wrote:
> Hi,
>
> I'd like to create a Netbeans plugin that will enable the use of Grizzly for
> web development instead of Tomcat or Glassfish. Why?
>
> * Faster redeploys
> * Improved stability (with respect to JNI and memory leaks)
>
> By loading each webapp into its own JVM I am resolving JNI and memory leak
> problems normally associated with webapp restarts.
>
> Every time the user redeploys a webapp, I'd launch a new Grizzly instance
> and tear the old one down. Tomcat or Glassfish takes 15-20 seconds to
> restart. Grizzly is almost instantenous.
>
> One problem: I don't know the first thing when it comes to developing
> Netbeans plugins. Would someone be able to help me out in this regard?
>
> PS: See
> http://stackoverflow.com/questions/6333056/running-webapps-in-separate-processes
> for a related discussion.
>
> Thanks,
> Gili
>
> --
> View this message in context: http://jersey.576304.n2.nabble.com/Proposal-Grizzly-based-server-for-faster-development-tp6475865p6475865.html
> Sent from the Jersey mailing list archive at Nabble.com.