1.
Eclipse J2EE Module Dependencies Page contains Illegal Values ...
One Response to “Eclipse J2EE Module Dependencies Page contains Illegal Values” .... Recently I signed up for a free trial with one of my peers. ...
2.
Editing facelets in eclipse 3.3 WTP 2.0 « dobesland
4 Responses to “Editing facelets in eclipse 3.3 WTP 2.0” ... While working on our business accounting software, I recently learned about a very useful class ...
3.
Python isinstance considered useful « dobesland
I seem to occasionally bump into this idea in Python that you shouldn’t use “isinstance” to check the type of something. You should instead infer what type ...
4.
Python isinstance considered useful « dobesland
I seem to occasionally bump into this idea in Python that you shouldn’t use “isinstance” to check the type of something. You should instead infer what type ...
5.
Database schema migration with LiquiBase « dobesland
Of course, in a complex model changes this requires to be supported in ... Generate a liquibase diff from the last deployed database schema and the ...
6.
CSS DIV sizes and floats « dobesland
Just some things I found out recently about CSS and DIV box sized that really confused the hell out of me until I did: 1. DIV floats always shrink to the ...
7.
Database schema migration with LiquiBase « dobesland
Generate a liquibase diff from the last deployed database schema and the “ejb3unit” database .... Since I started working with Clarity Accounting last year, ...
8.
Getting an SSL private key into glassfish « dobesland
Getting an SSL private key into glassfish. After much frustration I finally figured out how to get my existing private key and certificate into glassfish’ ...
9.
Database schema migration with LiquiBase « dobesland
The migration (eclipse) project has this library and references the current code base with the new object schema, and the program that reads old objects, ...
10.
Using persistence.xml and ejb3unit « dobesland
I wrote a method which finds and parses my META-INF/persistence.xml and returns an array of classes from it. I can pass this to the constructor of the ...