Is there any environment for dynamically creating a Swing GUI from Pojo to Runtime?

My problem is that I have simple Pojos or just objects containing data. They can vary, and new types can be added at runtime.

I need a Swing GUI to enter text. Is there an environment that dynamically creates a Swing GUI from POJO at run time? Technically, this should be possible using reflection and / or annotations. However, I did not find anything on the Internet. Is there anything similar?

+5
source share
2 answers

http://www.metawidget.org/

Metawidget - " ", , -.

Metawidget . (, JavaBeans, , XML) , front-end ( Swing, Java Server Faces, Struts, Android).

+8
+3

All Articles