October 2007
Mon Tue Wed Thu Fri Sat Sun
« Sep   Nov »
1234567
891011121314
15161718192021
22232425262728
293031  

Month October 2007

Leopard: WebObjects Notes

Leopard is out and with it comes a slew of WebObjects changes. The release of WO 5.4, the official deprecation of the tool chain (which we’ve known was coming for some time), Apache 2 support, etc.
There’ve been some posts to the webobjects-dev list which I consider required reading. I don’t know if this stuff has [...]

Leopard: Bug Fix!

nano/pico now refreshes correctly when you resize the terminal window! WOO. HOO.

Leopard

It’s official:

Just a few of my favorite things…

Project Wonder is chocked so full of WebObjects goodness that it is hard to envision developing a project without it. Here are three bits that I use all the time.
Autolocking EditingContexts
Step one: Learn WebObjects
Step two: Realize that using the session().defaultEditingContext() exclusively is bad.
Step three: Start using multiple EOEditingContexts.
Step four: Read, re-read, then read again the [...]

WOLips: New .woo editor

There are five files assosiated with a WebObjects component (.html, .wod, .woo, .api, and .java). In WOBuilder you could add and configure a WODisplayGroup in your component and it’s configuration would get stored in the .woo file.
The only way to edit the .woo file in WOLips’ component editor was to use a text editor…
Up until [...]