David Moles wrote:

> 
> (And, P.S., does anyone know of an easy way to turn the JONAS source
> into "clean" Java source without all the #ifdefs and things?)

There is only two .jpp files in all the JOnAS  source code (several
thousands of lines).
The first Orb.jpp (8 lines long) that set a static int ORB to 0 if we
compile JOnAS for RMI
and to 1 if we compile JOnAS for Jeremie

The second RemoteObject.jpp (10 lines long) for importing 
java.rmi.server.UnicastRemoteObject
for RMI and org.objectweb.jeremie.libs.contexts.moa.UnicastRemoteObject
for Jeremie.

That'all.
I don't think you can say the JOnAS code is not clean "with all the
#ifdefs and things..." !
-- 
        Philippe

Philippe Coq  Evidian   Phone: (33) 04 76 29 78 49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
Download our EJBServer at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to