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

Home -> Community -> Mailing Lists -> Oracle-L -> Oracle apps in Java (was: RE: standard edition vs. enterprise edition)

Oracle apps in Java (was: RE: standard edition vs. enterprise edition)

From: Leslie Tierstein <Leslie.Tierstein_at_visionchain.com>
Date: Thu, 1 Apr 2004 13:56:32 -0500
Message-ID: <MBEKKMMKENFAJFKKNHDOEEPKCAAA.Leslie.Tierstein@visionchain.com>


>From the database perspective, at a minimum, you will need to vastly
increase the default value of the java_pool_size parameter to get anything to run.

Then, you have to make a lot of decisions about how the java application is going to deployed. Oracle has an option to deploy pieces of java in the database. The javaheads will probably not want to do this and, for this decision, I agree with them (the java in the database can become very large very quickly, if you need to link in lots of Java classes to get your class to run.) And also, what type of Java application you're going to develop: options include java client, JSP/HTML, UIX (proprietary to Oracle, but the apps are using it).

You should really insist that the developers use some technology that supports connection pooling via the application server; Oracle's JDeveloper APIs (and generated code) offer this capability. Or at least persistent connections ...

There will be a battle between the javaheads (who, to paraphrase a friend of mine, tend to like "DIJAB" technology -- Database Is Just A Bucket) and will want to design their classes first, and then have the DBA try to design a well-functioning database to fit those classes, and the Oracle types, who like to start with well-designed databases if they have any smarts whatsoever. A good piece of Object-Relational mapping software will help here; again, JDeveloper does some of this, as does TopLink (also an Oracle product).

Have fun,

Leslie

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Freeman, Donald Sent: Thursday, April 01, 2004 1:29 PM
To: oracle-l_at_freelists.org
Subject: RE: standard edition vs enterprise edition

I'm really not very knowledgeable about creating Oracle applications in Java other than to say that Oracle is heavily invested in Java technology. Maybe someone else could expand on this?

 -----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Kommareddy, Srinivas (MED, Wissen Infotech) Sent: Thursday, April 01, 2004 11:55 AM
To: oracle-l_at_freelists.org
Subject: RE: standard edition vs enterprise edition

Hi,

Currently we have data in MS-Access and we are migrating it to oracle and developing Java based applications for that.

Is tehre any thing specific to know (configuration, versions etc..) if we are going to develop java based applications ?

Srinivas




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 Thu Apr 01 2004 - 12:52:20 CST

Original text of this message

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