Saturday, March 19, 2016

Dan McGhan's Oracle APEX Blog: Tutorial: Creating a Component Similar to Super LO...

Dan McGhan's Oracle APEX Blog: Tutorial: Creating a Component Similar to Super LO...: I had a lot of fun contributing to Super LOV. Unfortunately, it's not being maintained much these days and it doesn't work so well i...

Friday, March 4, 2016

Oracle JavaScript Extension Toolkit (JET) is now open source

Now Oracle JET is declared as open source .

Please check this link: Oracle JavaScript Extension Toolkit (JET)

Link: JavaScript and Oracle

The Oracle Database driver for Node.js has a new JavaScript layer

Node.js driver for Oracle Database


This is the driver that allows folks using Node.js to tap into Oracle Database – a very powerful combination. Since starting at Oracle, I’ve focused more on this project than any other. In fact, most of the posts in this blog involve this driver in one way or another.
Now the driver is sporting a new JavaScript layer! This new layer will allow JavaScript to be used over C where it’s more advantageous to do so. Additionally, the new layer will help make it easier for folks in the JavaScript community to contribute to the project without having to know C.

This first release of the JavaScript layer adds connection request queueing (no more ORA-24418: Cannot open further sessions!) and we have some pretty cool features planned for future releases.

Links:

  1. https://blogs.oracle.com/opal/entry/node_oracledb_1_7_0
  2. https://jsao.io/2016/02/an-update-on-javascript-and-oracle/
  3. https://github.com/oracle/node-oracledb
  4. http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/