If you are looking for information on rich client technologies, check out this demo I created for a presentation I have been doing on Internet rich client applications. The demo covers technologies including AJAX, Mozilla XUL, Open Laszlo, and Flex. Click here to go to the demo page.
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!
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).

