Jason Dillon wrote:
> > don't need EJB's anymore, just plain jane
> > MBeans and JDO will do the trick :-)
>
> What deals with transactions?
Either do JDO transactions manually, or make a simple generic proxy that
deals with it by calling JDO transactions or JTA.
> Do you think you have lost anything?
Nope. EntityBeans -> JDO, stateless session beans -> POJO's (Plain Old
Java Objects). Stateful session bean stuff is done in web session.
I've gained a lot though, since MBeans are inherently more manageable
(how do you manage/configure beans at runtime? you don't!), and there's
no distribution which means I can drop all the value object nonsense.
> > Maybe a twinkle of Jini just for
> > fun. And it's...ahhh.. manageable... :-)
>
> Jini sounds like an ideal way to group together JMX Agents. As well as
> building a fault tolerant distributed event system.
It is indeed so.
/Rickard
--
Rickard �berg
Software Development Specialist
xlurc - Xpedio Link�ping Ubiquitous Research Center
Author of "Mastering RMI"
Email: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development