Joined: Wed Jan 23, 2008 8:19 pm Posts: 1
|
Hibernate version:
Hibernate version 3.0
Mapping documents: None.
Code between sessionFactory.openSession() and session.close(): None.
Full stack trace of any exception that occurs:None.
Name and version of the database you are using: Oracle 9i.
The generated SQL (show_sql=true):None.
Debug level Hibernate log excerpt: None.
I'm not having a problem (yet) with Hibernate. I'm trying to implement a customizable form web application. Users can drag and drop HTML elements like text boxes onto the site and lay out their own customized form. We have some existing forms that communicate to the Oracle database using Hibernate 3.0. If new form elements are dragged/dropped, they will need to be specified in the Hibernate Mapping XML file. But this defeats the purpose of customizable forms. The idea is to have the user create forms and expect the database to fix itself using Hibernate.
Can I use the Dynamic Model to do this? Any and all help will be appreciated.
|
|