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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle and RMI

Re: Oracle and RMI

From: Dave <davidr21_at_hotmail.com>
Date: 22 Mar 2004 09:09:30 -0800
Message-ID: <8244b794.0403220909.dcfe8ab@posting.google.com>


davidr21_at_hotmail.com (Dave) wrote in message news:<8244b794.0403191005.163b0a5d_at_posting.google.com>...
> "Alain ROUILLON" <al.rouillon_at_free.fr> wrote in message news:<405ad029$0$282$626a14ce_at_news.free.fr>...

This may have your answer...

http://otn.oracle.com/sample_code/tech/java/jsp/samples/ejbcallout/Readme.html

>
> Your question is pretty vague...so I'll make assumptions...
>
> You could use RMI or (EJB within a J2EE app server which utilizes RMI)
> and create objects that a client could interact with remotely. Those
> objects could interact with Oracle, but that would be via JDBC. You
> can certainly create stored procs and call them from your objects via
> JDBC.
>
> Dave
>
>
> > Hi,
> >
> > I am wondering to what point I can deploy a distributed architecture with
> > components like stored procedures located on the database server and
> > calculation components located on an distant object server.
> >
> > I think of using RMI from Java to do so. Would that be a good idea, or is
> > there something more appropriate (CORBA, ...) ?
> >
> > Thanks a lot for your replies,
> >
> > alain
Received on Mon Mar 22 2004 - 11:09:30 CST

Original text of this message

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