News

Model-View-Controller (MVC) paradigm is an intuitive and widely accepted strategy in UI design, be it web or rich client. In fact it is so well established as a de-facto standard, that "compliance ...
In order to cover these lacks there is a Java Web Application Security Framework known as HDIV [10] that fills this security gap transparently for some of the presented java web frameworks (Struts 1.x ...
JavaServer Faces is the Java standard technology for building component-based web interfaces. Get started with JSF, including what's new in JSF 2.3 Topics ...
I'm interested to hear discussion on patterns for multi-tier applications having a central (in-house, internal network) datadatabase, but multiple UI clients across multiple platforms (HTML5 ...
Choosing a web architecture is a tedious process. Let's compare popular approach MVP vs MVC vs MVVM and know which one is best for your project.