Web frontend suggestion for already defined backend oracle pl/sql business logic [closed] - oracleforms

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 22 hours ago.
Improve this question
I'm working on a proof of concept to replace the legacy Oracle Forms. The pl/sql codes that handle the backend business logic will be retained. Currently, looking in to react + nodejs. Considerations would be learning curve, support and maintanability.
I'm expecting advise on what tech stack to use for relatively legacy system.

Related

How to check S1000D document for BREX? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I develop a small S1000D project (~100 data modules) with BREX module.
For storage my documents I use file system instead expensive CSDB.
I need some tool or code example to validate my documents.
If you use S1000D 4.0 or 4.1 issues, you can try free tool: S1000D Checker.
I don't know any projects with source code.

Computer Algebra System Accessible in Javascript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a good Open Source CAS Library that is easily accessible in JavaScript. It doesn't have to be extremely powerful. The core functionality I'm looking for is the simplification of algebraic expressions.
All answers are helpful (Sorry this is my first time on SO).
Thanks,
Michael
You could try the package Coffeequate, the site is located here http://matthewja.com/Coffeequate/.

What is a good data mining / BI / report tool for MySQL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a tool, service, or framework that would allow us to expose our database to management. I have looked, although briefly, at JasperSoft and Crystal Reports. They looked "OK".
We are not afraid of writing our own queries so long as we can save them somewhere for later use by the business crowd. Ideally, the interface would be web based and reports could be emailed in a professional format.
I've never tried it but I read great things about Pentaho. Take a look at it.
http://www.pentaho.com/

Unit of Work Design Pattern [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Does anyone have any good links about a practical example of Unit of Work pattern with LINQ to SQL
The only resource that I know off is the code for Suteki Shop, an ASP.Net MVC application which uses LINQ To SQL.
One change they carried out recently was to implement the Unit of work pattern in all the controllers.

Framework or library for creating user based rating systems such as in Digg, Reddit etc? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Looking for a good client side library using which I can create a reddit vote up / down, commenting, etc system?
The more mature the framework the better as this will go on a production site immediately.
Reditt is open source. Why don't you take a look?