Coder Social home page Coder Social logo

hyzamali / sales-force-automation---oracle-adf Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.53 MB

Sales Assist is a miniaturized Sales Force application created using Oracle ADF and JDeveloper.

Java 100.00%
oracle-adf oracle-db jdeveloper sqldeveloper oracle

sales-force-automation---oracle-adf's Introduction

Sales Assist

Sales-Force-Automation (Oracle-ADF)

Sales Assist is a miniaturized Sales Force application created using Oracle ADF and JDev.

Requirements

Setting up Database and running

  • 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

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

sales-force-automation---oracle-adf's People

Contributors

hyzamali avatar shweta98va avatar

Stargazers

 avatar

Watchers

 avatar  avatar

sales-force-automation---oracle-adf's Issues

Installing SFA to jdeveloper

Hi HyzamAli,
I am trying to run this application in my Jdev but its giving error related to database.

Can you share the db scripts to create the tables.

Or is there any other way I can run your application on my local machine. I want to undersatnd how it actually works. I am completly new to Oracle ADF and trying to understand the complte work flow.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.