mikeski.net
Banjo Tabs
Personal Stuff
Resume
Struts 2 Stuff
User login
Username:
*
Password:
*
Create new account
Request new password
Navigation
Resume
Home
Struts 2 Stuff
Here are some things that I've run into while developing stuff for struts.
How to set the IFX_LOCK_MODE_WAIT
property when using Apache DBCP and Spring (or Tomcat or really any auto-connect system)
How to extend templates and create your own theme.
This came about by needing to modify the "xhtml" style's checkboxlist tag to put line breaks between the checkboxes.
How to use Tomcat's catalina.policy with Struts 2, Spring, and Spring Security
This came about because I was trying to allow my webapp to access files outside of the webroot, so I had to modify the catalina.policy file to make it play nicely with the frameworks.
Embedding Derby in Struts 2 with Spring
How to embed a derby database in a webapp with struts2 and spring
Get rid of GET forms with Javascript
Struts 2 Custom Text Provider
How to provide your own text provider for Struts 2
Spring with XMLRPC in Java
XMLRPC in Java using Spring to inject the dependencies on the handlers.
Struts 2 Interceptors
in practice.
Apache commons-exec PumpStreamHandler example
to get output from a process.