I have had a need for interfacing JDBC with a JSP based framework, which expects beans.
In order to do this as flexible as possible, I ended up using BCEL to create beans on the fly, given a list of field names and types, and it returns an instance of such a bean. This works for me, but would there be sufficient interest to make the code publicly available? If so, I would appreciate having a bit of help on using non-Object-based types for the fields, and a quick evaluation of my way to have the classloading work. -- Thorbj�rn Ravn Andersen http://biobase.dk/~tra Scandiatransplant, Skejby Hospital Brendstrupgaardsvej, Entrance 3 DK-8200 �rhus N +45 89 49 53 01 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
