Tagged Questions
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 ...