Using JDeveloper for Portlet lifecycle

Hello all,
Having been successful with the creation of JSP-based portlets and deploying them within Portal 9.0.2, I'm ready to move on to "greener-pastures" but am stuck - can you help me out?
I'm trying to use JDeveloper 9i to create my JSP portlet such as Hello World and then deploy it - along with it's portal provider - to the Portal environment.
I'm hoping that someone out there has created a JDeveloper 9i workspace that they have successfully deployed to Portal 9.0.2 - and are willing to share it ([email protected]).
If you've done this, have you also worked with the PDK Test Harness with your JDeveloper project?
(One particular place I get hung-up is accessing the PDKProvider Adapter for my new portal provider)
TIA

hi,
You can find the document here.
http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/BUILD.JAVA.PORTLETS.USING.JDEVELOPER.V2.HTML
--Sriram                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Can I use JDeveloper for Data mining

    Can I use JDeveloper for Data mining, instead of using stand-alone data miner.
    Secondly, if I can, do we require to create another schema and run all the required scripts for data miner or it is not necessary.
    Thanks in advance.

    ODM 9i provided a JDeveloper Pluggin called DM4J. In ODM 10g, this was replaced by the standalone Oracle Data Miner GUI. In 10g, you can use the API in JDeveloper, but there is no support via wizards or viewers.
    However, models that you create via the API through JDeveloper could be used in Oracle Data Miner for testing, scoring, and model detail viewing.

  • Using JDeveloper  for Apps(GL/AR/AP/OM/INV)

    Hi,
    I'm in a project to implement Oracle Apps 11i, GL/AR/AP/OM/INV/++ modules.
    We have a lot of extensions to do (more than 1500 days-man).
    We use AIM and, accordingly, we suggested the client to use the standard development tools for an Apps implementation: Designer, Headstart, Forms, Reports,Discoverer and PL/SQL as programming language.
    The client wants to have all the development done in Java.
    If I'm not mistaken, we can use in this case Designer, JHeadstart, JDeveloper and Java.
    My questions are:
    1. Is there any showstopper in doing the extensions in Java in an Apps implementation project (with only back-end modules, not iStore, eProcurement, nor SelfService)?
    2. What are the Pro and Cons in doing this in an Apps implementation project ?
    3. Is there anybody out there who has done this crazy thing before ?
    Thanks a lot.
    Horia Nica

    Horia,
    Are we talking about developing the User Interface in Java (Swing Client) or are we talking about JSP/Servlet?
    Are these extension independent of Oracle Applications or is the requirement to be able to communicate back and forth between screens (i.e. between Forms based application and the new screens)?
    For your information, the Self Service applications in the eBusiness suite are developed using JDeveloper and BC4J (sometimes reusing the same PL/SQL business logic between back end applications and Self Service) so I don't see anything crazy in using Java and JDeveloper to develop Oracle Applications extensions.
    However, I would suggest to post the question on the eBusiness Suite forum to make sure that you respect what Oracle Applications define in their guidelines for building extensions.
    Regis Louis
    JDeveloper product management

  • Using SCM for project lifecycle

    I'm investigating the use of version management tools for a forthcoming migration from forms/reports client server to an ADF J2EE architecture. We currently use PVCS purely to manage source code versioning, but I'd be keen to find ways to manage more of our deliverables. Does anyone use SCM for word docs, designer diagrams (ER diags, process models), etc? Would you recommend it?
    thanks,
    Michael

    Dear Michael,
    For any object that you use Designer to maintain - such as Entity definitions, Tables, Modules and Diagrams, Oracle SCM is really the only way to do Version Control. There is no realistic scenario that involves extracting such definitions to a file, do file based version control and restore the object from a file to revert to a specific version. When you have Designer 6i or beyond installed, you have SCM's version control at your disposal and it is a no-brainer to actually start using it.
    For managing files, the story is a little different: Oracle SCM is perfectly capable of doing pretty advanced Version Control of any object, including files. However, doing file based SCM and Version Control is something many tools are good at. Oracle SCM is no worse than most and probably better than some. However, I would not recommend moving from any existing, more or less satisfying file based version control tool to Oracle SCM - given Oracle's strategic position on the tool: it will not be enhanced in any way, merely supported for some time to come. As long as you use Designer, it is perfectly alright to use Oracle SCM for Designer Objects. However, no one will or should start using Oracle SCM when they are not using Oracle Designer.
    best regardsm
    Lucas

  • How to use JDeveloper for OA Framework in Personal Computer

    Hi All,
    I have downloaded Jdeveloper with OA extension on my laptop. Now I want to do some exercises.
    But I dont know how to find dbc file and login details to use it.
    Can sombody help me please.
    Thanks
    Bhupendra

    Bhupendra
    You cannot run Jdev for OA Framework without APPS database. As while running any page you need to give the username , password and application Name.
    Thanks
    AJ

  • Creating Web services using JDeveloper for Pl/SQL package having ref cursor

    Hi,
    I am trying to create web services for PL/SQL package in JDeveloper. When I am trying to create this web service, the functions in the package which is returning referential cursor or record cursor are not visible. When I highlight the function and click "Why Not?", it displays the message "The following types used by the program unit do not have an XML schema mapping and/or serializer Specified: REF CURSOR". Could you please let me know, how I can create this web service?
    I am getting similar error when I am trying to create web service for a package with overloaded functions also.
    Thanks,

    Ok so I played around with this some more. I created the same process in bpel using oracle bpel designer and here are the results.
    1. Against 10g database running a synch process data is retutned without error.
    2. Against 9i database running an asynch process data is retutned without error.
    3. Against 9i database running a synch process data is retutned with error.
    I'm definilty missing something.

  • How to print a table in OA Framework using Jdeveloper?

    I am using JDeveloper for OA Framework, in my page i want to print a table thorugh Print button.
    Please give me some suggestion/methods to do this...

    Bhupendra,
    In ur requirement, you would have to go with a dynamic table creation in process request.Attach submit action event to message check box, in the action event code redirect to same page.
    In process request, you would have to recreate this table, with additional rows, as per your requirement.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem in using JDeveloper

    Dear Friends,
    I am new to forum and currently started using JDeveloper for making web applications but I started with basic HR application which was demonstrated in JDeveloper guide provided with oracle tutorial but do not know why following error was coming, when I run the application
    Error 500--Internal Server Error
    java.lang.NoSuchMethodError: hr.DataHandler.getAllEmployees()Lweblogic/jdbc/rmi/internal/ResultSet;
         at jsp_servlet.__employees._jspService(__employees.java:98)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Your inputs to solve my problem will be great help to me for moving ahead with JDeveloper.
    Thanks and Regards,
    Ankit

    Alex,
    The document Sandra referred to applies to JDeveloper 10g preview (9.0.5.0). JHeadstart 9.0.4.5 will NOT work with JDeveloper 109 production (9.0.5.1).
    We plan to release a new version end of april that is compatible with 9.0.5.1. See this thread for more info: JDeveloper 10g production, status JHeadstart?
    Steven Davelaar,
    JHeadstart Team.

  • OAF page Customization using JDeveloper

    Hi,
    This is regarding a customization to be done to a controller class. I need to put an extra validation in the appraisal pages. I have the controller class MAAppraiseePageCO and the corresponding java file.
    I am using Jdeveloper for the first time. I dont know how to create the workspace and which type of project to create in jdeveloper.
    Type of libraries to add.
    Following is the version of softwares i have
    jdev - 11.1.1.0
    E-business suite - 11i
    Please guide me to set up a workspace and bring the pages to be changed to the workspace. Once changes are done,how do i deploy the same in the application. How do i relate the application(oracle apps SS pages) and the changes in the pages in jdeveloper
    Appreciate if any one can help me to use the jdeveloper to deploy my changes in the application.
    Help appreciated
    Thanks

    Hi,
    You should try asking in the OA Framework Forum.
    John

  • OAF pae customization using Jdeveloper

    Hi,
    This is regarding a customization to be done to a controller class. I need to put an extra validation in the appraisal pages. I have the controller class MAAppraiseePageCO and the corresponding java file.
    I am using Jdeveloper for the first time. I dont know how to create the workspace and which type of project to create in jdeveloper.
    Type of libraries to add.
    Following is the version of softwares i have
    jdev - 11.1.1.0
    E-business suite - 11i
    Please guide me to set up a workspace and bring the pages to be changed to the workspace. Once changes are done,how do i deploy the same in the application. How do i relate the application(oracle apps SS pages) and the changes in the pages in jdeveloper
    Appreciate if any one can help me to use the jdeveloper to deploy my changes in the application.
    Help appreciated
    Thanks

    You need to basically start learning OA Framework. Please search for OA Framework Developer guide from metalink. Also if you google on OA Framework, you shall get links which can be used as good pointers to start with.
    Regards
    Sumit

  • JDeveloper for Oracle 8i Personal Edition?

    Is there a way to use JDeveloper for the 8i personal edition? What would happen if I force the download?

    Hi Gloria,
    If you mean, "Will it work?" the answer is yes. Oracle9i JDeveloper should work with either the 8i or 9i versions of the database.
    Something in your question (perhaps it was that you mentioned you had a "free" copy of JDeveloper) makes me unsure whether this is what you were asking, however. If your question is "Is it legal?" then it depends on what you want to do with it. You're welcome to play around with JDeveloper and the database all you want; explore its features and evaluate it. However, if you want to deploy an application developed with JDeveloper in a commercial or other production setting, you do need to buy a license.
    Hope this helps,
    Avrom

  • Report Generation using JDeveloper

    hello
    I saw the Jdeveloper Online Demo on generating reports via a JSP Application. From the demo ,i came to understand that i need Oracle Reports also.How to obtain oracle reports separately without downloading the entire Oracle 9i DS? What is the cost involved? Should i download Oracle 9i AS too??

    Hi
    As you mentioned you can use Oracle Reports along with
    JDeveloper.
    You would use JDeveloper to build the UI part either thru applet
    or servlet and invoke the reports from that.
    Invoking reports is very straight forward, all you would need is
    the respective URL for the reports.
    regards
    raghu
    Venkat Krishnan (guest) wrote:
    : Thanks,
    : If I understand it right, I can use JDeveloper in conjunction
    : with Oracle Reports, create report formats in Oracle Reports
    and
    : have my Java applet (written using JDeveloper), on click of a
    UI
    : button or something, call another Java program on the server
    : (servelet?) that invokes the Oracle Reports runtime program
    : (with the appropriate report-name and other parameters). This
    : would I guess output the report in HTML format which can be
    : viewed or printed by the user.
    : I am right in assuming this scenario? Is it technically
    : feasible? Do you have a Java runtime program for invoking
    : Reports? Else, in what manner would I use Oracle development
    : tools to implement this?
    : -Regards,
    : Venkat
    : JDeveloper Team (guest) wrote:
    : : Hi
    : : You can use Java Servlets in JDeveloper to write some reports
    : : which can be ouptut as HTML format. You can define the layout
    : by
    : : creating your own theme (HTML CSS).
    : : But if you are looking for no code environment and at the
    same
    : : time want to deploy your reports on to the web, then Oracle
    : : Reports does very good job of that.
    : : regards
    : : Raghu
    : : Venkat Krishnan (guest) wrote:
    : : : Hi,
    : : : I am evaluating use of JDeveloper for a report-intensive
    : : : application. Does anyone have any experience of using
    : : JDeveloper
    : : : for such an application?
    : : : I would like to know if it is simple or even feasible at
    all
    : to
    : : : define many report layouts (simple ones) based on table
    : record
    : : : structures a la Developer2000 or Crystal Reports.
    : : : -Thanks,
    : : : Venkat
    null

  • What are the steps to setup JavaMail in JDeveloper for Oracle Portlet??

    Dear all,
    I had got a problem in using JavaMail in JDeveloper.
    I am developing a Oracle portlet (actually, it is an online applicatin form for user submission.).
    After user submitted the form, the portlet will send email automatically to someone else for notification. The logic is straight forward.
    I faced a problem on how to setup the environment for calling JavaMail API.
    As far as I know, JavaMail is included in J2EE platform, so I guess I need to put JavaMail classes in the import directives, i.e.
    import="java.util.Properties"
    import="javax.mail.*"
    import="javax.mail.internet.*"
    But, when compile the program, error messages are resulted that JavaMail classes not found.
    Can anyone help me?
    thanks
    George (HK)

    Dear all,
    I switched to use the utl_smtp package for my portlet email function instead of using JavaMail in Portlet.
    But, I still want to know the steps and procedures which I need to take in order to invoke JavaMail in Oracle Portlet development. Anyone any ideas?
    thanks a lot
    George (HK)

  • Cannot test portlet using JDeveloper and built-in OC4J

    Hi everybody,
    I'm not trying to sound stupid but my problem seems to be very basic but i cannot solve it. I'm new to Jdeveloper. Here's my problem.
    I'm using Jdeveloper 10.1.2.1.0 (build 1913) to develope a portlet. I deployed it to the built-in Standalone OC4J of Jdeveloper and got the following messages:
    ---- Deployment started. ---- Sep 6, 2006 7:46:11 PM
    Target platform is Standalone OC4J (AppServerConnection2).
    Wrote WAR file to D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.war
    Wrote EAR file to D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.ear
    Invoking OC4J admin tool...
    D:\jdev1012\jdk\jre\bin\javaw.exe -jar D:\jdev1012\j2ee\home\admin.jar ormi://cuongttlabtop/ admin **** -deploy -file D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.ear -deploymentName UmaPortlets
    checkIsLocalHost() error: cuongttlabtop/: cuongttlabtop/
    Uploading file D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.ear to oc4j server side
    Notification ==> Application Deployer for UmaPortlets STARTS [ 2006-09-06T19:46:17.406ICT ]
    Notification ==> Undeploy previous deployment
    Notification ==> Copy the archive to D:\jdev1012\j2ee\home\applications\UmaPortlets.ear
    Notification ==> Unpack UmaPortlets.ear begins...
    Notification ==> Unpack UmaPortlets.ear ends...
    Notification ==> Initialize UmaPortlets.ear begins...
    Notification ==> Initialize UmaPortlets.ear ends...
    Notification ==> Initialize UmaPortlets begins...
    Notification ==> Initialize UmaPortlets ends...
    Notification ==> Application Deployer for UmaPortlets COMPLETES [ 2006-09-06T19:46:19.000ICT ]
    Exit status of OC4J admin tool (-deploy): 0
    D:\jdev1012\jdk\jre\bin\javaw.exe -jar D:\jdev1012\j2ee\home\admin.jar ormi://cuongttlabtop/ admin **** -bindWebApp UmaPortlets UmaPortlets http-web-site /UmaPortlets
    checkIsLocalHost() error: cuongttlabtop/: cuongttlabtop/
    Exit status of OC4J admin tool (-bindWebApp): 0
    Use the following context root(s) to test your web application(s):
    http://cuongttlabtop:8888/UmaPortlets
    Elapsed time for deployment: 12 seconds
    ---- Deployment finished. ---- Sep 6, 2006 7:46:23 PM
    When i tried to access the URL: http://cuongttlabtop:8888/UmaPortlets by Mozilla Firefox nothing came up instead : 403 Forbidden Directory browsing not allowed
    Please help me everybody!!!!! It's urgent. My boss will check my work on this Friday :((.

    I tried to access both URL you gave me and got the error:
    404 Not Found
    Resource /UmaPortlets/providers not found on this server
    I really dont understand what's going wrong here?? I followed exactly what Oracle tutorials tell me :(

  • Deploying a portlet to OAS 10.1.2 using JDeveloper

    Hi,
    Is it possible to deploy a portlet created in JDeveloper 10.1.3.2 to Oracle App Server 10.1.2. ?
    I created a simple portlet using the JDev 10.1.3.2 portlet wizard but when I went to deploy the portlet on Oracle App Server 10.1.2 using JDeveloper I get the following error message.
    (Earlier I had created a new server connection to my 10.1.2 server. I tested the connection to this server inside JDeveloper and there was no issues).
    Does anyone know what causes this issue ?
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-1)
    #### HTTP return code was -1
    Exit status of DCM servlet client: -1
    Elapsed time for deployment: 12 seconds
    #### Deployment incomplete. #### 13-Mar-2007 12:45:44
    Following on from this, if the above error cannot be resolved does this mean that I can't develop portlets for Oracle Portal 10.1.4 and gain the extra functionality (ADF Faces etc...) using JDeveloper 10.1.3.2 ? It appears that 10.1.3.2 is tied into the WebCentre Framework which would require an additional license in order to use some of the components, or am I missing something ?
    Am I better off sticking with JDeveloper 10.1.2 to develop my portlets ?
    Thanks.

    To deploy portlet to Oracle application server.
    1.     Install Oracle database 10g (10.1.0.4.2 or later)
    2.     Install Oracle Application Server (10.1.2.0.2) Infrastructure.
    3.     Install Oracle Application Server (10.1.2.0.2) J2EE and Web Cache
    4.     Install Oracle Application Server (10.1.2.0.2) Portal and Wireless.
    5.     Upgrade Portal to 10.1.4
    6.     Configure Java WSRP Container in Middle Tier
    7.     Deploy a WSRP Portlet Application to Oracle Application Server.

