Utah Code Camp 2009

September 21st, 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….

  • Share/Bookmark

Read full article | No Comments »

JSF Web Application, Jetty to WebLogic 10.3 migration issues

May 15th, 2009

I have created a fairly straightforward Java Server Faces (JSF) application that performs several searches, data update, and audits of the updates. I like to run Jetty through Eclipse to help speed up development times, and to allow me to extensively test the application before migrating to WebLogic 10.3 on my Development Linux Box. I [...]

  • Share/Bookmark

Read full article | No Comments »

Weblogic 10.3 hangs on JNDI data source lookup during deployment

May 1st, 2009

I have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO’s with a JNDI template via spring to create the data source. This procedure works very well with DBUnit and Spring to test all of my data access objects in isolation and to get very high [...]

  • Share/Bookmark

Read full article | No Comments »

Deploying webapp to multiple containers

May 8th, 2008

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 [...]

  • Share/Bookmark

Read full article | No Comments »