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…)
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…)
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…)
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…)