alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (README.txt)

This example Jetty source code file (README.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

demo, demo, jee, jsp, pitchfork, pojo, pojo, spring, the, the, there, to, webapp, webapp

The Jetty README.txt source code

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

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

 

new blog posts

 

Copyright 1998-2021 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.