This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes thow some light Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "thow some light" Watch "thow some light" New topic
Author

thow some light

vijay kumarV
Greenhorn

Joined: Oct 28, 2006
Posts: 9
"If strict
encapsulation is used where even private methods used a standard get<Object>
method, you can delay the instantation of the object until it is truly necessary. This concept
is particularly important for value objects or other objects used as data transport
across a network. This practice minimizes the amount of RMI serialization overhead as
well as reducing network traffic."

This is taken from a book. I dont understand how encapsulation where private attributes are accessed thru getters will result in lazy instantiation and how it helps avoid RMI serialization? Please throw some light on this.


What a man is a man who doesnt make his world better
JigaR Parekh
Ranch Hand

Joined: May 23, 2005
Posts: 112
Is this from any ejb book?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: thow some light
 
Similar Threads
Object Serialization!
Object Serialization or RMI?
What is Serialization?Where we use This?
what's the practical use of Serialization?
thow some light