Xdoclet for dynamic GUI
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,