You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apps-dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2002/10/26 16:34:10 UTC

EOB 0.75

Folks,

Enterprise Object Broker 0.75 has been released.  To remind people this 
is or will be a replacement for EJB.  The point is that EOB is simpler 
to code for.

This one sits on the 4.0.1 distro of Phoenix, has some JMX capability, 
and has been updated for latest JDKs and AltRMI. See 
http://eob.sourceforge.net/ for the homepage.

We're looking for decent open-source interface/impl separated GUI apps 
for sake of new examples.   What EOB would add to those app is a 
container to run in that allows multiple clients to connect to a single 
server-side object model transparently.  If anyone can make a 
suggestion. we'd be very pleased.

- Paul


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


SAXParserFactory cornerstone block

Posted by Raj Saini <ra...@emerging-trade.com>.
Hi,

I was trying to use the SAXParserFactory block. Is there not suppose to 
be a newSAXParser() method to get the instance of a parser? Is this a 
bug in the said block?

Raj Saini


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: AW: EOB 0.75

Posted by "Daniel S. Haischt" <si...@gmx.net>.
btw - i only saw a blackdown jdk1.3.1 version for
Strong ARM CPUs ...

> -----Ursprüngliche Nachricht-----
> Von: Paul Hammant [mailto:Paul_Hammant@yahoo.com]
> Gesendet: Samstag, 26. Oktober 2002 17:15
> An: Avalon-Phoenix Developers List
> Betreff: Re: AW: EOB 0.75
>
>
> Daniel,
>
> Well not unless I undo some the the Exception(msg, e) using stuff that
> arived in 1.4.
>
> Collections are used too.  I'll try to work out what can be done.
>
> Which is the JVM vendor?  You ae talking of the WinCE version from IBM?
>  I ask because Blackdown have a 1.4 version ready, but only for
> Linux OSs...
>
> - Paul
>
> >btw - would it be possible to run EOB on jdk1.1?
> >
> >i am thinking of running EOB on a XScale handheld,
> >thos handhelds only support jdk1.1 by now ..
> >
> >
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: AW: EOB 0.75

Posted by "Daniel S. Haischt" <si...@gmx.net>.
i was refering to PocketPCs. i have a Sharp Zaurus running
Linux. that PocketPC comes with the JEODE VM that only
supports jdk1.1. allthough collections will be supported.

so it is not real jdk1.1 and not real jdk1.2 it is
Personal Java though.

there well be released a new Java VM spec for mobile devices
by Sun, called Personal Profile. that spec will support
jdk1.2. allthough i am not pretty sure whether that profile
will be 100% J2SE compliant.

regards

daniel s. haischt
--

> -----Ursprüngliche Nachricht-----
> Von: Paul Hammant [mailto:Paul_Hammant@yahoo.com]
> Gesendet: Samstag, 26. Oktober 2002 17:15
> An: Avalon-Phoenix Developers List
> Betreff: Re: AW: EOB 0.75
>
>
> Daniel,
>
> Well not unless I undo some the the Exception(msg, e) using stuff that
> arived in 1.4.
>
> Collections are used too.  I'll try to work out what can be done.
>
> Which is the JVM vendor?  You ae talking of the WinCE version from IBM?
>  I ask because Blackdown have a 1.4 version ready, but only for
> Linux OSs...
>
> - Paul
>
> >btw - would it be possible to run EOB on jdk1.1?
> >
> >i am thinking of running EOB on a XScale handheld,
> >thos handhelds only support jdk1.1 by now ..
> >
> >
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: AW: EOB 0.75

Posted by Paul Hammant <Pa...@yahoo.com>.
Daniel,

Well not unless I undo some the the Exception(msg, e) using stuff that 
arived in 1.4.

Collections are used too.  I'll try to work out what can be done.  

Which is the JVM vendor?  You ae talking of the WinCE version from IBM? 
 I ask because Blackdown have a 1.4 version ready, but only for Linux OSs...

- Paul

>btw - would it be possible to run EOB on jdk1.1?
>
>i am thinking of running EOB on a XScale handheld,
>thos handhelds only support jdk1.1 by now ..
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: EOB 0.75

Posted by "Daniel S. Haischt" <si...@gmx.net>.
btw - would it be possible to run EOB on jdk1.1?

i am thinking of running EOB on a XScale handheld,
thos handhelds only support jdk1.1 by now ...

> -----Ursprüngliche Nachricht-----
> Von: Paul Hammant [mailto:Paul_Hammant@yahoo.com]
> Gesendet: Samstag, 26. Oktober 2002 16:34
> An: Avalon-Phoenix Developers List; Avalon Applications Developers List;
> Avalon Developers List
> Betreff: EOB 0.75
>
>
> Folks,
>
> Enterprise Object Broker 0.75 has been released.  To remind people this
> is or will be a replacement for EJB.  The point is that EOB is simpler
> to code for.
>
> This one sits on the 4.0.1 distro of Phoenix, has some JMX capability,
> and has been updated for latest JDKs and AltRMI. See
> http://eob.sourceforge.net/ for the homepage.
>
> We're looking for decent open-source interface/impl separated GUI apps
> for sake of new examples.   What EOB would add to those app is a
> container to run in that allows multiple clients to connect to a single
> server-side object model transparently.  If anyone can make a
> suggestion. we'd be very pleased.
>
> - Paul
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>