Skip to content
Advertisement

Tag: architecture

Design of layered architecture for a Java application

I have code with the following architecture: Business objects (Represents business object [BO]) DataBasedModel classes (Maps to DB tables) Layered Architecture DAO (reads /write BO to DB, converts BO to DBModels and vice versa) Each table has a DAO I plan to have a manager layer on top of DAO.Manager will call DAOS.Manager handles business logic.And transactions Consider that I

Flow of the project [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 10 years ago. Improve this question I am currently working in java projects. And I am handling many projects at a time. I use eclipse IDE for programming these applications which involves spring, hibernate,

Advertisement