|
Jetty example source code file (README.txt)
The Jetty README.txt source codeSpring 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 Other Jetty examples (source code examples)Here is a short list of links related to this Jetty README.txt source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.