Evolutionary Dawn

March 24, 2008

EJB and Bean Manged Transactions

Filed under: Uncategorized — admin @ 9:21 am

So…. I have been programing EJB 3.0 Systems for about 1 1/2 years now and until recently I never need to manage my own transactions. Well today I needed to do just that and I had a bit of difficulty finding a tutorial. After about 2 hours of search I found the following.

Sun J2EE Tutorial
(more…)

March 21, 2008

JSuggestionPanel (AKA JSuggestionField, CompletionTextField)

Filed under: Uncategorized — admin @ 1:22 pm

Also known as a JTextField that magically have a list appear after you hit ENTER or CompletionTextField.

Since I have not found a open source or version that is purchasable I decided to hack one together today and give it freely to the world. Hopefully this helps some one.

(more…)

Migrating from JBoss to Glassfish

Filed under: Uncategorized — admin @ 9:22 am

I recently migrated a J2EE application from JBoss 4.0.4-GA to Glassfish and experienced a number of different issues.

In this post I will describe the issues and the solutions to them in the hopes that it will help solve others headaches.

(more…)

March 9, 2008

The wonders of Netbeans and CSV uploads

Filed under: Uncategorized — admin @ 5:03 pm

For the last few years I have written a few applications to merge and reconcile data in spreadsheets.

As of late I have been doing this in Netbeans 6.0 & PostgresQL 8.1 w/ pgAdmin III.

So I will share with the rest of the world my little tricks for making this easier.

(more…)

Powered by WordPress