Calyxo Web Application Framework 0.9.0 review

Download
by rbytes.net on

Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular a

License: The Apache License 2.0
File size: 0K
Developer: Christoph Beck
0 stars award from rbytes.net

Calyxo Web Application Framework encourages in MVC model 2 based web application development.

It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP technologies.

The Calyxo project divides into several components

Calyxo Base - this component collects some of the basic, reusable classes used throughout all the other components. It introduces basic concepts like modules, i18n, accessors and so on...

Calyxo Control - this component implements the Calyxo controller. Calyxo uses an approach similar to Struts here, so Struts users should feel familiar with Calyxo from the start. Calyxo Control may be considered as the "main part" of the Calyxo platform.

Calyxo Forms - this component allows the definition of forms, along with all their validation steps and lets you map inputs to properties of a data object. Complex validations, dependencies between inputs and mapping an input to a set of properties are supported. The Calyxo Forms JSP tag library provides replacements for HTML elements related to forms.

Calyxo Panels - this component allows the definition of pages in a container/component manner. Pages are dynamically composed from a tree of page fragments. Panel definitions may be nested to arbitrary depth and may use inheritance.

Calyxo Struts - this component focuses on integrating Calyxo parts into the very popular Apache Struts framework. The Calyxo Panels and Calyxo Forms components may be used with Struts to replace Struts Tiles and the Struts Validator.

Requirements:
Java 1.4.2 or later
a servlet container supporting the Servlet 2.4 / JSP 2.0 APIs (eg. Tomcat 5).

What's New in This Release:
Support Struts 1.3
Eliminated package dependency cycles
Minor bug fixes

Calyxo Web Application Framework 0.9.0 keywords