seemingly random and unorgainzed bits of information
11.03.2006
Developing Manageable Applications with Spring, JMX, and AOP
Below are links to the presentation materials that I did at the October 2006 Tampa Java User Group meeting. The title of the presentation is "Developing Manageable Applications with JMX, Spring and AOP." Ejoy!
Presentation (PDF)
Food Planet Demo
- Requires Java 5
- Use any IDE / tool (ant) to build the application. All source stored in src and web directories.
- Don't forget, to run jconsole, add the -Dcom.sun.management.jmxremote VM flag. In JConsole you control/monitor the application while it is running.
- This demo uses Apache Derby embedded databaes, so, before running, edit web/WEB-INF/spring-data-config.xml and point the jdbc url to the full path location where you have the demo stored so the driver can find the database ({DEMO}/ sql/database directory).
Presentation (PDF)
Food Planet Demo
- Requires Java 5
- Use any IDE / tool (ant) to build the application. All source stored in src and web directories.
- Don't forget, to run jconsole, add the -Dcom.sun.management.jmxremote VM flag. In JConsole you control/monitor the application while it is running.
- This demo uses Apache Derby embedded databaes, so, before running, edit web/WEB-INF/spring-data-config.xml and point the jdbc url to the full path location where you have the demo stored so the driver can find the database ({DEMO}/ sql/database directory).