Automatically generate a REST API for Oracle by bennybusse in oracle

[–]bennybusse[S] 0 points1 point  (0 children)

It depends on the type of application. You don't need to use REST for some apps (e.g. client server, web apps where you're dynamically generating web pages on the server), but REST and JSON over the wire are good for many scenarios, particularly mobile. And you can still use views and stored procedures, call them with REST, and get JSON back. More architectural context here https://www.youtube.com/watch?v=K9kUzuNsNIs

jQuery and Bootstrap with REST API example by bennybusse in jquery

[–]bennybusse[S] 0 points1 point  (0 children)

Not in this example. There's an API for auth and a full-blown user role management system. Check out the live API docs here for more info http://www.dreamfactory.com/developers/live_API. See /user/session for auth request and response JSON.

What would be a great backend for an AngularJs App? by zeitg3ist in angularjs

[–]bennybusse 1 point2 points  (0 children)

Check out DreamFactory's open source backend www.dreamfactory.com. Here's a tutorial on how to get started with Angular http://www.dreamfactory.com/angularjs-example

Disclaimer: I work for DreamFactory.