Hi Sergey, Another, related issue to the question of whether schema introspection should be separated from code generation was discussed in this thread: https://github.com/lukaseder/jOOQ/issues/2
It is an issue that's more focussed on a concrete problem that may arise from different development environment setups. As suggested by Daniel Carleton, schema name overriding at code generation time can solve some immediate problems in such setups. The separation of introspection and generation is much more general, though. Cheers Lukas Am Montag, 7. November 2011 14:57:21 UTC+1 schrieb Lukas Eder: > > Hi Sergey, > > 2011/11/1 Lukas Eder <[email protected]>: > >> BTW: I've seen this way of code generation in Binary notes project > >> http://bnotes.sourceforge.net/. > >> It generates ASN.1 encoder/decoder using XSLT templates. > > > > Very nice! > > > > I am tracking these ideas as > > https://sourceforge.net/apps/trac/jooq/ticket/875 (jOOQ-meta using XML > input/output) > https://sourceforge.net/apps/trac/jooq/ticket/911 (jOOQ-codegen using > XSLT for generation) > > I probably won't have time to implement this in 2011. But those are > very interesting ideas indeed. > > Cheers > Lukas > >
