I have a complex system to design. I have two ways: Top-down: I will design many interfaces and contracts. Afterwords, I will implement these interfaces, and write a prototype to verify the design.
This question already has answers here: 开发者_StackOverflow中文版 When should a web service not be used?
Suppose I have a web application with several modules that exist on both the server and the client side. Each module has some server URL paths to access/manipulate data for that module. For the sake o
I\'m working on a project in Java, which is c开发者_运维知识库ommunicating with two serial port devices using Suns\'s serial port library. I must somehow keep connections to devices open all the time
I thought in the past that my Domain objects shouldn\'t contain repositories calls in its method. However I faced with following issue.
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
A bit of background: I am getting st开发者_如何学编程arted with GPGPU (OpenCL), I am using a java wrapper (jogamp.jocl) hoping that it will provide me with a way to abstract the low level nitty grit
I know it is language-specific, but is it possible in OO-languages that interfa开发者_运维知识库ces implement other interfaces?in C# you can do:
In a traditional way of thinking (remember DNA?) we\'re supposed to architect our application by separating layers into services. When implementing an ASP.NET MVC application, why should you really im
I am starting out on a new project and have fallen in love with the concept of a Service Bus to connect your services on the backend. Since I was mostly doing Web development so far I was simply conne