Here is a link to Virtual JDBC that uses a command pettern with a very light
interface that can be implemented over any transport layer:

http://vjdbc.sourceforge.net/

Here is a comment from this project:

"The main difference between VJDBC and RmiJdbc is that RmiJdbc exposes the
complete interface of the JDBC-Objects via RMI, so every call on an
JDBC-Object will go over the network. This can be a major performance
killer. VJDBC uses a different approach with command objects and a very thin
remote interface"

Another one:

"Most method calls on VJDBC-Objects are wrapped in Command-Objects which
will then be sent to the server-component for processing over Command-Sinks.
A Command-Sink has a very lean interface (actually two methods !) so its
very easy to provide new Command-Sink-Implementations for other protocols
(i.e. SOAP, XML-RPC ...). "


Best regards,

Oleg Proudnikov
Enterprise Software Designer/Architect
[EMAIL PROTECTED]
cell: (416) 418-5588




----- Original Message -----
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Rob Butler" <[EMAIL PROTECTED]>
Cc: "hibernate-devel" <[EMAIL PROTECTED]>
Sent: Monday, June 14, 2004 10:51 AM
Subject: Re: [Hibernate] New subproject proposal: a batching, client/server
JDBC layer


> Yes, looks something like what I was thinking of. I wanted a pluggable
> transport layer though....
>
> Rob Butler wrote:
>
> >I've never used it, but this sounds similar to what you are proposing:
> >
> >http://rmijdbc.objectweb.org/
> >
> >Later
> >Rob
> >
> >
>
> --
> Gavin King
> +61 41 053 4454
> +1 404 822 8349
>
> Hibernate
> [EMAIL PROTECTED]
> http://hibernate.org
>
> JBoss Inc
> [EMAIL PROTECTED]
> http://jboss.com
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the new InstallShield X.
> From Windows to Linux, servers to mobile, InstallShield X is the
> one installation-authoring solution that does it all. Learn more and
> evaluate today! http://www.installshield.com/Dev2Dev/0504
> _______________________________________________
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to