September 21st, 2009 by Mick Knutson
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….
Tags: Cargo CXF Integration Testing Jetty JUnit Maven Spring Framework Test Driven Development (TDD) Testing Tomcat
Permalink
August 25th, 2009 by Mick Knutson
I have started to create a server Process that sends a status update message that is consumed by remote clients via an activeMQ VirtualTopic.
* note in the code examples, many comments and log statements have been removed for clarity here, but may bee seen in the log stack trace sections.
What I want to be able [...]
Tags: ActiveMQ Camel J2EE Java JMS JUnit Spring Framework
Permalink
August 19th, 2009 by Mick Knutson
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 [...]
Tags: Maven
Permalink
August 5th, 2009 by Mick Knutson
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 [...]
Tags: J2EE Java Maven
Permalink
May 18th, 2009 by Mick Knutson
I am currently on a project that provides configuration management support for >350 production application. Many are internal, but there are many dozens of them that are client facing.
The Issues
One project in particular, has been especially problematic for everyone involved. The project has 155 Java files that makes up the Enterprise Web Service, data processing [...]
Tags: Integration Testing J2EE Java JUnit
Permalink