AoJ | Asynchronous Database Access , a non-blocking database
kandi X-RAY | AoJ Summary
kandi X-RAY | AoJ Summary
AoJ is a Java library. AoJ has no bugs, it has no vulnerabilities and it has low support. However AoJ build file is not available. You can download it from GitHub.
ADBA is Asynchronous Database Access, a non-blocking database access api that Oracle is proposing as a Java standard. ADBA was announced at JavaOne 2016 and presented again at JavaOne 2017. The ADBA source is available for download from the OpenJDK sandbox as part of the OpenJDK project. You can get involved in the ADBA specification effort by following the JDBC Expert Group mailing list. The ADBA Javadoc is here. Reading a bunch of JavaDoc and interfaces can be interesting, but it is not nearly as engaging as having actual running code to play with. To that end, we have uploaded the beginnings of an implementation of ADBA running over standard JDBC, AoJ. AoJ is available for download from GitHub under the Apache license. It should run with any reasonably standard compliant JDBC driver. AoJ implements only a small part of ADBA, but it is enough to write interesting code. It provides partial implementations of DataSourceFactory, DataSource, Connection, OperationGroup, RowOperation, CountOperation, Transaction and others. These implementations are not complete but there is enough there to write interesting database programs. The code that is there is untested, but it does work to some extent. The saving grace is that you can download the source and improve it: add new features, fix bugs, try out alternate implementations. Oracle is not proposing AoJ as an open source project. However, because AoJ is released under the Apache license, the Java community can fork the code and create a true open source project with this upload as a base. Oracle developers may contribute when we have time, but this would have to be a Java community effort. We could have held this code back and worked on it longer. Instead we thought it better to get it to the community as soon as we could. We hope that you agree.
ADBA is Asynchronous Database Access, a non-blocking database access api that Oracle is proposing as a Java standard. ADBA was announced at JavaOne 2016 and presented again at JavaOne 2017. The ADBA source is available for download from the OpenJDK sandbox as part of the OpenJDK project. You can get involved in the ADBA specification effort by following the JDBC Expert Group mailing list. The ADBA Javadoc is here. Reading a bunch of JavaDoc and interfaces can be interesting, but it is not nearly as engaging as having actual running code to play with. To that end, we have uploaded the beginnings of an implementation of ADBA running over standard JDBC, AoJ. AoJ is available for download from GitHub under the Apache license. It should run with any reasonably standard compliant JDBC driver. AoJ implements only a small part of ADBA, but it is enough to write interesting code. It provides partial implementations of DataSourceFactory, DataSource, Connection, OperationGroup, RowOperation, CountOperation, Transaction and others. These implementations are not complete but there is enough there to write interesting database programs. The code that is there is untested, but it does work to some extent. The saving grace is that you can download the source and improve it: add new features, fix bugs, try out alternate implementations. Oracle is not proposing AoJ as an open source project. However, because AoJ is released under the Apache license, the Java community can fork the code and create a true open source project with this upload as a base. Oracle developers may contribute when we have time, but this would have to be a Java community effort. We could have held this code back and worked on it longer. Instead we thought it better to get it to the community as soon as we could. We hope that you agree.
Support
Quality
Security
License
Reuse
Support
AoJ has a low active ecosystem.
It has 2 star(s) with 1 fork(s). There are 4 watchers for this library.
It had no major release in the last 6 months.
There are 3 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of AoJ is current.
Quality
AoJ has no bugs reported.
Security
AoJ has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
AoJ does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
AoJ releases are not available. You will need to build from source code and install.
AoJ has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed AoJ and discovered the below as its top functions. This is intended to give you an instant insight into AoJ implemented functionality, and help decide if they suit your requirements.
- Validate a connection .
- Gets the identifiers of the result set .
- Sets a connection property .
- Executes a query .
- Set property .
- Attaches an error handler to the given result .
- Is rollback only .
- Executes the operation .
- End transaction
- Returns the CompletableFuture that is currently running .
Get all kandi verified functions for this library.
AoJ Key Features
No Key Features are available at this moment for AoJ.
AoJ Examples and Code Snippets
No Code Snippets are available at this moment for AoJ.
Community Discussions
No Community Discussions are available at this moment for AoJ.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install AoJ
You can download it from GitHub.
You can use AoJ like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the AoJ component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use AoJ like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the AoJ component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page