Dynamic Typed Table/Model in J2EE?
- by Viele
Hi,
Usually with J2EE when we create Model, we define the fields and types of fields through XML or annotation before compilation time. Is there a way to change those in runtime? or better, is it possible to create a new Model based on the user's input during the runtime? such that the number of columns and types of fields are dynamic (determined at runtime)?
Help is much appreciated. Thank you.