Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
We are implementing a Request/Response Service Layer using WCF, where every request inherits from a base Request class and every response inherits from base Response class.
Our organization currently manual process for purchase (i.e. users enter data in excel, print hard copy forms, the request routed to next level based on amount for team head approval, after which rout
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I\'m working on an Android project and I would like to know any recommendations about what\'s a good architecture to build an android application.
I\'m getting t开发者_JAVA技巧o grips with unit testing and learning how to break up my code into testable bits, but one thing I\'m not clear on is how I can write my \'higher-level\' code, such as my
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I think I have a pretty good grasp on the tenets of a RESTful architecture but I\'m not there yet. The part that I can\'t seem to figure out is how do the clients become aware of which HTTP methods a
I\'m trying to figure out what are the layers that a web application needs in order to have a solid separation of concerns.
I database connection (I guess it could be any statefull 开发者_如何学Cressource) that I create in a parent class and pass to be used in a child class.