Re: [OT] Re: Struts2Builder 0.1.0 has been released

2009-05-19 Thread tsattler
newton.dave wrote: > > > Why not just use the metadata returned from a JDBC connector? > > Dave, Thanks for the reply and the suggestion. I didn't do that simply because it just didn't occur to me at the time. But it's a good idea, and it would certainly allow more database products to be

[OT] Re: Struts2Builder 0.1.0 has been released

2009-05-18 Thread Dave Newton
tsattler wrote: needs to. So I am going through the Postgres system tables and figuring out how it implements FKs; it *appears* that this query is not going to be anywhere near as painful as the query to get the column info. Why not just use the metadata returned from a JDBC connector? Dave