activemq/activemq-web
Gregory John Wilkins 8cb2141080 Upgrade to jetty 6.0.0beta14
factored out web demo into activemq-web-demo
made activemq-web just produce a jar
added amq.js as a resource to the jar
added AjaxServlet to extend MessageListenerServlet with the ability to serve amq.js
cleaned up m2 build and dependencies
added jetty6:run plugin to run the demo.




git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@392913 13f79535-47bb-0310-9956-ffa450edef68
2006-04-10 10:26:17 +00:00
..
src Upgrade to jetty 6.0.0beta14 2006-04-10 10:26:17 +00:00
README.txt Upgrade to jetty 6.0.0beta14 2006-04-10 10:26:17 +00:00
maven.xml Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
pom.xml Upgrade to jetty 6.0.0beta14 2006-04-10 10:26:17 +00:00
project.properties set webapp src dir so web files will be included in generated war file 2006-01-31 02:43:53 +00:00
project.xml added support for RESTful browsing of message queues using a web container; either as XML or as RSS/Atom feeds. Fixes AMQ-666 - crikey thats a bad number for an AMQ issue :) 2006-03-28 11:57:51 +00:00

README.txt

Here be the home of the web-module.

The demonstration webapp has been moved to the activemq-web-demo module.
This module now onlu builds the jar for activemq-web.
The javascript modules needed for the AJAX interface are included as 
resources and served my the MessageListenerServlet