Yep, pretty standard pattern to use a value bean to avoid lots of remote
calls. We go a step further and use a session bean to do meaningful lumps of
work on the server.

-----Original Message-----
From: Alexander Kogan [mailto:[EMAIL PROTECTED]]
Sent: 23 January 2001 20:48
To: jBoss
Subject: Re: [jBoss-User] HOWTO: Replacing Entity with Session beanandma
nage the persistence


Darius Davidavicius wrote:
> 
> 2.2  10 calls of getId() (client -server calls)
> 2.3  10 calls of the getName() (client -server calls)
> 2.3  10 calls of the getSurname() (client -server calls)

Yes, but nothing prevents you from implementing

        Info EntityBean::getInfo() 


-- 
__________________________________________________
Alexander Kogan  PTC   www.ptc.com
[EMAIL PROTECTED]    140 Kendrick St. Needham MA 02494


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to