> Rickard �berg wrote:
> > > enough to connect to the server and handle things like transaction propagation
> > > and communication of method invocations. Of course, I'm basing my assessment on
> > > EJBoss model from a few months ago and this may have changed. If not, I don't
> > > think your use of java.lang.reflect.Proxy buys you much.
> >
> > Yes, but this is a "oneshot" thing which never changes. If you have an
> > application that uses EJBoss you bundle ejbossclient.jar with it, and
> > then it will be able to call all EJB's in any EJBoss server without any
> > need for dynamic class downloading. So I would say that the gain is big.
<dev. update+plug>
EJBoss 2.0 (to be announced at O'Reilly conference. Be there) now
supports dynamic downloading of all classes the client may need. JNDI
classes, EJBoss client implementation, EJB-bean interfaces. No client
installation required. It's very neat.
</dev. update+plug>
> That's a very good point. Its a nice feature and it will be more valuable to
>customers
> when the JDK 1.3 is out of beta and is actually used as a production VM. For now
> however, I don't think its such a good idea because it only works in JDK 1.3 and no
> one is using JDK 1.3 in production -- in fact, many are still using JDK 1.1!
Good point. We are working on a solution for JDK1.2.2 VM's as well.
JDK1.1 won't be supported though.
> I commend Magnus Stenman of Orion who originally invented the idea of using the new
> Proxy class for auto generating stubs on the client (Give credit where credit is
> due). Actually, as Magnus pointed out once, credit also goes to Object Space's
> Voyager team who were the first to do something like this using a custom VM a couple
> of years ago. Object Space is a true innovator.
Absolutely. Both Magnus' work on Orion and the ObjectSpace guys are
great sources of inspiration for me in my current work on EJBoss. Lots
of kudos to them :-)
/Rickard
--
Rickard �berg
@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.dreambean.com
Question reality
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".