灵活的 Web 表单创建,类似于 Drupal +内容构建工具包 - 适用于 Java
我正在寻找一个相当于内容构建工具包的 Java + Drupal 贡献字段。我会接受几乎所有可以在 Tomcat 上运行的视图技术。
以下功能对我来说很重要:
- 指定表单字段类型、Id 和标签 字段
- 的任意顺序
- 指定表单 URL 和方法
- 根据字段类型/正则表达式进行验证
- 轻松编写代码来创建新字段类型
数据将更多地用于查询而不是用于查询显示 - 更多地考虑“活动注册表”而不是“博客文章”。
免责声明:我确信不存在这样的事情。我想确认我是对的,这样我就可以告诉我的老板雇用一些 PHP 开发人员。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,现在任何有价值的 CMS 都提供某种自定义内容类型。所以我猜测像 Alfresco 这样有能力的 Java CMS 也会提供相同的功能。这是一个有趣的链接 http://www.millarsoft.co.uk/custom- type-example.html 关于 Alfresco 中的自定义内容类型定义。
我没有使用过 Alfresco,所以我不知道它是否满足上述所有条件,甚至不知道它是否提供基于 UI 的创建自定义内容类型的方法。
这是关于 alfresco 中自定义内容类型的详细手册 http://ecmarchitect。 com/images/articles/alfresco-content/content-article.pdf
Well, any CMS worth its salt nowadays provides some kind of Custom Content Types. So I'm guessing capable Java CMSes such as Alfresco would provide the same. Here is a interesting link http://www.millarsoft.co.uk/custom-type-example.html about custom content type definition in Alfresco.
I haven't used Alfresco so I don't know if it fulfils all your conditions above or even provides a UI based method of creating custom content types.
Here is an extensive manual on custom content types in alfresco http://ecmarchitect.com/images/articles/alfresco-content/content-article.pdf