Archive for February, 2010

Keeping It DRY – Automation of Repetitive Tasks

Friday, February 26th, 2010

I'm woking on a "legacy" Java app that's written in Struts and uses EJBs. No Jetty or Tomcat for me - gotta use a "real" J2EE container - in this case, JBoss. Unfortunately, I haven't figured out a good way to run JBoss against my sources, as I would if using ...