Hi,
I couldn't find anything related to my topic yet. We are working on a web project with Struts 2 and Hibernate. The result should be a web portal where user can manage data from various database tables. The problem is that the tables often change. So we need a code that can handle this.
The best solution would be a single XML-File where a list of table names is located. The web application should generate the whole CRUD-Interface just with the knowledge of the tabe name. But we don't know how to realize this with Hibernate.
Are there any methods to handle these dynamic bindings to various database tables? I read about dynamic models, but this needs extra XML-configuration and it looks like a unstable experiment in the documentation. I hope I was able to describe the problem as clearly as possible.
Greetings JudGer
|