I am trying to create some n-tier application and I am having difficulties separating the UI and the logic and I am wondering what belongs to the UI and what belongs to the logic.
I am developing window phone 7 application. I am using XML files for storing & retrieving data for the window phone 7 application. In my application I have created the class libraries for my curre
I\'m a software development consultant looking for some tools to help me quickly understand a new application when I begin a new project at a customer site.
It\'s very slick and cross browser/platform at the click of a button, which is leading non-technical types to conclude the entire engine is intrinsically better than what we use now. Is it simply that
I\'m currently designing a complex website that needs to support Undo and Notifications for CRUD operations.
I am looking forward to developing a social web application using Java in backend (to support operations from Cassandra database) & php in the middleware. Is this kind of approach beneficial ? Any
I have been tasked to scale out the session for an application.From my research the most obvious choice is to use the State Server session provider, because I don\'t need the users sessions to persist
I am designing the architecture of a new web site. Since multi-tier architecture definitely have all 开发者_Go百科the symptoms of premature optimization (complexity, length of development, etc) I woul
I\'ve just moved into java (from AS3) and I understand the syntax and all the basics, but I can\'t find any tutorials or books on basic program architecture.
I want t开发者_StackOverflow中文版o write a singleton to test regular expressions, every singleton has to have its own expression (a singleton for mail, a singleton for identificacion numbers etc.).