• Utah Code Camp 2009

    I was a keynote speaker at the 2009 Utah Code Camp (http://utcodecamp.com/speakers/)
    I wanted to post my source code, and Slide Deck below.
    Source Code (http://baselogic.com/code/ucc2009/webapp.zip)
    Slide Deck PPT (http://baselogic.com/code/ucc2009/ucc.ppt)
    I will be converting this slide deck into a blog as soon as I have time to do so. Stay tuned….

  • Spring Security issue: Duplicate detected.

    So I ran into an issue today that has been detailed at http://forum.springframework.org/showthread.php?p=193052 in the Spring forums that at first glance, looked identical to my issue. But this was in fact not my issue.
    First off, when I was using acegi, I declared an applicationContext-test.xml that myTestNG would instanciate. I then would import my other applicationContext*.xml’s [...]

  • Deploying webapp to multiple containers

    In my efforts to integrate Jetty, tomcat and selenium into my Maven build for continuous integration tests, I have run into some strange issues.
    It seems that if I run my webapp-2.2.war in my standalone Tomcat 5.5 installation, or in my Maven integrated Jetty, I can refer to my application at my root context of ‘/’ [...]