Thread: regarding java.sql2

regarding java.sql2

From
Alexander Kjäll
Date:
Hi

I have started to look at the new non blocking jdbc specification here:

http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2

And is interested in helping out with some implementation work.

Maybe we can talk a bit about how and where the implementation should start?

I'm no JDBC expert, but expect to learn from the experience.

//Alex


Re: regarding java.sql2

From
Dave Cramer
Date:
Hi Alex,

Not sure if you saw this but I created https://github.com/pgjdbc/AoJ

Not sure where I'm going with this, but it is a huge step towards adba and it actually works


On 18 March 2018 at 08:48, Alexander Kjäll <alexander.kjall@gmail.com> wrote:
Hi

I have started to look at the new non blocking jdbc specification here:

http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2

And is interested in helping out with some implementation work.

Maybe we can talk a bit about how and where the implementation should start?

I'm no JDBC expert, but expect to learn from the experience.

//Alex


Re: regarding java.sql2

From
Alexander Kjäll
Date:
Hi

That looks like it could be a much quicker way to something that's usable.

I have started to look at that implementation in order to better 
understand how the futures are supposed to be implemented.

//Alex

On 16. april 2018 14:53, Dave Cramer wrote:
> Hi Alex,
>
> Not sure if you saw this but I created https://github.com/pgjdbc/AoJ
>
> Not sure where I'm going with this, but it is a huge step towards adba 
> and it actually works
>
> Dave Cramer
>
> davec@postgresintl.com <mailto:davec@postgresintl.com>
> www.postgresintl.com <http://www.postgresintl.com>
>
> On 18 March 2018 at 08:48, Alexander Kjäll <alexander.kjall@gmail.com 
> <mailto:alexander.kjall@gmail.com>> wrote:
>
>     Hi
>
>     I have started to look at the new non blocking jdbc specification
>     here:
>
>     http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2
>     <http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2>
>
>     And is interested in helping out with some implementation work.
>
>     Maybe we can talk a bit about how and where the implementation
>     should start?
>
>     I'm no JDBC expert, but expect to learn from the experience.
>
>     //Alex
>
>



Re: regarding java.sql2

From
Dave Cramer
Date:
Ya, it's more or less usable now..


On 16 April 2018 at 09:03, Alexander Kjäll <alexander.kjall@gmail.com> wrote:
Hi

That looks like it could be a much quicker way to something that's usable.

I have started to look at that implementation in order to better understand how the futures are supposed to be implemented.

//Alex

On 16. april 2018 14:53, Dave Cramer wrote:
Hi Alex,

Not sure if you saw this but I created https://github.com/pgjdbc/AoJ

Not sure where I'm going with this, but it is a huge step towards adba and it actually works

Dave Cramer

davec@postgresintl.com <mailto:davec@postgresintl.com>
www.postgresintl.com <http://www.postgresintl.com>

On 18 March 2018 at 08:48, Alexander Kjäll <alexander.kjall@gmail.com <mailto:alexander.kjall@gmail.com>> wrote:

    Hi

    I have started to look at the new non blocking jdbc specification
    here:

    http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2
    <http://hg.openjdk.java.net/jdk/sandbox/file/b49fd5dbaab6/src/java.sql/share/classes/java/sql2>

    And is interested in helping out with some implementation work.

    Maybe we can talk a bit about how and where the implementation
    should start?

    I'm no JDBC expert, but expect to learn from the experience.

    //Alex