Is JavaBean only with getter and setter methods A evil?
From: Savagearts (Savagearts_at_msn.com)
Date: 12/30/03
- Next message: Corno: "Re: design patterns and user-friendliness"
- Previous message: Randy A. Ynchausti: "Re: OO Progress Metrics?"
- Next in thread: Ron Jeffries: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: Ron Jeffries: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: Jason Che-han Yip: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: H. S. Lahman: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: Robert C. Martin: "Re: Is JavaBean only with getter and setter methods A evil?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Dec 2003 23:39:11 -0800
I've worked for some j2ee prjects and often find lots of objects only
with getter and setter methods. I'm confused. I think that this style
object is the same to C Style Struct Object.This style object disclose
all details of the object. But sometime this style object may be
useful. for example: we may get data from DAO Object: we put all data
from DB and let this style object to hold data and return to our
business layer. can Anyone give me some ideas about this style object?
thx.
- Next message: Corno: "Re: design patterns and user-friendliness"
- Previous message: Randy A. Ynchausti: "Re: OO Progress Metrics?"
- Next in thread: Ron Jeffries: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: Ron Jeffries: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: Jason Che-han Yip: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: H. S. Lahman: "Re: Is JavaBean only with getter and setter methods A evil?"
- Reply: Robert C. Martin: "Re: Is JavaBean only with getter and setter methods A evil?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|