Skip to end of metadata
Go to start of metadata

What is Loom?

Loom 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 to reuse existing JPA annotations.
  • It's based on a strong separation of concerns via CSS and unobtrusive JavaScript.
  • We take accessibility very seriously.
  • 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 entirely replaced at any time.

Features

Some architecture details can be checked out here and here.

Why another web framework?

Software should be easy to develop. We have found that current enterprise application development has a big unexploited potential:

  • Developing for the business and database layers is a breeze with modern Java frameworks.
  • Annotations provide a way of declaring constraints in a way that does not collide with normal Java syntax.
  • Recent improvements in JavaScript and Ajax interfaces have opened whole new ways of developing applications.
  • Convention over Configuration practices can also be applied to Java applications.
  • The web layer should not promote redundance of business rules.
  • Accessibility should be enforced by the underlying framework instead of the application developer.

These considerations motivated the kick start of The Loom Framework.

Who are we

Extrema Sistemas is a consulting company in Spain. Since 2002 we have been developing Java enterprise applications and helping others to do so, reinventing ourselves on every step to achieve the very best product possible.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.