15 projects tagged "control"
With the Cibet framework, it is very easy to add various control mechanisms into a JPA and/or EJB-based Java application. The actual version includes control schemes like Archiving (manipulation of domain objects; data and execution of business processes are archived). From the archived state, domain objects can be reconstructed and business processes can be re-invoked with the same parameters at any time. The archive entries are secured against manipulation to make them audit-proof and revision safe. Four-eyes principle: this scheme is an example of a dual control mechanism: A user wants to perform some critical data manipulation or business process. With an applied dual control mechanism, the action is not executed in the production system directly, but stored and postponed. A second user must check the data and the action and can approve or decline. Only when the second user approves, the data manipulation or business process is executed in the production system; otherwise it is discarded. An even stricter example for a dual control mechanism is the six-eyes principle. In this case, a third user must approve a data manipulation or business process before it will become productive.
Simple JS Calendar is a very easy-to-use JavaScript calendar control with many customization options. The date format can be changed. It also supports multiple instances on same time and all the instances are completely independent with others. It is compatible will all major browsers and different style sheets can be defined to all different instances means every instance can be show in different color scheme on the same page. It also support expiry date feature so you can prevent users to select past dates. There are lots of other customization options as well.