Portlet Add In for JDeveloper 91

Hi Guys,
I am very new to JDeveloper and the Oracle world. I am trying to install the portlet wizard/portlet addin to JDeveloper 9i and I am completly lost.
How do I install this on my JDeveloper 9i that is running on my local machine?
Thanks in advance.

Hi Otoniel,
The Installation doc. which comes in the portal-addin.zip explains the steps to get the portal addin installed on Jdev, please let us know if you have faced any problems while following this document.
also the minimum requirement for portal addin to work is the Jdeveloper version 9.0.5.1
Thanks
Vineet

Similar Messages

  • New Portal add-in for JDeveloper

    Hi,
    I just installed the new Portal add-in for JDeveloper 9.0.3 which additionnally to the existing JPDK portlets supports now the new standard JSR168 portlets generation.
    When trying to generate standard portlets, the wizard starts OK and all the screen are there, but when clicking on the finish button to generate the code, nothing seems to happen and no error message or anything is displayed !!
    Any suggestion ??
    My operating system is W2K workstation using JDeveloper 9.0.3.2.
    Thanks,
    P.S. I have followed the installation instruction (copying the required files into the jdev/lib/ext directory and the jdev/lib/patches directory).

    George,
    It sounds like you haven't followed the download and install instructions for the portlet container (called 'PDK Standards Preview' on portal studio).
    Although the jdev addin can build portlets suitable for **any** jsr 168 compliant container, part of the install depends on jar files in the JWSDP 1.2 distribution which you download as part of the container install.
    Check the jdev addin install doc again, specifically pre-requisite number 2.
    If you don't want to use the Oracle JSR 168 container, then just download JWSDP 1.2 from java.sun.com and grab the same jar files from that. Although, note that in this case the deployment instructions in the tutorial article will not apply - as they are oc4j/jdev specific. You'll have to figure out how to deploy into your chosen container yourself.
    Regards,
    Gareth
    (PDK team)

  • Does anybody how to install portlet add-in to Jdeveloper 10g?

    I would like to know if anybody knows how to install the portlet add-in to Jdeveloper 10G?
    Thanks in advance.

    The portlet extension for Jdeveloper 10g is now out on the JDeveloper Extension Exchange - http://otn.oracle.com/products/jdev/htdocs/partners/addins/exchange/index.html

  • Is there an add-on for BPM for Jdeveloper (11.1.2.0.0 or higher)

    Is there any add-on for BPM - Jdeveloper Version 11.1.2.0.0 or Higher. Rite now jdeveloper supports this plugin for Jdevloper Release 1.
    Whether oracle provides any Plugin?
    Whether we can edit the existing extension to utilize its features?

    An interesting thread , though a few months old .. all the ACEs suggest you to be on 11.1.1.x (11gR1) if you need to use SOA/Webcenter.
    choosing JDeveloper 11g R1 or JDeveloper 11g R2
    Also see a confirmation from Oracle ACE Chris Muir in the comments to this blog : http://www.vesterli.com/2012/05/03/is-jdeveloper-1112-a-dead-end/
    There are 2 core differentiations between 11gR1 vs 11gR2:
    1) 11gR2 supports the newer JSF2.0, while 11gR1 supports JSF1.2. The 11gR2 release was brought out for customers who didn’t want to wait for 12c and wanted the JSF2.0 functionality now.
    2) Only 11gR1 will support the FMW stack. There will be no FMW release on 11gR2, only 11gR1 (and the eventual 12c full release of course).Edited by: Sudipto Desmukh on May 22, 2012 7:10 PM

  • Any Portlet Addin for JDeveloper 10g 10.1.3EA ?

    Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA and if so where might I find it.
    The one I found produces the following error:
    "Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin"
    OR
    Is there a workaround this problem?
    Thanks in advance.

    I have JDeveloper 10.1.3 and installed in a Directory with no spaces, I also have JDK 1.3.1_02
    accedentally I chose "Yes" when the migrate message appeared to me.
    what is the reason behind the Error Message that appears every time I start JDeveloper which is:
    "Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin".
    any Ideas
    for saving time please email me on "[email protected]"
    thanks everybody
    Ramadan Ahmed

  • Oracle Fusion Order Demo Application For JDeveloper error

    HI,
    i try to run the (Oracle Fusion Order Demo Application For JDeveloper) Fusion Order Demo (FOD) is an end-to-end application sample :
    when i try to : Right click build.xml and choose Run Ant Target > buildAll . error coming
    Buildfile: C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\Oracle\Middleware\jdeveloper\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    how i can run the build.xml

    Hi,
    not quite sure the question is clear. The add cart command is a link defined in the JSPX file
    <af:commandLink partialSubmit="true"
    actionListener="#{shoppingCartBean.addItemToCart}"
    id="cl3">
    that points to
    public void addItemToCart(ActionEvent evt) {
    Map attributes = evt.getComponent().getAttributes();
    invokeUpdateOp(new Integer(attributes.get( PRODUCT_ID_COL )+ ""));
    in StoreFrontModule\StorefrontUI\src\oracle\fodemo\storefront\cart\view\managed\ShoppingCartBean.java . This is where you follow up then.
    +"how i can make Repetition for the items in home.jspx"+
    I can only assume you mean how to create the catalog items. Here I suggest you look at the demo source as this is what the demo is for. If you are new to ADF, I recommend that you first run a tutorial from here
    If you are on 11g R1: http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
    If you are on 11g R2: http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    No demo can replace proper learning, to be honest
    Frank

  • Problem consuming ADF/Webcenter Portlet in Worskshop for as remote portlet

    hi,
    I am using Jdeveloper 11g and creating a portlet of a full fledged application with model and data control.
    I am consuming this portlet in Workshop for Weblogic 10gR3 as remote portlet through registering it as wsrp.
    The problem i am facing is the images doesn't get displayed..also the functionality like page navigation don't work!!
    The same portlet works fine in jdeveloper web center environment when consumed with same wsdl.
    Please help
    Regards
    Ajinkya.

    Hi,
    please try the WebCenter forum WebCenter Portal
    Frank

  • Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA

    Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA and if so where might I find it.
    The one I found produces the following error:
    Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin
    OR
    Is there a workaround this problem?
    Thanks in advance.

    JDeveloper10.1.2 supports the portlet addin.
    http://www.oracle.com/technology/products/ias/portal/html/jdev.addin.install.guide.html
    A portlet may also be created in JDeveloper 10.1.3 by adding a portlet.xml configuration file to a web application.

  • S there a suitable porlet-addin for JDeveloper 10g 10.1.3EA

    Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA and if so where might I find it.
    The one I found produces the following error:
    Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin
    OR
    Is there a workaround this problem?
    Thanks in advance.

    JDeveloper10.1.2 supports the portlet addin.
    http://www.oracle.com/technology/products/ias/portal/html/jdev.addin.install.guide.html
    A portlet may also be created in JDeveloper 10.1.3 by adding a portlet.xml configuration file to a web application.

  • Installing Oracle Text add-in to Jdeveloper 10g...

    Hi ,
    In the following url:
    http://www.oracle.com/technology/software/products/text/text.html
    the Jdeveloper's add-in for developing Text application is downloadable....
    My question is: The zip file titled: "TextWizard10.1.0.3.0.1_jar.zip" for JDeveloper 10g is for JDeveloper 10.1.2.0 or 10.1.3.0.1 or none of these versions...????????
    Thanks , a lot
    Simon

    "Support for JDeveloper is restricted to 9.0.2, 9.0.3, 9.0.4, and 10.1.0.0 "

  • Add flex to jdeveloper

    Hello every body.
    Im new using Jdeveloper and Flex.
    Im working in Red Hat Linux ES/AS 4.
    I have download and install Jdevloper 10.1.3 and download , from macromedia web, and install Flex 2.0.1 in my server.
    Now I want add Flex to Jdeveloper in the way that I can work with Java and Flex integrated, for this I think that I must to add Flex in anyway to Jdeveloper.
    Anybody can send me a link where I can find how to do this?
    Thanks in advanced & regards to all.

    Thanks John for your time, I founded also the same page and add to my browser.
    http://gergerconsulting.blogspot.com/2007/02/using-flex-in-adf-jsf-applications.html
    The other link that you send is against the treah that I open in the forum and you answer.
    I have seem the gergeconsulting page and I think it is a good sample of how to begining.
    But what I want is to know how to integrate Flex like Jdeveloper Extension or what is the way to do it.
    Do you know any document that explain how to do it?
    Thanks in advanced.
    Regards

  • Classroom Courses for JDeveloper 10g

    I'd like you all to know that the first teaching events for our JDeveloper 10g production courses are now scheduled. You can register for the new "Java Programming" course (May 17-21 in Mississauga, Canada) and the "Build Applications with ADF" course (May 24-28 in Reston, VA).
    These first production teaches are "proving" events; a regular schedule at various global locations will follow, after these events are completed. But the above events are an early chance to grab a full week of training.
    You can find details (and register) for JDeveloper 10g classes through this link:
    http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?redir_type=13&group_id=1128&p_org_id=1001&lang=US&media=1&source_call=
    Regards,
    Glenn. JDeveloper team.

    Hi there,
    I have tried to created a Java Portlet using the Wizard with jdev10G and it did not work. I am welling to try 903 but I cannot find the PDK for it. Yes I have looked all over PortalStudio.oracle.com. Is anyone have the link to download the PDK for jdev903?
    Also I have tried for two days to make the Java Portlet Wizard work with 10G with no luck. Why are they posting somehting that doesn't work? This is really frustrating.

  • Portals Extensions for JDeveloper 10.1.3

    Hi
    I am trying to install the portal extensions for Jdeveloper, I get the following error when I run Jdeveloper after the install command
    java -jar C:\portal-addin-install.jar C:\Jdeveloper
    The error is
    java.lang.NoClassDefFoundError: oracle/ide/addin/Addin
    Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin
    Can someone help??
    Thanks,
    Savithri ([email protected])

    The extension installer was for JDev 10.1.2 and 9.0.5. JDeveloper 10.1.3.2 comes with an up to date version of the portlet creation extension.

  • Looking for jdeveloper 10.1.2 step by step tutorials

    Hi
    am looking for jdeveloper 10.2.1 step by step tutorials, I already read the jdeveloper 10.2.1 documentation(some like chapter 3,4,5,6) so am kinda know the concepts but I need to know how to apply these concepts

    Hi, i'm not answering your question but maybe I can add some friendly advice...if its possible I would be urging your company to be looking at the 11g technology stack. Of course their might be some reasons they are still based on 10.1.2 but in terms of functionality and development aids, 11g is a huge leap forward. Staying on 10g you also run the risk of hitting desupport timelines/certification etc etc.
    Best of luck with 10.1.2 i had a look to see if I had any old copies of tutorials but couldn't find any, sorry (there are some books still available on ebay/Amazon)
    HOpe this helps
    GRant

  • How to add support for new file type.

    Using the ESDK, I would like to add support for new file type ( a new extension). this new extension will function like any other non visual code editor but will have specific syntax highlighting, code folding and explorer.
    I am trying ot figure out if I need to create a new editor or use existing JDeveloper code editor and add support for new file type. Does anyone have a high level outline on how to do this using the ESDK that is specifically targeted at adding new file type support for a text based code editor?
    I have looked at the Samples and keep going in multipe directions. It would be cool if there was an example that was how add syntax higlighting for new file type.
    Thank you

    Brian, thank you. I looked at this extension and it answered a lot of questions for me. I was going in the right direction but needed a little help and bost of confidence, this is just what I needed. I created the LanguageSupport, LanguageModel, Addin, Node and TextDocument that are specific to the new file type. I was getting hung up on how to hook this into the JDevelpoer editor. I keep thinking I have to create a custom editor but it looks like I don't have to and it looks like I can associate this file support with the editor framwork, for version 10.1.3.2, with the following in the Addin Initilize() method.
    Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
    CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
    LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    I have done this but still not able to recognize the new file type.
    At this point, I just want to be able to recognize the new file and display it's associated icon or display a messare to the message log. I put a System.out.println("test") in the Initilize() method of my addin. then I registered MyAddin in the extension.xml. JDeveloper sees this new extension and it is loaded but I have not been able to show the test message or display the new icon when I open the new file type.
    extension.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest"
               id="teisaacs.jdev.myext.MyAddin" version="1.0.0" esdk-version="1.0"
               rsbundle-class="teisaacs.jdev.myext.resources.MyResBundle">
        <name rskey="EXTENSION_NAME">My Code Editor</name>
        <owner rskey="EXTENSION_OWNER">Me</owner>
        <dependencies>
            <import version="10.1.3">oracle.jdeveloper</import>
        </dependencies>
        <hooks>
            <jdeveloper-hook>
                <addins>
                    <addin>teisaacs.jdev.myext.MyEditorAddin</addin>
                </addins>
            </jdeveloper-hook>
            <feature-hook>
                <description>My Code Editor</description>
                <optional>true</optional>
            </feature-hook>
            <document-hook>
                <documents>
                    <by-suffix document-class="teisaacs.jdev.myext.model.MySourceDocument">
                        <suffix>my</suffix>
                        <suffix>MY</suffix>
                    </by-suffix>
                </documents>
            </document-hook>
            <editor-hook>
                <editors>
                    <editor editor-class="teisaacs.jdev.myext.editor.MyEditor">
                        <name rskey="EXTENSION_NAME">My Editor</name>
                    </editor>
                    <mappings>
                        <mapping document-class='teisaacs.jdev.myext.model.MySourceDocument">         
                            <open-with editor-class="teisaacs.jdev.myrext.editor.MyEditor"
                                       preferred="true"/>
                            <open-with editor-class="javax.ide.editor.CodeEditor"/>
                        </mapping>
                    </mappings>
                </editors>
            </editor-hook>
        </hooks>
    </extension>
    public class MyAddin implements Addin {
        public static final String MY_EXTENSION = "my";
        public void initialize() {
            System.out.println("MyEditor Constructor");
            new MyLanguageModule();
            Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
            CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
            LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    }I have added and removed the editor hook along with many other modificaitons to the extension.xml but still not recognizing the new file extension.
    Todd

Maybe you are looking for

  • Re: Unable to use the recovery partition on Satellite L505D

    Hello. I am trying to help a friend with their Satellite L505D that had a serious virus issue(s). I was not able to run/install any programs with the virus on it. I used a Microsoft tool to remove the rootkit trojan, but I still had virus issues. I a

  • Can't open pdf files in ios 6.1

    I can't open pdf files on my iPhone or iPad since I updated to ios 6.1. Anyone have any ideas?

  • Changes made in EMS are not reflected in EMC

    Hello all, I realise that this is 2013 discussion, but I could not find a 2010 section. My problem is simple: any change that I make inside the Exchange Shell is simply not reflected in the Console. It doesn't appear there. It can't be searched for.

  • Editing office documents online after Integrating them from Windows

    Hello all, After following these instructions http://help.sap.com/saphelp_erp2005vp/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/content.htm  to integrate our windows system into the portal, I'd like users to have the ability to edit documents onlin

  • EXS24 Instrument Editor - No sound

    When picking drum sounds for the "Audio File" in the "Zone" box -- such as KICK BB 21.aif -- I can "play" the sound and hear it (i.e., while choosing which kick sound I want). But, once I "open" this sound, and it's the chosen sound in my Zone box, I