I have JDeveloper 9.0.4.0. I don't see Application Navigator.

I don't see application Navigator. The Developers guide mentions I need to install portal add-in. Where can I find the portal add-in ?
The OracleAS Portal Developer Kit (PDK) provides you with the necessary libraries to
install an add-in for Oracle JDeveloper that dramatically increases your flexibility and
productivity when developing portlets. This extension includes two wizards, one for
building JPS-compliant portlets and one for building PDK-Java portlets. Both wizards
guide you through the steps of creating the portlet skeleton and all you need do then is
implement your own business logic.
To obtain the add-in:
1. Visit http://portalstudio.oracle.com.
2. On the left side of the page, click Integration/Utilities.
3. Click Portal Add-In for Oracle JDeveloper to download portal-addin.zip.
4. Click Install Instructions and read and follow the instructions.

You need JDeveloper 9.0.5 to have the Application Navigator window, just download this version from OTN.
Then from the JDeveloper home page on OTN
(http://otn.oracle.com/products/jdev) click on the link to the Extension Exchange to get the portal extension.

Similar Messages

  • I have reset lumia 920 and now i don't see Here Dr...

    i have reset lumia 920 and now i don't see Here Drive to download. Say error 805a0194.
    I have change and region but nothing. Maybe Nokia removing for some reason? Or the problem is my Lumia 920?

    Certainly doesn't seem to be a problem with your Nokia Lumia 920 as this is also faced by other users as in THIS thread. May be something wrong with the Store or the Servers.. Wait for some time and check again ...

  • Most of my e-mail goes to Junk e-mail..please help! I have tried the rules...I don't see any rules to be removed. I went to the Apple store and they couldn't revolve the problem ...Help!!!

    Hello, I'm new in Apple Support Communities
    Most of my e-mail goes to Junk e-mail..! I have tried the rules suggestion as soluiton of the problem, but I don't see any rules to be removed. I went to the Apple store and they couldn't resolve the problem ...Help!!! Any other suggestion?

    Is it being marked by your email provider? Check the raw headers and see if there is an x-spam header.
    If so, you can disable Mail trusting spam headers in the Junk preferences.

  • How do i pay for a movie once I rent it on one tv i have to access computer to pay, but don't see where to do this

    how do i pay for a movie that i would like to rent for viewing on my tv?  It says i need to verify payment on my computer but i don't see where I can do this. 

    You need to go into your iTunes account to verify billing info (including address and security number)

  • Anyway to have JDeveloper dynamically load BC4J components in memory?

    We are dealing with a large BC4J based application that contains large amount of application modules. So far, 300 application modules and total 4000 BC4J objects have been created. The size of the application still keeps growing daily... may up to twenty times than what we are having right now.
    While the application size growing, some unusual problem comes out. The biggest problem is that it makes JDeveloper very sluggish. It takes 15 minutes to just open JDeveloper and may need a few minutes to open the application module editor. (FYI: in our team, most developers have 1G memory and 1.8G CPU or up.) This is probably still OK for right now, but it will become a big problem later when the project size grows.
    When we analysis the project structure, we know that most of time, developer does not need to load all the application modules. For example, we have a core package that contains about 30 application modules. This core package needs to be shared and should be loaded. But, the other nine packages contain about 30 application modules each do not need to be loaded into memory at the same time in most cases. Since BC4J is XML based, we could not find a way to just partially load those application modules, especially when there’s cross references between them.
    When we check the project.jpr file, looks like all BC4J objects are referenced there. We have 40K lines in our project.jpr file now. When open JDeveloper, we believe JDeveloper will try to load all referenced BC4J XML content into memory. This consumes 500M memory and makes the overall performance very sluggish. The situation may become even worse when the project size keeps growing. For example, we cannot have 5000M (5G) memory in a development machine for 3000 application modules.
    We do know that by checking out the "ScanSource Paths to Determins Project Contents" in the Input Paths of Project Settings, we can short the JDeveloper’s open time, but this will not give BC4J relationship information and some other useful information… Not a practical solution.
    So, any idea to make JDeveloper dynamically loaded BC4J based on need?
    We’ve tried a few ways. One is to partition the application into different project and import the core one into the other projects. Only open the project in workspace when need. But this is not officially documented by Oracle and we are not sure whether it is possible/correct or not. Another thought is to remove the NOT-CURRENTLY-USED package from the project. But JDeveloper only support file level remove.
    Any help on this dilemma will be highly appreciated.
    Thanks,
    Charles

    The package is the unit of loading in the IDE for ADF business components.
    To edit components, they must belong to the project.
    To refer to components in a read-only way, they can be imported. This allows other editable or read-only components to refer to them without allowing the imported components to be edited.
    Both editable and imported components need to be loaded in memory to use them, so you can save memory at design time by creating projects that leave out as many packages as possible.
    Is there a way we can get your existing project in house to study its design time performance?

  • Have JDeveloper 10.1.2 has Report objects ?

    Hi all,
    Please help me to answer this question: Have JDeveloper 10.0.2 has Report objects like JDeveloper 9i ?

    Hi,
    yes. If you use JDeveloper 10.1.2 that comes wit teh Developer Suite
    Frank

  • JDeveloper IDE - Displaying Packages in Application Navigator

    Hi All,
    I am using JDeveloper 11g Release 2.
    I want to customize how the packages are displayed in Jdeveloper. My application package name starts with com.fireblaze.xfb.appuc001 . and project packages are com.fireblaze.xfb.appuc001.model and com.fireblaze.xfb.appuc001.ui. Now in the model package I have further sub-packages like com.fireblaze.xfb.appuc001.model.queries, and many more...
    In my case, the Jdeveloper packages are displayed in application navigator are given below:
    com.fireblaze.xfb.appuc001.model
    com.fireblaze.xfb.appuc001.model.queries.main
    com.fireblaze.xfb.appuc001.model.queries.validators
    com.fireblaze.xfb.appuc001.model.queries.lovs
    com.fireblaze.xfb.appuc001.model.services
    What I want is like:
    com.fireblaze.xfb.appuc001
    --------------------------------------model
    -----------------------------------------------queries
    ----------------------------------------------------------main
    -----------------------------------------------------------------view 1
    -----------------------------------------------------------------view n
    ----------------------------------------------------------validators
    -----------------------------------------------------------------------view 1
    -----------------------------------------------------------------------view n
    ----------------------------------------------------------lovs
    ---------------------------------------------------------------view 1
    ---------------------------------------------------------------view n
    -----------------------------------------------services
    How to achieve it in JDeveloper 11g?
    Any help will be appreciated.
    Thanks in advance
    Regards
    Bilal

    hi user,
    Create Package. and use the source directory box. properly :)
    updated lately.
    i hope that you are looking for like this.
    while creating your eo,vo,am you may see package..
    in that you should specify
    "while creating your eo:"
    com.xxx.model.*eo*"while creating your vo"
    com.xxx.model.*vo*"while creating your am"
    com.xxx.model.*am*

  • Jdeveloper does not show sequence and table name in dB navigator.

    Hi my jdev version is 11.1.1.5.0
    I have a table and sequence.I need to map sequence to this table.
    But i don't see this table and sequence in jdeveloper DB navigator under my connection.Why is this happening?

    Incase if you are not the owner of the table, why don't you look under synonyms/views as well. Also double check you database connection to see if it is pointing to right database server (i.e. DEV or TEST) sometime you may overlook them as well.
    To double check this, connect from any other sql client tools like toad and see if you are seeing those database objects in the desired location, if not then you are looking in wrong location.

  • Jdeveloper 10134 not showing Application Navigator,Connection Navigator etc

    Hi All,
    I am using Jdev 10.1.3.4. When I am openning jdev I can only see "Structure" and "Property inspector". Apart form these two I am unable to open the other window i.e. "Application Navigator", "Connection Navigator" , "Component Palette" etc. I tried to open from the menu View > Application Navigator, but it didn't work.
    I went to Tools > Preferences and then got the below error.
    java.lang.NullPointerException
         at oracle.ideimpl.webbrowser.BrowserOptionsPanel.onEntry(BrowserOptionsPanel.java:95)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:597)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:391)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    FYI, it was working fine previously. May be some file got missed. Can any body help me regarding this. Any help will be appreciated.
    ~Abhijit

    Hello Frank,
    Thanks for your reply. As you suggested I renamed the "system" folder within jdev folder. Then restarted jdev. But the same problem still exist.
    I also tried by taking another Jdeveloper dump (which is working in another machine) , but got the same problem again in my machine.
    I don't know whether the problem is with jdev files or some thing else, could be my machile system files also. Pls have a look on this once again.
    ~Abhijit

  • I have a new Toshiba Thrive tablet and do not see it on the list of tested, supported, or unsupported devices. Will Firefox work on my tablet?

    I have a new Toshiba Thrive tablet and do not see it on the list of tested, supported, or unsupported devices. Will Firefox work on my tablet?

    You should be able to find Firefox by searching for it in the Android market on the device.

  • I have the latest photoshop cc 2014, but i dont see perspective warp in it, does anyone have an idea why

    I have the latest photoshop cc 2014, but i dont see perspective warp in it, does anyone have an idea why

    As you can see, its in Dutch, please comment

  • I have a 2010 mac mini referbished and i dont see the Disk Utilitiy in the Utilities on the install disk. Is that because it is refurbished?

    I have a 2010 mac mini referbished and i dont see the Disk Utilitiy in the Utilities on the install disk. Is that because it is refurbished?

    The software that comes with your refurbished Mini should be identical to that which comes with a new Mini. Disk Utility should be in Applications > Utilities. Alternatively, choosing Utilities from the Go menu at the top of the finder windownwill take you directly to the Utilities folder.

  • I have deleted all photos, messages and apps but I still have no available space on my phone even though the applications don't add up to 12 GB.. Please help!!!

    I have deleted all photos, messages and apps but I still have no available space on my phone even though the applications don't add up to 12 GB.. Please help!!!

    You have data corruption.  restore your phone and set it up as a new device.  Not from backup

  • My ipad 3 is frozen on the plug into itunes page. I have tried to follow advice I have found on these pages but I don't know how to connect the ipad to my mac (there is no usb port on an ipad). If anyone could help it would be appreciated.

    My ipad 3 is frozen on the plug into itunes page - it won't turn off or on - just stuck. I have tried to follow advice I have found on these pages but I don't know how to connect the ipad to my mac (the advice is to connect ipad to mac and there is no usb port on an ipad). If anyone could help it would be appreciated. Going nuts.

    I think you should probably also read the iPad User Guide. You didn't say what version of iOS your iPad is running, so here's the links to both the iOS 6 and iOS 7 (PDF) versions:
    iPad User Guide for iOS 6
    iPad User Guide for iOS 7

  • I have an ion guitar and I can't get it to play? It says I need to aggregate MIDI but I don't see that button on 10.6.8.

    I have an ion guitar and I can't get it to play? It says I need to aggregate MIDI but I don't see that button on 10.6.8.

    Try this:
    http://support.apple.com/kb/HT2519

Maybe you are looking for

  • Managing your time on FCP projects, knowing when to say when.

    I have a question for you people out there. How do you know 1) how long things should be taking you, and 2) When you are caught up and when you're not, 3) when to say when? In the various professions I"ve been in, I"ve either gone in to work, then le

  • No information in Shared Calendar but can see in Scheduling Assistant

    I have always been able to see a co-worker's calendar under my "Shared Calendars" list (full details).  However, now when I select that calendar, nothing appears.  But, if I try to schedule a meeting with him, I can see his free/busy information in S

  • TNS Error : ORA-12154 unsing oo4o with VB

    In VB6, using oo4o(Oracle InProc Server), whin I run debuging mode with VB6 App, result is successfull. But, compile this application, and execute EXE module, error occur 'Cannot resolve TNS Name (ORA-12154)'.

  • How do I close all the apps that are still open?

    How do I close all the apps that are still open?

  • Issue accessing iCloud account

    There's an iCloud account with an appleID on my laptop that I don't recall setting up. I deleted it and set up my regularr Apple ID as the primary iCloud account on my laptop. Now all the notes on my laptop have disappeared. I have tried reinstating