Archive

Archive for the ‘OpenSource’ Category

SpringOne 2GX – Final Day

October 23, 2009 1 comment

SpringOne 2GX wrapped up yesterday, but I had to make a mad dash to the airport (only to sit and wait for the jet to have some mechanical work done) so I didn’t get to write my closing thoughts until today. Read more…

SpringOne 2GX – Day 3

October 22, 2009 Leave a comment

It was another great full day of sessions at SpringOne 2GX in New Orleans. I attended 5 interesting sessions and got about as much technical info loaded into my brains as is reasonably expected in one day. Read more…

SpringOne 2GX – Day 2

October 21, 2009 Leave a comment

Today was a great full day of sessions at SpringOne 2GX in New Orleans. I went to 5 sessions and had a great time at lunch and the evening reception meeting new people. Read more…

SpringOne 2GX – Day 1

October 20, 2009 Leave a comment

Had a great time at SpringOne 2GX today. Basically it was registration, mingling and the keynote, but it was good. Read more…

Finding Celerity

February 15, 2009 1 comment

This weekend I wanted to get ahead on one of my tasks at work, which was to write some Watir scripts that would help us do a small load test on a new application we have and the server infrastructure on which it lives. I got the Watir scripts working generically but wanted to make them a bit more dynamic. As I was browsing the Watir site’s documentation I saw a mention of a related project called Celerity. It sounded like Watir without the need to actually invoke the events of a real browser. Read more…

Categories: Agile, code, OpenSource, SoftwareDev

It's Alive!!!… the build server, that is.

January 1, 2009 4 comments

We were finally able to procure a build server so I spent some time over the last few days setting up Hudson for the first time.  For the first project I used one of the projects we already have setup for automated building with ANT.  I added the following ANT tasks and Hudson plugins: Checkstyle, FindBugs, Cobertura, PMD, Warnings, Violations, and Tasks.  I tried JavaNCSS but had a few issues with it.  I could get it to run using the ANT task documentation from the JavaNCSS website, but not from the javancss2ant documentation.  It didn’t understand the output file attributes so it just printed the results to the console.  It was probably user error on my part… I’ll try again someday soon. Read more…

Categories: Agile, code, OpenSource, SoftwareDev

Messing with Selenium and Watir

November 11, 2008 1 comment

Wow… long time since I posted. We have an application that is getting ready to go live for the customers of my customers and I wanted to do some load testing of the solution. The application was written by a contracting firm and was written using AJAX and RichFaces. The RichFaces and AJAX part adds complications to the conversation between client and server making it hard for tools to be used for automated activites. This posed a problem for me when I wanted to load test it. Read more…

Hibernating with WebSphere and a non-journaling DB2/400 system

December 4, 2007 6 comments

A few years ago, I worked as a consultant at a company that used DB2/400 as its main database platform.  The company did not have journaling ‘turned on’ so their database platform did not support transactions/commit control.  This did seem odd to me, but what I’ve found is that its pretty common that DB2/400 shops don’t use this feature. While this seemed like a mere oddity and an inconvenience for commit control, it actually caused a more measurable issue which was that we couldn’t use Hibernate, one of, if not the most common ORM framework. Hibernate requires transactions. This is a problem for anyone wanting to use a non-journaled DB2/400 instance… in particular me. Read more…

Open source application servers. A tough decision ahead for us.

October 21, 2007 4 comments

One of the cool things about the new job I will _officially_ be starting in November is that we are going to look to use open source tools first.  The biggest choice we have to make on that front is which open source application server to use.  We have the go ahead to get an environment setup and in-use for some pilot applications that are less mission-critical than most of the apps we have on our primary WebSphere servers.  Now comes the time we need to decide which open source application server(s) we will use.  Read more…

Follow

Get every new post delivered to your Inbox.