DAO with EOF
Anders Peterson <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'd like to make my business objects independent of EOF. Thinking about doing doing this using the Data Access Object design pattern where the EOs are the DAOs and the BOs are POJOs. http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html Is (something like) this commonly done? Has anyone done it? /Anders