Maybe you are looking for

  • K7T Turbo Limited Edition HD Max

    I currently am running this setup: K7T Turbo Limited Edition Motherboard, AMD Athlon XP 1800+ 1.53 Ghz, 384MB PC-133, 27.2 GB WD, 40GB Maxtor, Gigabyte 5900XT, MSI 52x Combo, Linksys 10/100 NIC, Sound Blaster Live Audigy2 Limited Edition I have been

  • Sample to embed Adobe Media Player into html

    Hello everyone, I have searched for quite some time but can not find a simple sample to tell how to write a simple html page which could embed an Adobe Media Player and play a local music? Any samples? thanks in advance, George

  • Mic Starts and Stops Working

    So I'm sitting here looking at the audio settings for my mic because it stops working after less than a minute of unplugging and replugging it to get it to work, and the little grey bar for the mic volume will drop all the way to low and the mic won'

  • MDG File Import for Custom Object

    Hello Experts, We are in MDG 6.1 and trying to implement the File import for custom object. Basically the idea is used to DTIMPORT transaction.Apart from the configurations in MDGIMG, What are the classes that has to be implemented? Can anyone share

  • I have a nokia dual sims phone, with a rogers card...

    i live in ny, but when i went to canada it says no service, and in the states its saying no service....what am i doing wrong... i couldn't even put minutes on in in montreal, with a voucher. i was suppose to get free minutes with the card, but that n