• 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….

  • Testing CXF within embeded Tomcat using Spring

    I converted from XFire to CXF which is really XFire 2 I guess. Now I am using Maven, DBUnit, TestNG, H2 and embedded Tomcat for continuous integration testing. Now I wanted to be able to test my webservice contracts as well, and Spring has helped me to accomplish that.
    In my webservices war, I first added [...]