Posted By:
Alfredo_Santizo
Posted On:
Wednesday, April 10, 2002 10:58 PM
Is there a way to use the "reflection" property of Java Beans to build a Swing front-end?
For a better understanding, here's my case:
I am building a web-based ERP system based on the Struts framework. All of my persistence and business objects are defined as Java Beans (not EJB), and I am looking for an "easy and elegant" (too much to wish for, perhaps) way to use the same persistence objects from a Swing-based client.
Any ideas?
Thank you
Alfredo