separation-of-concerns
Architecture Concerns
My domain classes and persistance logic (Hibernate) are in one project called model. This jar is included within all of my apps.[详细]
2022-12-10 02:26 分类:问答Where should the viewModel be created?
I have seen a few examples where the viewModel (in Silverlight apps) is in the UserControl.Resources XA开发者_StackOverflow社区ML section of a View. I read that for using Blend, this is a good place t[详细]
2022-12-09 16:14 分类:问答How have you combined the advantages of the direct View-to-Model approach and MVVM in your WPF projects?
In our application we have many Model objects that have hundreds of properties. For every property on the model:[详细]
2022-12-09 08:12 分类:问答Validation in the business logic - ASP.NET Web Forms
In reading up on ASP.NET MVC I came across some wonderful examples of validation where the business rules were associated with the model and the UI merely displayed the set of errors and flagged the f[详细]
2022-12-08 11:24 分类:问答