Loom: Java web framework
Loom (Apache License version 2.0.) is an open source Java web framework that handles user input validation and HTML generation for enterprise applications of any size. There are some important features that differentiate Loom from other frameworks:
Validation of user input is performed using annotations, with the possibility of reusing any existing JPA or hibernate annotations.
- It’s based on a Strong separation of concerns via CSS and unobtrusive JavaScript.
- It takes accessibility very seriously. An outstanding Ajax interface should not be incompatible with this.
- Originally developed to deliver real software. As a result common practices such as database persistence, progressive enhancement and highly-responsive UIs have been included in a way as transparent as possible.
- Internationalization is deeply rooted in the framework architecture.
- A complete tag library to help with the everyday issues of any REST application.
- A separate javascript library that can be completely replaced at any time.