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: [Q]How to minimize damage done by Java

Re: [Q]How to minimize damage done by Java

From: Alexander Miroshnikov <alexander_miroshnikov_at_hotmail.com>
Date: Sat, 21 Dec 2002 00:22:42 -0000
Message-ID: <au0cal$3hb$1@newsg4.svr.pol.co.uk>


Java developers tend to load data from the database into memory and perform inefficient operations on collections of entity beans instead of executing economic sql queries inside the database. This approach does work but it cannot address properly most of data related issues including performance, integrity, concurrency, scalability and control over appropriate use of the database.

Some of these issues are crucial within your business environment, some are not. If the crucial issues are not addressed properly the project will fail. Unfortunately people in charge are often have their short term deliverables and personal goals, and they are not very interested in developing a successful project. Getting them interested is a complex political task... Received on Fri Dec 20 2002 - 18:22:42 CST

Original text of this message

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