I'm looking for a Java equivalent to Content Construction Kit + contributed fields for Drupal. I'll settle for pretty much any view technology that can run on Tomcat.
The following features are important to me:
- Specify form field types, Ids and labels
- Arbitrary ordering of fields
- Specify form URL and method
- Validation according to field types / regex
- Easily write code to create new field types
The data will be used more for querying than for display - think more "event registration form" than "blog post".
Disclaimer: I'm kind of sure that nothing like this exists. I'd like to confirm that I'm right so that I can tell my boss to hire some PHP developers.