Originally posted by muchfresh:
WO 4.x apps written in Java can be *converted* to WO 5. I would take this to mean that there is some substantial changes other than Java-ization of WO.
Well, i suspect the WebObjects Java to change little if at all.
In fact i doubt any of the paradigms and design patterns to change at all.
(If so it would be a huge, almost undeliverable effort.
We wouldn't be seeing WOF5 this year let alone at WWDC.
In fact, apparently, WODev are mostly holding up for MacOS X Server)
If you've written WebObjects code in Objective-C and ported to Java
you will see how easy this is.
(Providing you don't rearchitect your code!)
The APIs are semantically identical (98%) e.g:
Java
-------
this.pageWithName("Main");
Obj-C
--------
[self pageWithName:@"Main"];
There is a fairly steep learning curve, i'm afraid.
So get a head start on WO Java ASAP.
It's definitely worth it.
ravi
---
www.svgobjects.com
[This message has been edited by rmendis (edited 02-20-2001).]