Would the performance come down by a using lot of business objects? 2003-11-27 - By DOMAKONDA Sridhar
Back Hi All,
I am having a scenario in which a business function can be performed in several ways, depending upon some constraints. Maintainability is an element of importance for the system to be developed. I am planning to accomplish the business function by having a group of business objects which accomplish the functionality in various ways, each apt for a particular scenario. Later the client sends the constraints to a business object factory, which determines which object is needed by the client, looks up for the same and passes the corresponding remote interface.
At this juncture I am having a query. If the system is built based on the above said way, the number of business objects can be more. Would having many business objects be a performance over head? Or is there any other way of approaching this issue?
Thanks in Advance Sridhar
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|