top | item 42492789

(no title)

hugi | 1 year ago

Probably true, but I can confirm that this relationship does not go both ways :). Absolutely hated going from WO to Java EE back in the day. But I understand it's gotten better in recent years though.

discuss

order

pjmlp|1 year ago

hugi|1 year ago

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 :).