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 Unit Testing

Re: Oracle Unit Testing

From: WebCom Systems <info_at_webcomsystems.co.uk>
Date: 31 Jan 2007 07:57:45 -0800
Message-ID: <1170259065.894400.63160@h3g2000cwc.googlegroups.com>


You guys are obviously not familiar with scalable J2EE applications.

The point of using objects is that you can pass a completely structured object containing the data to the Java layer of the application.

Objects can not only be data structured and also contain other objects.

In terms of maintenance, a highly modular multi-tiered approach of far better for maintenance than a flatter 2-teir traditional architecture. The point of multi-tiered applications is that every bit of code is in its correct place, DML in the table encapsulation layer, objects in the object layer, business logic in the java layer, and so on...

any flamers? Received on Wed Jan 31 2007 - 09:57:45 CST

Original text of this message

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