Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I need to create a distributed application consisting of multiple clients that send files (plus info about files) to one server, also query that server.
We are in the early stages of design of a big business application that will have multiple modules. One of the requirements is that the application should be database independent, it should support SQ
This question is just out of interest, and perhaps could be useful for my thesis. A web application, especially when your business is relying on it financially, needs to meet certain requirements in
Closed. This question is opinion-ba开发者_JAVA技巧sed. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati
I\'ve built a RESTful service for the Data Access Layer (DAL) of my architecture: POST http://example.com/data/User
Greetings! I recently started working for a company that carries a line of 20,000 Surgical Instruments. Our data on all items is currently spotty and chaotic at best. I intend to fix this.
I have a WPF application which so far has been client only, but now I\'m working on splitting it into a client and server side. In this work I\'m introducing WCF for the client-server communication. M
I am in a early stage of a project, graphically modelling the system structure. Is there any widely accepted graphical notation for showing interface \"bundles\"?
I have a MVC web application (Ruby, Rack, Apache) and I want it to be restful. I have a dispatcher that will get incoming URI and call the appropriate开发者_如何学编程 controller.