September 2007
Mon Tue Wed Thu Fri Sat Sun
« Aug   Oct »
 12
3456789
10111213141516
17181920212223
24252627282930

Month September 2007

WebObjects Deployment Notes

Deployment is a big hairy subject, and I don’t pretend to be an expert, but these are some notes of things that help me.
Some caveats: I only develop on Mac OS X Client with Eclipse+WOLips and install on Mac OS X Server, so these notes probably won’t make any sense for anyone else… sorry.
WARNING !AOOGA [...]

Connector/J Null Dates Behaviour

To get MySQL Connector/J versions > 3.0 to gracefully handle null dates, append zeroDateTimeBehavior=convertToNull to your jdbc url.
Example:
jdbc:mysql://host/dbname?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull

Connection Dictionary Twiddling

Another “so I don’t have to look it up” post:
Connection dictionaries are the collection of information in your eomodel that configures your access through jdbc to your database.
It is possible to set/modify this information through code and I, along with many others, have built classes that read these settings from your Properties file on app [...]

KnoppMyth R5F27

Zap2It pulled the plug on their free tv listings service earlier this month (my listings run out on the 17 th), luckily Schedules Direct (SD for those in the know) stepped up to the plate with a replacement service (not free but cheap enough).
Cecil from KnoppMyth posted instructions on getting SD to work on [...]

Note to self…

Don’t call session.terminate() unless you are really sure you’re done with it…
Hilarity will ensue.