Re: Creating beans from database tables



Hi,

By 'create beans' you mean you have to instantiate the existing ones,
or you have to generate code for something like entity beans? Or are we
talking about POJOs here?

If you want to generate code, use the java.sql.DatabaseMetaData API to
get information about schemas/tables/columns/indexes etc.

If not this, can you elaborate what exactly you want to do?

-cheers,
Manish

.