We have an ASP classic ERP (very large application) that we want to rewrite using ASP.NET. I am looking for a way to organize the application so we are going to be able to separate every program / w
HI, I am starting to developing web application and decide to use Vaadin + Java EE for reusable business logic. I know that Vaadin has MVP design pattern, but how to make good hierarchy of classes, wr
My app is master/slave system where slaves can send messages to the master based on a (local) event and master sends messages to the slave also based on local events.
currently I dont know how to identify an aggregate root. I\'ve got the following classes. - Garage - Organisation
We are having a lot of trouble organizing our solutions in a good way.We have multiple applications.They are similar applications so a lot of reuse is done.Different apps include different capability
I have a WPF application, that I want to port to Linux/Mac. The most logic way seems to split t开发者_如何学运维he application in two parts: client and server, and use Silverlight for the client UI, a
I got a generic repository - should the repository be able to throw exceptions or should I keep it dumb? If I chose to throw exceptions from it, should the service layer then catch it and开发者_如何学
I\'m trying to implement modularity in my POS system to allow 3rd parties to do some kind of modules/plugins/add ons. I have started implementing a SPI and an API, my question is: the access to the da
When I start work on a new web application I tend to reach for the same tried & tested architecture of ASP.NET MVC, BLL (consisting of a set of services that contain all business logic) and a DAL
Been going back and forth on how to architect this. I\'m using rails,and started with Single-Table-Inheritance, then changed my mind, now I\'m not sure.