Can you use the CQRS (Command-Query Responsibility Segregation) architectural pattern to build a site like StackOverflow?I\'m relatively new to CQRS and DDD (Domain Driven Design) and am exploring the
I\'m writing a quite complex JavaScript application that has an MVC architecture that I\'m implementing using Prototype\'s Class support and the Module pattern. The application uses AJAX and the Obser
We\'re designing an Android app that has a lot of data (\"customers\", \"products\", \"orders\"...), and we don\'t want to query SQLite every time we need some record. We want to avoid to query the da
Recently, our development team was approached by a representative from one of the departments at our institution looking for a web based solution to help out with their workflow. A few weeks later, an
In old versions of tomcat (like 3.2) you can find the recomendation to serve static content in a apache web server and leave the dynamic content to the tomcat itself.
We are in the process of planning for a rewrite of one of our fundamental applications. It is web based, and we are locked into PHP.However it is not a web 2.0 site.It\'s closer to an enterprise appli
I\'ve been working with S#arp Architecture but this can probably be applied to any DDD architecture (Domain / Core, Application Services, Infrastructure, and Presentation).
I was trying to reverse engineer Twitter-Live Search. Maybe we could discuss it here. I am talking about the feature where Tweets are shown even latest to \"1 sec ago\" etc. Trying to understand how t
I am preparing a J2ME application, Which is basically data capturing utility, Which reads data from end user from form and the data will be submitted to server as the application will get connection.
I\'m having an implementation challenge at the moment, it basically consists of two different rails apps.