users@jersey.java.net

[Jersey] Re: "Real-world" Jersey examples?

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 23 May 2012 18:42:51 +0200

Actually, there is a list of project using Jersey - from Jersey
frontpage; some of them are open sourced, so you can take a look..


    Projects and Products using Jersey

(alphabetical order)

  * 4Sign <http://4tic.com/en/foursign> (4TIC)
  * Apache ActiveMQ <http://activemq.apache.org/> (The Apache Software
    Foundation)
  * Apache Camel <http://camel.apache.org/> (The Apache Software Foundation)
  * Architexa <http://www.architexa.com>
  * Arena PUJ <http://kenai.com/projects/puj/pages/Home>
  * ConTesA <https://contesa.ittl.gtri.org/> (Georgia Tech Research
    Institute)
  * DaliCore <http://java.net/projects/dalicore>
  * Ehcache Server <http://ehcache.org/documentation/cache_server.html>
    (Terracotta)
  * GlassFish <http://glassfish.java.net/>
  * nextDB.net <http://nextdb.net/> (NextDB)
  * Ning <http://www.ning.com/> (Ning, Inc.)
  * OpenSAT <http://4tic.com/en/opensat> (4TIC)
  * Plupper <http://www.plupper.com> (Plupper)
  * QUIPSY® RB
    <http://www.quipsy.de/en/caq-software/products/failure-management/quipsy-rb.html>
    (QUIPSY QUALITY GmbH & Co. KG)
  * QUIPSY® CPL
    <http://www.quipsy.de/en/caq-software/products/advanced-quality-planning/quipsy-cpl.html>
    (QUIPSY QUALITY GmbH & Co. KG)
  * Scalate <http://scalate.fusesource.org/> (FuseSource)
  * UShareSoft <https://www.usharesoft.com/>
  * Vigia <http://4tic.com/en/vigia> (4TIC)
  * Oracle WebLogic Server <http://www.oracle.com/weblogicserver>
  * Winstorm FlexiBee <http://www.winstrom.eu/> (Winstorm s.r.o.)
  * WWWeee-Portal <http://www.wwweee-portal.org/>



On 5/23/12 6:38 PM, Marek Potociar wrote:
> As for best-practices and patterns for a particular JAX-RS / Jersey
> related problem, try browsing through the Jersey Users Guide:
> http://jersey.java.net/nonav/documentation/latest/user-guide.html
> Not sure about the real-world open source examples. If the examples
> provided by Jersey directly
> (http://java.net/projects/jersey/sources/svn/show/trunk/jersey/samples) do
> not satisfy your needs, you may need to search the web to find some OS
> applications that use Jersey/JAX-RS. We currently don't keep a list of
> those unfortunately, but perhaps it would be a good idea to start
> keeping one.
>
> You may also consider contributing some good examples to Jersey
> yourself or sending us links of any good real-life JAX-RS/Jersey
> open-source examples that you come across ;-)
>
> Marek
>
>
> On May 23, 2012, at 4:30 PM, Jeremy Johnson wrote:
>
>> Aside from the Jersey Book Store sample, are there any other good
>> “real-world”, open source examples out there? Ideally, examples that
>> follow best practices and implement good patterns common Jersey /
>> JAX-RS issues such as exception mapping.
>> Thanks!
>> Jeremy
>