Say I use a simple frontend for information passed on by a DAO that uses JDBC (without ORM). In other words, the class would have no attributes to speak of. Would this considered as a valid approach? What issues could it potentially cause and how could a class be designed to avoid them?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It sounds like you are referring to the data transfer object pattern. So long as the pattern fits your needs, it is a valid approach. I'm not aware of any pitfalls as such. |
||||
|