mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 10:09:28 +00:00
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
8 lines
286 B
Plaintext
Executable File
8 lines
286 B
Plaintext
Executable File
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
|
|
|