Tagged Questions
5
votes
6answers
525 views
What's the common way for OOP Pattern design (Data Access)
Originally there was the DAL object which my BO's called for info and then passed to UI. Then I started noticing reduced code in UI and there were Controller classes. What's the decent recomendation.
...
4
votes
3answers
406 views
Best practice for validating input data for multi-tier application
In our application we have various layers. Service Layer, DAO layer and actions (struts applications).
Data gets passed from one layer to another layer.
Where we should ideally put input ...
0
votes
4answers
59 views
Entities between Data- and BusinessLayer
I am in the starting phase of a new project. Since, I always want to improve myself and try to avoid the mistakes from the past (everyone has some baggage), i looked at the Layered Architecture Sample ...