Giter VIP home page Giter VIP logo

oepe's Introduction

README

This repository contains several useful scripts for working with Oracle Enterprise Pack for Eclipse (OEPE).

setup

Contains scripts to setup your environment for convenience Java development including Maven support.

maven

Contains an advanced and fixed ADF Basic Archetype which works with OEPE 12.1.3.x and a new archetype called ADF Essentials Archetype. The basic archetype is error prune and does not work well together with newer OEPE installations.

Both archetypes generate a project structure that looks like:

  • artifactId
    • App
    • Model
    • Web

To install the ADF Basic Archetype in this folder:

Go into ADF Basic Application Archetype:

  1. Run "mvn clean install"
  2. Run "mvn archetype:update-local-catalog"

To create an application based on this archetype simply run:

mvn archetype:generate \
-DarchetypeGroupId=com.oracle.adf.archetype \
-DarchetypeArtifactId=adf-basic-application \
-DarchetypeVersion=12.1.3-0-0 \

To install the ADF Essentials Archetype in this folder:

Go into ADF Essentials Application Archetype:

  1. Run "mvn clean install"
  2. Run "mvn archetype:update-local-catalog"

To create an application based on this archetype simply run:

mvn archetype:generate \
-DarchetypeGroupId=com.oracle.adf.archetype \
-DarchetypeArtifactId=adf-essentials-application \
-DarchetypeVersion=12.1.3-0-0 \

For further instructions please consult [OEPE Maven documentation] (http://docs.oracle.com/cd/E47843_06/12124/OEPUG/maven.htm#CHDEHABD).

Before you start importing your project into Eclipse change into the new created project folder and execute the following commands:

mvn -Dwtpversion=2.0 eclipse:eclipse install

You have to call mvn install before creating the project files for Eclipse. Otherwise you will encounter different errors while transforming your Maven project.

If you encounter problems with one of the archetypes consult the document [ECLIPSE.md] (ECLIPSE.md).

Feedback

If you want to honour my work leave me a message at rollin dot hand at gmx dot de or make a [donation at Paypal] (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NAMLAKGAJTVKJ).

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.