I\'m doing some API design work at present, involving the specification of a number of interfaces as abstractions that will later be implemented by various concrete classes.
All, I\'m working on the design of a cloud-based service that will provide the option to execute some \"plugin\" code submitted by clients. In order to make this work it is essential that the plugins
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
Why not use it as a general component pattern for Javascript, including browser-executed Javascript? At a glance, it seems to be a good way to modularize the 开发者_运维百科project I\'m currently wor
We\'re planning to develop a medium - larger sized web appliaction mostly CRUD operations reporting intranet/internet ready
I am building a new web application and playing around with the architecture and would like some opinions about splitting UI and business logic and running them on separate servers.
It would make it possible to have optimized binaries for several p开发者_C百科rocessors. If done right it wouldn\'t even need to duplicate much data.If I get the question right, you\'re asking a form
I\'am Starting a new App (Something like an AngelList + hacker news but local), and got thinking if I should join the wave and get a CouchDB or stay with the old School and proved to work relational D
I\'d like to implement a newsfeed, that can be plugged into some web-si开发者_运维问答te: my site/service gets a request from another site with that site\'s ID (or login/password) and return a newsfee
I got the following two interfaces: interface IModule { IModuleResult Invoke(InstallerContext context, IModuleConfiguration config);