Hacker News new | ask | show | jobs
by pjmlp 544 days ago
True enough that it has its own Wikipedia page,

https://en.m.wikipedia.org/wiki/Distributed_Objects_Everywhe...

The Java WO Java EE compatibility,

https://en.m.wikipedia.org/wiki/WebObjects

And docs,

https://developer.apple.com/library/archive/documentation/Le...

1 comments

Yeah, I've deployed a few WO apps in Java EE environments. How that works is WO will basically use a servlet (adaptor) for request handing, which will bridge calls and convert them from the Java EE APIs to the WO specific APIs. You don't actually interact with the Java EE APIs much (or at all).

I just meant that going from WO to Java EE didn't feel very nice :).

I see, thanks.