Let me list the most common features in the Appointment module and their priority using MoSCoW Method. MoSCoW Method M - MUST: Describes a requirement that must be satisfied in the final solution for the solution to be considered a success. S - SHOULD: Represents a high-priority item that should be included in the solution if it is possible. This is often a critical requirement but one which can be satisfied in other ways if strictly necessary. C - COULD: Describes a requirement which is considered desirable but not necessary. This will be included...
Tuesday, 11 December 2012
Monday, 26 November 2012
Spring Security hello world example
Posted on 19:23 by Unknown
Use Spring security to provide a simple login authentication form to secure URL access in web application. Thanks to mkyong. This tutorial is based on his tutorial Spring Security allows developer to integrate security features with J2EE web application easily, it highjacks incoming HTTP request via servlet filters, and implements “user defined” security checking. In this tutorial, we show you how to integrate Spring Security 3.0 with Spring MVC...
Wednesday, 21 November 2012
ZK Grid CSS
Posted on 20:50 by Unknown
<zk> <style> .fgrid tr.z-row td.z-row-inner,tr.z-row,div.z-grid-body div.z-cell,div.z-grid { border: none; overflow: hidden; zoom: 1; background: white; border-top: none; border-left: none; border-right: none; border-bottom: none; } .fgrid .z-grid-odd .fgrid .z-row-inner,.fgrid .z-grid-odd .z-cell { background-color: #F7F7F7; border-bottom: 1px solid transparent; border-left: 1px solid...
Subscribe to:
Posts (Atom)