Adam Bien's Weblog
Killing The Bloat - Pragmatic Java EE 6+ Architectures For The Web - Speaking At WebTech Exchange in London
I'm already looking forward to the WebTech Exchange conference in London. It is going to be interesting. In my session I would like to explain (actually show with working code), how efficient Java EE 5 / 6 can be as a backend for Wicket, JSF, or even REST-based integrations like JavaFX.
Posted at 09:00AM Feb 07, 2009 by Adam Bien in Events | Comments[2] | Views/Hits: 608
*NEW* Workshop: "Real World Java EE 6/7 Bootstrap" and book: Real World Java EE Night Hacks--Dissecting the Business Tier Tweet Follow @AdamBien



I think I read that applets (JavaFX) can also use remote EJBs instead of web services to talk with a back end.
Posted by Ryan de Laplante on February 07, 2009 at 04:11 PM CET #
Ryan,
yes - it is true. You can use whatever you want. EJBs, however, use JRMP or in standard case IIOP, what can be challenging for pure webapps. For intranet applications direct communication with EJBs could be the easiest strategy,
thanks again!,
adam
Posted by Adam Bien on February 08, 2009 at 10:12 AM CET #