Sales Assist is a miniaturized Sales Force application created using Oracle ADF and JDev.
- Oracle JDeveloper Link here
- Oracle SQLDeveloper Link here
- VirtualBox Link here
- JDK 1.8.+ Link here
- Oracle DB VM Link here
- Inside the opening terminal of Oracle DB VM, enter the following
SQLPLUS
--Username - SYSTEM
--Password - oracle
ALTER SESSION SET "_ORACLE_SCRIPT"=true;
CREATE USER hyzam IDENTIFIED BY hyzam;
GRANT ALL PRIVILEGES TO hyzam;
-
Now back inside your machine, open SQLDeveloper and create a new connection with the following properties
- username - hyzam
- password - hyzam
- port - 1521
- service name - ORCL
-
Inside SQLDeveloper run this script for the newly created connection
-
Now open Jdev and clone the repository from Tools > Git > Clone
-
To run the application : ViewController > Web Content > login.jsf - Right click and click run
- To run as administrator
- username: admin
- password: admin1234
- To run as Sales Representative
- username: user
- password: user1234
- To run as administrator
Contributers Guidelines
- Create an issue describing the bug/enhancement
- Open a pull request with the branch containing the fix/enhancement and the issue number associated
Current Contributers