我可以在 orbeon 中开发但保存到 mysql 数据库吗?
我正在使用 xforms 开发一个应用程序,它是我正在开发的第一个基于 Web 的应用程序,所以对这一切来说都是全新的,但我们都是从某个地方开始的,对吗?我一直使用 IBM 的可视化表单设计器进行编码,但由于它对用户一点也不友好,所以我一直在学习时自己编写代码。现在我的截止日期快到了,但仍然落后。很想使用 Orbeon 形态,但我对此一无所知。 Orbeon 形式的优点和缺点是什么?我可以用它来设计我的界面,然后与 mysql 数据库交互吗?请指教。
Am developing an application using xforms and its the first web based application am working on, so completely new to all this but we all start from somewhere right? I have been coding from IBM's visual form designer but since its not at all user friendly I have been writting the codes myself as I learn. Now my deadline is catching up and am still behind. Being tempted to use Orbeon forms but I know nothing about it. What are the conns and pros of Orbeon forms? Can i use it to design my interface but then interact with a mysql database? Please advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 Orbeon Forms 配置为 存储MySQL 中的数据用于您在 Form Builder 中创建的表单。数据将存储在 Orbeon 特定表。如果您需要将数据存放在已有的自定义表中,您可以设置 当 Orbeon Forms 将数据添加到自己的表时,触发 MySQL 将数据插入到您自己的表中。
You can configure Orbeon Forms to store data in MySQL for forms you create in Form Builder. The data will be stored in Orbeon-specific tables. If you need the data to end up in some custom tables that you already have, you can setup triggers in MySQL to insert the data in your own table when Orbeon Forms adds the data to its own tables.