Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle ADF 11gR2 Development Beginner's Guide

You're reading from   Oracle ADF 11gR2 Development Beginner's Guide Oracle ADF is one of the easiest ways to develop rich internet applications. All you need is a little Java to get the most from this book as it takes you step-by-step from installation, to development, to implementation.

Arrow left icon
Product type Paperback
Published in Apr 2013
Publisher Packt
ISBN-13 9781849689007
Length 330 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Vinod Thatheri Krishnan Vinod Thatheri Krishnan
Author Profile Icon Vinod Thatheri Krishnan
Vinod Thatheri Krishnan
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Oracle ADF 11gR2 Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Pop Quiz Answers
1. Installing and Configuring JDeveloper IDE FREE CHAPTER 2. Getting Started with ADF 3. Understanding the Model Layer 4. Validating and Using the Model Data 5. Binding the Data 6. Displaying the Data 7. Working with Navigation Flows 8. Layout with Look and Feel 9. Implementing Security 10. Deploying the ADF Application 11. Advanced Features of ADF Index

Knowing the start-up flags/parameters


There are some flags that you can set to alter the launching behavior of the IDE. These are set as the command-line options for the shortcut that is used to launch the IDE.

JDeveloper is a multiuser-enabled IDE that allows multiple users to share the same workstation. By default, the IDE configuration files are saved in a directory within the user's working directory. The following are the start-up flags/parameters:

  • -J-Dide.user.dir=<system_directory>: Using this property, you can override the default behavior to write the configuration files into the specific directory of choice.

    Tip

    An alternate way for this is to set the JDEV_USER_DIR environment variable that points to the user's current working directory.

    JDEV_USER_HOME and JDEV_USER_DIR are the variables that are listed in the MW_HOME/jdeveloper/jdev/bin/jdev.boot file. JDeveloper will look up these variables on startup to set the user's directory. For example:

    set JDEV_USER_HOME=C:\Users\vtkrishn\AppData\Roaming\JDeveloper

    set JDEV_USER_DIR=C:\JDeveloper\mywork

  • nonag: This will disable all dialogs or messages displayed while starting the IDE. However, the splash screen will still be displayed to the user. Use nosplash to disable the splash screen.

  • noreopen: This option will not reopen the files that were opened in the previous user session.

    Note

    The noreopen option will help JDeveloper to start faster, with there being no open files from the previous user session. All these settings will be displayed in the Properties tab of the IDE in Help | About. You may find other useful information in this section.

You have been reading a chapter from
Oracle ADF 11gR2 Development Beginner's Guide
Published in: Apr 2013
Publisher: Packt
ISBN-13: 9781849689007
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime