-
Maven Archetype Directory Structure
I created a Visio diagram of an Executable Jar and Web Application Archetype Template for Maven. I wanted to share the image and hopefully this can help someone.
My goal in creating this diagram was to give developers that are new to Maven, a primer as to where various application files will reside within a standard [...] -
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…. -
SiteToolException: ArtifactNotFoundException: The skin does not exist
I have run into this error many times in the past, and have not seen any blogs on this issue, so I wanted to create a better blog with a solution to the issue.
The issue starts with trying to create site documentation using mvn site:site that results in an
ArtifactNotFoundException being thrown during the site generation [...] -
Deployment issues with Spring AOP and Weblogic 10.3
I have been working on a Hibernate / Spring Data Access Component for a multi-module project.
The testing has all been done with JUnit and DBUnit tests, then run inside an embedded Jetty web container.
The details of this blog focus on the issue with deploying this WAR to Weblogic 10.3 after completing extensive unit and Selenium [...] -
Weblogic 10.3 hangs on JNDI data source lookup during deployment
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 [...]
RSS Feed