[JBoss-user] How modular is EJB and jboss?

2002-03-07 Thread jfina

Hi!

My challenge is to get the ejb model to fit into my needs. I'm writing a system that 
needs to be very modular and alive. A operation
must be implemented differently depending of the type.

Like: If I have a Zone object I need different zone handlers depending of the type of 
zone registred in the database (parking,
regular, pool etc...). The handlers may monitor the zone and more or less continually 
do different tasks depending on the logic.
Normally I would have solved this using inheritence, contained objects and threads.

My intention was to use MDB's to receive the phycial passings and call the different 
stateless zone sessionbeans which will process
the message further depending on type.

Is this really possible to solve with jboss?

At this time I only see the use of jboss as a pure persistence engine...or am i wrong 
in my views?

/Jon


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] How modular is EJB and jboss?

2002-03-07 Thread Holger Baxmann

 At this time I only see the use of jboss as a pure persistence engine...or am i 
wrong in my views?
 
indeed you are; i, by myself, am using jboss without any persistance or
filesystem. it is an url-based operating system with services, for me at
least.

just have a look for services *.sar and the model mbean implementation,
you will find a good guide for your needs in isbn 0-672-32288-9 'jmx:
managing j2ee with java management extensions' by sams publishing.

BTW: jboss has a persitence engine too, AFAIRC :)

bax 
 /Jon
 
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user