Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Xdoclet for dynamic GUI

807606Feb 23 2007
Is it possible to use Xdoclet to make a dynamic GUI? That is tag functions in your code and at runtime parse the tags to determine how many components need to displayed in your GUI.

Let me explain with an example: let's say you wanted a panel in your GUI to show all "load" functions. But if the number and name of those functions might change, I could tag them as "@load" and use xdoclet to determine the name and number of such functions at runtime. In that way my GUI would be dynamic and changing according to the backend.

Please let me know your thoughts.

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2007
Added on Feb 23 2007
0 comments
70 views