My domain classes and persistance logic (Hibernate) are in one project called model. This jar is included within all of my apps.
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
In our application we have many Model objects that have hundreds of properties. For every property on the model:
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