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 | Kommentare[2]
[my tweets]
Rss My book: Real World Java EE - Rethinking Best Practices


I think I read that applets (JavaFX) can also use remote EJBs instead of web services to talk with a back end.
Gesendet von Ryan de Laplante am 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
Gesendet von Adam Bien am February 08, 2009 at 10:12 AM CET #