Hi,

On Tue, Dec 9, 2008 at 12:52 PM, Alexander Klimetschek <[EMAIL PROTECTED]> 
wrote:
> Interesting ;-) Is the way using these virtual function tables simpler
> than directly implementing the JDBC API? I think the JDBC API is not
> so difficult....

The benefit of using Derby "saucer separation" is that Derby will do
all the query execution based on the table data you return. You'll
actually have JOINs, GROUP BYs, subselects, and all kinds of other
nice features that JCR lacks. Of course it'll be dog-slow, but it
opens up a whole new range of functionality and lots of integration
options.

BR,

Jukka Zitting

Reply via email to