I\'m maintaining an application that was copy-pasted for each new customer (...yeah, I know). If a new customer wanted some new functions which the others didn\'t need, only his code part was changed.
This has been quite a stumbling block. Warning: the following is not a question, rather explanation of what I came up with. My question is — do you have a better way 开发者_如何学Goto do this? Is the
I originally planned to build my web app in a MVC pattern, i was just wondering if it me开发者_如何学JAVAets that?
I design an application back-end. For now, it is a .NET process (a Console Application) which hosts various communication frameworks such as Agatha and NServiceBus.
I\'ve got a Flex 3 project. One of the problems I have is that not very much of its content is indexed by Google. Currently, I pull data from a mySQl database, so the Googlebot doesn\'t see most of th
when using domain driven design, is it better that your services\' methods 开发者_如何学运维receive an entity as parameter or the id of your entity as parameter so that you can retrieve the entity ins
Actually I have two questions. If I start writing my own lexical analyzer, parser what architecture it will be? Wha开发者_高级运维t principles should I consider (i.e. Open-Close, loose coupling)?
I want to implement a rather complex CurveEditor that has to support the usual requirements like: freely scalable and moveable axis
i want to build a windows service that will notify some admins in the company for main BL that changes in the DB. does someone can s开发者_运维问答uggest how to build it that it will not need maintena
After spending a couple of hours reading on Lua and Haxe I am still unsure of which would be a better choice to use on the development of a heavy traffic web application.