users@jersey.java.net

Re: [Jersey] distribution to Glassfish ?

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Tue, 13 Oct 2009 14:09:44 +0200

yes sir.. then I see three options here:

1) to not include the libs and keep the project Glassfish deployable only...
2) to include the libs and also change the persistence provider to
Hibernate, leaving a choice to the customer to deploy on Glassfish or
in JBoss (at least the two major OSS servers)
3) to use Maven profiles to offer all this options, eventually leaving
the GF-only distribution as deafult.......

thanks for the tips..

* a bit concerned about the "issue" of having both container and
jersey libs available.. it shouldn't cause problems, isn't it ?