I have an idea for a web application and I am currently researching different platforms. I am really interested in Google App Engine, but it looks like it works pretty good for certain application typ
This question already has answers here: 开发者_高级运维Resolve build errors due to circular dependency amongst classes
We are having a debate at my office around what can and cannot go in a JAR file. It has been suggested that it is poor form to have anything that is not a .class file go into a JAR. We currently have
What are the recommended considerations to design Data Access Layer for Enterprise level application. Application built in asp.net 2.0 and N-Hibernate is used in DAL, but there are many flaws in curre
I apologise if this is a re-ask, I have had a rummage through previous que开发者_如何学Cstions but haven\'t found much that is relevant as far as I can tell apart from PoEAA but I think this may not q
I in the process of designing the server side of a web-based user interface that will be very JavaScript intensive.
Say I have a value object class, FullName, that is used as a property in an Employee entity class. The FullName may have a middle initial, nick name, etc; but from a domain perspective I would like to
I know what is \"usual\" mediator design pattern (some description is in wikipedia: http://en.wikipedia.org/wiki/Mediator_pattern). In my SOA I have Notification Service: he should broadcast messages
WHY I would like the ability to have unique identifiers across all entities in my system. Being able to identifier the owner \"type\" form the id would be great, even better if i dont have to hit th
We have some XML restful services implemented in MVC (C#). Their overall look and feel is very similar to http://www.zendesk.com/api.