/[Apache-SVN]
ViewVC logotype

Revision 397209


Jump to revision: Previous Next
Author: jstrachan
Date: Wed Apr 26 14:45:03 2006 UTC (18 years, 5 months ago)
Changed paths: 97
Log Message:
Initial import of a simple web based console for ActiveMQ

Changed paths

Path Details
Directoryincubator/activemq/trunk/activemq-web-console/ added
Directoryincubator/activemq/trunk/activemq-web-console/.classpath added
Directoryincubator/activemq/trunk/activemq-web-console/.project added
Directoryincubator/activemq/trunk/activemq-web-console/.settings/ added
Directoryincubator/activemq/trunk/activemq-web-console/.settings/org.eclipse.jdt.core.prefs added
Directoryincubator/activemq/trunk/activemq-web-console/README.txt added
Directoryincubator/activemq/trunk/activemq-web-console/pom.xml added
Directoryincubator/activemq/trunk/activemq-web-console/src/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/BrokerFacade.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/DestinationFacade.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/DurableSubscriberFacade.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/QueueBrowseQuery.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/SessionPool.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateDestination.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/CreateSubscriber.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteDestination.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/DeleteSubscriber.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/SendMessage.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/controller/TODO.txt added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/filter/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/filter/ApplicationContextFilter.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/handler/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/java/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.java added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/resources/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/resources/log4j.properties added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/.cvsignore added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/applicationContext.xml added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/decorators.xml added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/dispatcher-servlet.xml added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jsp/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/headertags.jspf added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/jspf/old.jspf added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/form/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/form/checkbox.tag added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/form/option.tag added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/form/text.tag added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/form/uri.tag added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/forEachMessage.tag added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/tags/jms/persistent.tag added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/web.xml added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/browse.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/decorators/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/decorators/panel.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/decorators/printable.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/graph.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/images/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/images/atombadge.png added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/images/rssbadge.gif added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/images/tableft10.gif added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/images/tabright10.gif added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/index.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/common.js added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/css.js added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/prototype.js added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/rico.js added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/sorttable.js added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/js/standardista-table-sorting.js added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/message.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/queues.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/send.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/deliciouslyblue.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/forms.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/layout-navtop-subright.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/layout.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/sorttable.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/tools.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/styles/typo.css added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/subscribers.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/test/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/test/dummy.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/test/index.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/test/systemProperties.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/main/webapp/topics.jsp added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/org/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/org/apache/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/org/apache/activemq/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/org/apache/activemq/web/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/org/apache/activemq/web/tool/ added
Directoryincubator/activemq/trunk/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26