Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Database programming standards

Re: Database programming standards

From: Nuno Souto <dbvision_at_optusnet.com.au>
Date: Fri, 04 Jun 2004 22:19:35 +1000
Message-ID: <40C068D7.9030204@optusnet.com.au>


Niall Litchfield allegedly said,on my timestamp of 4/06/2004 9:45 PM:

>>No, an EJB  CANNOT be shared between applications in J2EE.  Applications
>>in an EJB container run in DIFFERENT JREs and CANNOT share an EJB!

>
>
> Useful info thanks.

I should qualify: so far, I've found this in the following:

Websphere

However, knowing a little bit about how these things are implemented (containers), I wouldn't be surprised if it was the norm rather than the exception.
The way out of this conundrum according to the J2EE experts is to create a messaging interface...

> Oh Nuno, you should know better. What you need is an EJB to do the app
> specific processing and a web service invoked via soap to handle all
> the interapp communications and business rules (J2EE and .Net handled
> ther). Put your business rules in a (probably serialized) web
> service, your app specific in your EJB, your data in a black box
> RDBMS, your security via an authentication appliance. naturally you'll
> need to do all of this with a RAC back end an app server data farm or
> even grid. That client server stuff that just worked is so 1990s.
>

all in XML, of course. And don't forget the XSL to interface J2EE and .Net: it's that easy...

-- 
Cheers
Nuno Souto
in sunny Sydney, Australia
dbvision_at_optusnet.com.au
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Jun 04 2004 - 07:36:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US