Hi all, I have problem with preparation architecture for one of my project. Architecture: client - web browser with node.js app server - simple fully generated restfull api - only interface for getting/setting data from oracle database. no business logic, only call oracle stored procedures (return JSON strings, save data into tables- parsing json input, validate etc...). no transaction support needed (state less). db - oracle XE or SE ONE 11g - (we have generator which create procedures with included business logic, which provide secure access to data - get/set). We would like use JSON on input (or input array, JSON output for read only queries). I read some information about using node.js on server side, I like it, but I don't have any real tutorial, how to connect node.js as server side engine connect into Oracle DB and call procedures and queries. (search all oracle-db, and other module in node module library), but I don't understand this. I have idea as simplicity as JDBC...persistent connection pool on server side. Please, Oracle DB is have to requirment, no other database (MySQL, SQL Lite and other). It's for corporate company. I would like generate simple rest full API which use data in Oracle database (metadata driven generator for server side source code based on metadata, no manual coding...). I thing, that the same problem had certainly been solved
Do you have experience or relevant know-how ? Thanks for your post Have a nice day Petr -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
