Sha256: 14c1b0e74830293bf322547ce9fb420908f4cff4ccc265a1cf333e47e93ecb23

Contents?: true

Size: 803 Bytes

Versions: 4

Compression:

Stored size: 803 Bytes

Contents

Spring EJB3 (Pitchfork) Demo Webapp
-----------------------------------

This is a very simple webapp that provides a stateless session bean which
will return the date when when called, a POJO to access the session bean,
and a JSP for presentation.

The stateless session bean and the POJO are marked up with JEE annotations.

To run this webapp, you'll need to:

1. build it (mvn package)
2. copy the built webapp in target to your $jetty.home/webapps directory
3. make sure you've built $jetty.home/extras/spring and copied the jar to 
   $jetty.home/lib/ext/spring
3. make sure you have downloaded pitchfork and copied all of its jars into
   $jetty.home/lib/ext/spring


There is more information on the Jetty wiki at: 
  http://docs.codehaus.org/display/JETTY/Jetty+and+Spring+EJB3+%28Pitchfork%29

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/examples/spring-ebj3-demo/README.txt
miso-java-0.1.4 jetty/examples/spring-ebj3-demo/README.txt
miso-java-0.1.3 jetty/examples/spring-ebj3-demo/README.txt
miso-java-0.1.2 jetty/examples/spring-ebj3-demo/README.txt