alexr wrote:
> Code generation occurs at runtime, so the setup is very easy, there is
> no build step. SQL is leveraged as the query language.
Seems a sensible approach. I'm surprised that it's not more widely used.
After all, Sun's class library uses bytecode generation in several places
(to
implement reflective method invocation, for instance) -- it's not as if
it's
evil, or even particularly tricky...
-- chris