Rakesh,
> Lukas.. take a look at source code of SienaProject, the developer of Siena
> Plugin does nice integration with Play !..
Thanks for the pointer to the Siena Project! Looks like a nice place
to start getting ideas about interfacing the jOOQ/Play
> I also checked outhttp://
www.querydsl.com/
>
> I believe you guys are doing really interesting work on relational-db front.
> Any plan for combining the powers of QueryDSL and JOOQ ?
> I have seen discussion between you guys..
QueryDSL has a different focus than jOOQ. While basic querying works
in similar ways for both frameworks (see also JaQu by H2), jOOQ aims
at integrating SQL and vendor-specific extensions fully into Java,
this includes complex data types and stored procedures, etc. QueryDSL
wants to provide a single API for many backends, similar to what
SienaProject does, but with a much more elaborate fluent API. jOOQ's
only "backend" will remain SQL.
Apart from the different focus, unfortunately, Timo Westkämper from
QueryDSL does not see a way of merging the two projects right now, as
QueryDSL is a strategic product for Mysema. With JaQu it may be
different, as Thomas Mueller from H2 currently has no time for making
JaQu evolve, himself:
http://groups.google.com/group/h2-database/browse_thread/thread/f5c805bf6174e118