Cetia4 is a Web development framework that provides complete REST support.
Cetia4Features: developed based on Servlet APIs, it can run in all Web containers.
Advantages:
1. resources such as Servlet APIs and JSP can be fully utilized. There are few additional learning concepts and the learning cost is low.
2. for traditional Web applications, HTTP sessions can be used on the server side. For Web service applications, HTTP sessions are not used and developed based on the stateless server model.
3. It includes support for Web MVC, which is easy to understand by developers who are familiar with the Web MVC framework. The built-in functions such as parameter ing and parameter verification are also supported by the traditional Web MVC framework.
4. the built-in concept of its own navigation object stack is very helpful for supporting the development of traditional Web applications (browser-based navigation.
5. JSP tag library is provided, which is very helpful for traditional Web development based on HTML forms.
6. Support the combination of SiteMesh and SiteMesh to support the reuse of page layout.
7. built-in integration with Spring is very easy to integrate.
8. The configuration file is completely based on the standard web. xml, and no additional configuration file is required. A large number of default configurations are usually enough to meet common requirements.
9. Good documentation.
10. built-in international support.
Disadvantages:
1. There is no built-in HTTP authentication mechanism, and you need to develop a security mechanism on your own.
2. weak support for content negotiation. Only HTML and XML formats are supported. It must be extended to support the performance of other formats.
Authorization Protocol: Apache
Development language: Java
Operating System: cross-platform
: Http://www.acsinet-solutions.com/en/cetia4/download.html