Menu

Welcome

Domen Dolar

Welcome to RapidASDev wiki


First some quick Q&A ...

What is RASD?
RASD is development environment for fast and easy development of web based HTML5 business applications. It can be integrated in all agile or lean techniques.

** What do I need to run RASD?**
RASD is working on Oracle database and written in PL/SQL language.

** What developed business applications need to be run?**
All generated programs are working on Oracle database using ORDS (optional for development). The code is in PL/SQL and JavaScript.

** Where can I test RASD online-public?**
Services are published on Oracle Cloud. They are running on Oracle Autonomous Database. Please put comment on discussion "Test RASD online-public" page about testing RASD .

Can I see some samples?
Yes, on the Discussion tag is "Start using RASD step by step" forum where you can see how RASD environment looks like (it can be fully customized) and how generated applications look like (they can be fully customized too).

What program languages can I use?
You can program in SQL, PL/SQL (serverside logic) and JavaScript (JQuery) on browswer side. Design is implemented with CSS.
When you start using RASD you just have to know some basic of PL/SQL programming and SQL. If you are familiar with Oracle Forms then you are in.


And below is more about RASD ...

The product of RapidASDev project is Rapid Application Service Development - RASD environment. It is based on cloud techniques and can be treated as development tool as a service.

With RASD you can create your own applications or even system. All you need is internet browser. The program you create is published as HTML5 service or REST service. All subprograms (look up's, ...) are published as HTML5 or. REST too. If you create batch program in PL/SQL you can use the same tool. All generated code can be overwritten with using triggers ON, PRE an POST (remember classical Forms)

The best thing is that the development cycle is really fast. In few minutes you can have working prototype for users to discuss about their requirements.

RASD environment uses Oracle techniques for building applications based on PL/SQL language. It runs on all Oracle databases in Cloud or on prem and it is platform independent. More details about techniques on this link for Oracle 12c or this link for Oracle 11g or go to Oracle Autonomous Database.

The [Installation] will take you less then 1 hour if you don't have Oracle database (15 minutes to download database, 30 minutes to install database, 5 minutes to install RASD ). If you have it will take's you about 5 minutes (use installation scripts). Steps for installing into Oracle Cloud are in installation package.

Files and installation package is stored on GIT-LAB - click here.

You can download Docker image where RASD is installed. RASD is installed on Oracle database 11g XE. Script with the steps how RASD docker image is prepared [Docker steps]. This will take you 3 minutes.

**
docker pull domendolar/rasd >>> get container app. 2 minutes
docker run -d --shm-size=3g -p 1521:1521 -p 88:88 domendolar/rasd >>> run RASD app 30 seconds
http://127.0.0.1:88/ords/your_app_schema/ >>> test RASD enviorment
**

**
For the first impression you can try development tool RASD on this link.
**

Video not available


[Installation] Section where you have all instructions how to install RASD environment and how to start with it.

[Customization] Section where it is shown how to customize environment and generated forms. Every thing you can customize to your needs - PL/SQL code, GUI, ...

[First steps] Videos how to start with environment.

[Demo] Sample programs.

[Documentation] Section where programs of RASD environment are described in detail.


Project Members:

[Donate]


Related

Wiki: Customization
Wiki: Demo
Wiki: Docker steps
Wiki: Documentation
Wiki: Donate
Wiki: First steps
Wiki: Installation