Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Unit Testing
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