Kavachart into JDeveloper to Developer 6i!

I am trying to get a charting package called Kavachart (used to be called Javachart) to be available to a Bean area in Forms 6i. For this I think the best way is to get it into JDeveloper, so I can juat make it a Pluggable Java Component, and it should work with Forms OK.
Anybody ever used Kavachart in JDeveloper? Any hints?

Hi Christian,
Developer 6i and Developer 2000 are quite separate releases of the same
product and therefore must be in separate homes.
The Oracle 8i Client should also be in a separate home to these two.
If you are referring to Designer 6i, then you can install Designer and
Developer into the same Oracle Home (as they work closely together), but
they MUST be the same release, e.g.:
- Designer 6i and Developer 6i
- Developer 2000 and Designer 2000
We strongly recommend you do NOT mix releases in the same home, such as
Designer 6i and Developer 2000, as you will have problems getting both
products to work (they are essentially incompatible).
Regards,
Designer Product Management

Similar Messages

  • Is there a way to load into JDeveloper an application without a .jws file?

    Hi,
    Even though I have struggled through the development of a simple application which has been put into production, I am still a newbie in terms of web application development, and JDeveloper (10.1.3.4) is the only IDE I learned to use. After completing the first application, I turned around to read a book (JavaServer Faces, The Complete Reference, 1st Ed, by Chris Schalk) to learn JSF, because JDeveloper assumes its user already knows JSF, but I do not, and often mix up what is JSF and what are enhancements by ADF.
    After introducing the general concepts of JSF in the first eight chapters, the book starts to illustrate details of the working mechanism of JSF from Chapter 9, by means of a sample application. To use the sample application (code is downloadable from the book's web site), it is required to use either Ant or use Spring Hibernate. I know none of these. JDeveloper is the only thing I know. If I start to read Ant and Hibernate, I will go further and further away before I can eventually return back to JSF and ADF, whereas it looks to me the working of Ant and Hibernate have all been built into JDeveloper.
    I wonder if I can use JDeveloper to follow the book's sample application. But the code the author provides does not have a .jws file therefore can not be loaded by JDeveloper and, even if it can, the file tree structure of the sample code files is different from that in JDeveloper.
    I wonder if any people here were in the same situation as I am in now, and have found a way out? Or are there alternative books or sources suitable for a learner like me?
    JDeveloper is great (and of course with the help of the great people here on the OTN forum I am grateful to) in that it shields all the technology and enables a person like me who knew almost nothing about web technology to focus on the business logic and complete an application. It defeats the purpose if, to learn to better use JDeveloper, I have to go back to primary school and trace the evolution of web technology all the way to JSF and ADF. It would be nice to do so, but will take too much time.
    Many thanks in advance!
    Newman

    Shay,
    Thank you very much for the instruction. The problem is solved by creating a new application with the "Web Application \[JSF, EJB\]" technology scope as the application template, saving the WEB-INF\lib\jsf-impl.jar file before replacing the public_html directory with the web directory from the book's sample code, then renaming the web directory back to public_html.
    The compilation errors are largely gone, with the following still outstanding:
    Project: C:\webapps\VirtualTrainer\ViewController\ViewController.jpr
       C:\webapps\VirtualTrainer\ViewController\src\com\jsfcompref\trainer\backing\Login.java
           Error(14,8): HttpServletResponse not found
           Error(15,8): HttpSession not found
       C:\webapps\VirtualTrainer\ViewController\src\com\jsfcompref\trainer\components\ScrollerTag.java
           Error(55,34): Tag not found  in class javax.faces.webapp.UIComponentTag in class com.jsfcompref.trainer.components.ScrollerTag
       C:\webapps\VirtualTrainer\ViewController\src\com\jsfcompref\trainer\security\SecurityFilter.java
           Error(6,8): Filter not found
           Error(7,8): FilterChain not found
           Error(8,8): FilterConfig not found Error(9,8): ServletException not found
           Error(10,8): ServletRequest not found
           Error(11,8): ServletResponse not found
           Error(12,8): HttpServletRequest not found
       C:\webapps\VirtualTrainer\ViewController\public_html\app\main.jsp
           Error(126): Unable to instantiate tag: t:scroller (class: com.jsfcompref.trainer.components.ScrollerTag)  Make sure that the tag class is available and that the tag library containing the class is not excluded from this application.
           Error(126): Unable to find class for bean: null defined by tag with class: com.jsfcompref.trainer.components.ScrollerTag
           Error(142): scroller must be terminated with /> or %> not >
       C:\webapps\VirtualTrainer\ViewController\public_html\app\edit_te.jsp
           Error(142): Unable to instantiate tag: t:scroller (class: com.jsfcompref.trainer.components.ScrollerTag)  Make sure that the tag class is available and that the tag library containing the class is not excluded from this application.
           Error(142): Unable to find class for bean: null defined by tag with class: com.jsfcompref.trainer.components.ScrollerTag
           Error(158): scroller must be terminated with /> or %> not >These errors seems to indicate that there are three things that JDev could not find for the application during compilation:
    - the HttpServlet API,
    - the Scroller custom tag library, and
    - some filter.
    I searched on the web and in the developer's guide, and tried Tools-> Manage Libraries... and Project Properties->Libraries in various ways but did not succeed in figuring out how to make the HttpServlet and the custom tag available to the application. And I am not sure what the filter exactly is for.
    There are actually two .java files ScrollerComponent.java and ScrollerTag.java in the ...VirtualTrainer\ViewController\src\com\jsfcompref\trainer\components directory and, despite the compilation errors, a ...VirtualTrainer\ViewController\classes\com\jsfcompref\trainer\components\trainercomponents.tld file was generated after the compilation.
    I am afraid I am asking too much. But it would be very much appreciated if you could spare some time and provide some instructions for resolving these issues.
    Newman

  • How can i plug in OC4J 10.1.2 into JDEveloper 10.1.3

    Is there a guide to install OC4J 10.1.2 into JDeveloper 10.1.3.
    Our production environment is 10.1.2 and we would like to use JDeveloper 10.1.3 however projects must be run under JDK 1.5 which we do not want. Our development is all done in J2EE 1.3 which means we can go as high JDK 1.4. And we do not want to develop in JDK 1.5 and then later build in 1.4.
    Any suggestions ??

    Thanks for the response.
    J2EE 1.3 apps should work in a J2EE 1.4 server however we have to set the JDK to 5.0 for OC4J 10.1.3 server to work! We get errors otherwise...specifically with datasources and spring bean initialization as well as some jsp cannot be found errors.
    Here isthe problems we are facing summarized
    1) I have set our environment to use J2EE 1.3 libraries and jdk 1.4 (so its compatible with OC4J 10.1.2) however the embedded OC4J server isn't running the app because
    - JDK 5.0 is REQUIRED
    - Datasources in 10.1.2 don't work in 10.1.3
    - we have some spring datasource initialization which doesn't work either
    Question
    If we develop in jdk 5.0 will the application run in J2EE 1.3 environment properly. What happens if a developer uses some method or class which is only available in 5.0. Wouldn't we have problems here ? OC4J 10.1.2 wouldn't necessarily support 5.0 applications and we don't want to compile in a different JDK at build time...its just more overhead and not a desirable solution.
    My goal is to develop entirely in J2EE 1.3 environment which means with JDK 1.4 BUT i would like our developers to be able to run our applications without too many changes in the embedded OC4J server 10.1.3...which i'm thinking isn't possible!
    Would you have any suggestions to resolve this problem ? or is it best to stick to Oracle JDeveloper 10.1.2 which we don't prefer either.
    The "watched" features you mention does it support exploded deployments, we definetly do not want to be deploying everytime a developer needs to test their changes and be able to run the app directly within JDeveloper. Is there any documentation on this ? I don't think OC4J supports this which is a major drawback to development like Eclipse and Tomcat do.
    Sorry for the long post. Any help would be much appreciated.
    Gurinder

  • How do we install OC4J 10.1.2 into JDeveloper 10.1.3

    Can anyone tell me if this is possible ? To plugin OC4J 10.1.2...
    Oracle should really make their products backwards compatible and a little more flexible. We would still like to develop, run and build in J2EE 1.3 environment!
    Help!
    Gurinder

    How can i plug in OC4J 10.1.2 into JDEveloper 10.1.3

  • Importing "81TelcoECommerce.ear" into JDeveloper 10.1.3.3.0

    I am following the installation instructions on page 34 of the following document:
    "Oracle’s Siebel Business Applications Bookshelf Documentation Library Version 8.1: Siebel Self-Service Application Developer’s Guide."
    Page 34 of the guide explains how to import the application "81SelfService.ear" into JDeveloper.
    We need instructions on how to import the "81TelcoECommerce.ear" application into JDeveloper.
    The TelcoECommerce EAR does not adhere to the same project structure.
    For example, there is no ViewController.jpr file at the root of the "ViewController.war" file.
    Thanks,
    Jonathan

    Jonathan,
    The issue you encountered is a known issue that has been address in the GA Release of Siebel 8.1.1
    Regards,
    Declan

  • Migrating weblogic project into Jdeveloper

    Hey everyone, I am quite new to the world of websevices. for my final year project i have to use an existing web application which uses 3 web services and implement BPEL into it. they existing webapplication has been developed into weblogic. I would like to migrate the applications and the webservices into jdeveloper first and then implement BPEL into it
    any help would be much appreciated

    ok - for 10.1.3 the three key combination is not there - it is in there for 11 - if you can I would highly recommend using this new version.
    There is however an extension that will let you search for files in your project in 10.1.3 - http://blogs.oracle.com/shay/2007/07/sample_jdeveloper_extension_go.html
    For the JSP and HTML things you'll want to set the "web appliaction" content directory under the project properties->content node.
    Something similar to what they are doing here:
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html

  • I'm getting an error message after importing a table through Dreamweaver into a page developed in Muse.

    I'm getting a couple of messages after importing a table through Dreamweaver into a page developed in Muse. I have compared the code of the page with the table with the page before I inserted the table and cannot find anything missing. the web address is http://gourmetdreams.com/weekly-menu.html
    How can I clear this up?
    I also noticed that when I uploaded the file there was one error: "- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem."

    Thanks for your help! I imported the table into Muse, then exported the site as html and opened it in Dreamweaver. I should've tried that in the first place but gave up when I couldn't edit it in Muse. I didn't know you could edit the html right in Muse. Also, my styling and the images I was using weren't showing up in Muse but once I opened it in Dreamweaver, everything fell into place. AND I could edit it! My client needs to edit this page every week, so I needed to be sure she could do that. She doesn't use Muse but does use Dreamweaver. At this point, I think I'll leave it alone and not try to style it with inline css. Maybe when I get a little more time, I'll try it. I just don't want to mess things up now that the're working.

  • Converting Forms and Reports 6i into Jdeveloper

    Can we convert Forms and Reports 6i into Jdeveloper? If yes then
    please give me the detail. Thanks.

    I have read on Metalink:
    MS Windows XP Professional certification: XP is currently not certified or supported on any release of Designer/SCM (Awaiting other related (IDS) products certification).
    Maybe the problem is caused by this.

  • HOWTO: Import Source Files into JDeveloper

    HOWTO: Import source files into JDeveloper
    This HOWTO explains how to import existing source files into JDeveloper, and display sources grouped by their package in the JDeveloper navigator.
    To import files into a new project:
    [list=1]
    [*] Create a new Project using File->New Project...
    [*] On the 1st step of the Project Wizard, choose A project containing existing files
    [*] On the 2nd step of the Project Wizard, make sure the Project source path contains the directory where your packages are located.
    [*] After you click Finish, the Import Project Wizard will be displayed. See the instructions below on using this.
    [list]
    Use the Import Project Wizard to import files into an existing project:
    [list=1]
    [*] To invoke the Import Project Wizard, select the project you want to import into in the navigator, then choose Import Classes/Packages from the right mouse context menu.
    [*] On the first step of the wizard, make sure your source path contains the directory where your packages are located.
    [*] On the third step of the wizard, Use the Add Class/Package button to select a package to import
    [*] Check the Recurse into packages checkbox.
    [list]
    Now your source files will be conveniently grouped by package in the JDeveloper navigator. In addition, the navigator will keep track of files you add and remove from the filesystem automatically.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected] - JDev Team:
    HOWTO: Import source files into JDeveloper
    This HOWTO explains how to import existing source files into JDeveloper, and display sources grouped by their package in the JDeveloper navigator.
    [b]To import files into a new project:
    [list=1]
    [*] Create a new Project using File->New Project...
    [*] On the 1st step of the Project Wizard, choose A project containing existing files
    [*] On the 2nd step of the Project Wizard, make sure the Project source path contains the directory where your packages are located.
    [*] After you click Finish, the Import Project Wizard will be displayed. See the instructions below on using this.
    [list]
    Use the Import Project Wizard to import files into an existing project:
    [list=1]
    [*] To invoke the Import Project Wizard, select the project you want to import into in the navigator, then choose Import Classes/Packages from the right mouse context menu.
    [*] On the first step of the wizard, make sure your source path contains the directory where your packages are located.
    [*] On the third step of the wizard, Use the Add Class/Package button to select a package to import
    [*] Check the Recurse into packages checkbox.
    [list]
    Now your source files will be conveniently grouped by package in the JDeveloper navigator. In addition, the navigator will keep track of files you add and remove from the filesystem automatically.<HR></BLOCKQUOTE>
    null

  • How to import existing jsp project into jdeveloper

    can someone help me how to import existing jsp project into jdeveloper?
    can give me step by step to import..cause i am new for jdeveloper..
    thank you very much

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • Jdeveloper (ADF) development methodology

    Hi,
    I am new to Jdeveloper and trying to learn as much as possible from it.
    The target is to be able to develop soon web applications based on ADF Faces and ADF BC.
    There are lots of useful tutorials in the OTN (also have been testing and analyzing the SRDemoSample). However, I haven't found any formal development methodology I can use as a basis when using ADF Faces together with ADF BC (maybe something like RUP but applied to ADF).
    I know Oracle has something called JCDM, but I think it is for internal use and also I don't know if they have a version instantiated for ADF.
    Anyone out there with any recommendation / practice in this regard?
    Thanks,
    Claudio.

    Shay,
    Thanks for your answer.
    Maybe I expressed myself in the wrong way, but I am not looking for implementation details such as i18n and securing an application. Those details are pretty clear in the SRDemo.
    What I am really looking for is how Oracle recommends on doing a detailed design of an ADF application. Let's say you have the requirements and use cases of the application, and you are asked to do the detail design of an application that will use JSF and ADF BC (notice I am saying BC: Toplink in our case is not an option).
    First thing that comes into my mind is to do UML class diagrams, sequence diagrams, etc and then show that to the developers to give them the starting point for implementation. But will these diagrams be of use for the developers, given the fact that ADF is mostly wizard based?
    I mean in a large project you can't just leave the developers only with the use cases and requirements because when the project starts to grow, it will become unmanageable. So I think there should be a detailed design (that is updated as the project evolves) - but how do you match this design with ADF wizards, I know Jdeveloper has UML support, but is there a tutorial (or documentation) that starts with the detail design and then builds the application from there ?
    Thanks again,
    Claudio.

  • Porting a netui pageflow project from BEA Workshop into JDeveloper 11g

    Hi.
    Now that BEA and Oracle has merged and JDeveloper ships with Weblogic server instead of ye olde oc4j, I thought that netui pageflow projects developed in BEA Workshop/Workspace studio would be a breeze to port to JDev. This does not seem to be the case. I've googled til my eyes got sore, without any luck. Correct me if I'm wrong, but the Beehive Netui package was once developed by BEA, then given to Apache, then taken back into BEA's control. When I read that JDeveloper should be the IDE for BEA/Oracle from now on, I thought that this would mean that it would also be compatible with BEA projects.
    If it is at all possible, how do I go about porting my Hibernate/Spring/Beehive NetUi PageFlow workshop project to run under JDeveloper/Weblogic?
    I've found this article: http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html?rssid=rss_otn_news
    But still no luck enabling Beehive Netui support for my pageflows in JDeveloper.
    Edited by: Øystein_Amundsen on Oct 31, 2008 12:57 PM

    There is no current plan to enable Beehive (e.g. NetUI) specific features in JDeveloper.
    The beehive development environment is still inside WebLogic Workshop and you can get the latest version here:
    http://www.oracle.com/technology/products/workshop/index.html
    It might be possible to do development with Beehive in JDeveloper by adding the beehive jar files into your project properties->libraries node.
    That said - I would recommend that you look into Oracle ADF as an alternative framework for your development - it has a lot of similar concepts to Beehive but it is more up-to-date and has better features in many areas.
    Read more about it here:
    http://www.oracle.com/technology/products/jdev/11/collateral/beehivetoadf.pdf

  • How to import maven projects into jDeveloper 11.1.1.5.0

    I have a few maven projects that I would like to work on in jDeveloper (11.1.1.5.0). How do I go about converting them into it?
    First I created a generic project and tried to import my maven projects into it but when I did the import, jDeveloper didn't give the maven proejct option.
    The article in the following link doesn't work for 11.1.1.5.0.
    http://www.oracle.com/technetwork/developer-tools/jdev/maven11g-090173.html#5
    Could anyone please help?
    Thanks.
    C

    You will have to download the maven integration extensions. Set the correct proxy from Tools->Preferences->Web Browser & Proxy and then Visit Help->Check for updates. You will find two maven extensions to download.

  • Jdeveloper vs Developer Forms?

    My boss recently asked me what's the difference between modules written in Developer Forms for the web & modules written in JDeveloper from a development point of view. I'm a Forms developer and have only tinkered with JDeveloper can anyone tell me the advantages/disadvantages between the two development tools?

    I think there are a few factors to consider:
    1. What sort of interface do your applications need? Forms allows you to easily create rich responsive interfaces but (currently) requires download of JInitiator. JDeveloper can be used to create apps with this sort of interface but I doubt that anyone would do that. If you want or need a lighter HTML-based interface, JDeveloper is very much geared towards this and Forms won't give you this at all. Aside from using JDeveloper to write applications/systems it can of course be used for a lot more than this.
    2. What skills do your developers have? If you have experienced, highly-skilled J2EE developers JDeveloper might be the one to go for. If, however, your developers are happier with Forms that would probably be the tool of choice. Your Forms developers might be keen, however, to get into java.
    3. Tool Stability. Forms is a mature, fairly stable product with (still) a wide user base, and it probably isn't likely to change very much as a product in the future. JDeveloper (and java frameworks, etc.) changes significantly with every release and is relatively flaky compared to Forms. If you're looking beyond the next 5 years, JDeveloper may well be around longer than Forms, but it may well be very different by then to the current version. The 'next version' of JDeveloper always looks very promising but you'll be under pressure to move to the latest version of database and app server to be able to use the latest JDev. With Forms you're usually safe to lag behind a bit, which can have advantages.
    4. Speed of Development. Developers can get up to speed in Forms a lot quicker than in J2EE and JDeveloper and once up to speed I think Forms is still a quicker tool for development.
    Hope this helps.
    Mike.

  • JDeveloper Team Development with SCM

    I am trying to use JDeveloper & SCM in a team environment. I have SCM working for version control. Do I need to have all developers share the same SCM connection instead of connecting to the repository with their own accounts?
    Thanks in advance,
    Steve

    Steve,
    Create a configuration stripe of the code you want the developers to work on.
    Create a workarea based on this configuration and make it shared, either by granting
    access to each developer or grant access to the PUBLIC role.
    When each developer creates their own private workarea ask them to create
    it based on the above shared workarea. Each developer thus has access to the
    same code and will not disrupt each other with development they are working on.
    David

Maybe you are looking for

  • Script to Automatically change number to text with Adobe LifeCycle Designer ES 8.2

    Hi there! I am extremely new to FormCalc and scripting and I was wondering if someone can tell me if my query is possible, if so, please help me! I would like for each time a user enters a number in a cell for the number to change to a letter or vice

  • Enable your Internet browser to accept cookies and make sure that javascript is enabled problem

    I am have problems logging onto adcenter.microsoft.com As soon as I try to submit my user/pass I get the msg: "Please enable your Internet browser to accept cookies and make sure that javascript is enabled. If you aren't sure how to do this, refer to

  • Change of download folder?

    Please can you help? With a document open, go to save as, pdf, save in, "downloads". Is it possible to change this default folder to another. Many thanks

  • Work status in data package

    Hi,   Assuming category, entity, time are my work status dimension, and i have decided to give a work status of 'approved' to category=budget, entity=sales, time=2015.total, hence category and entity are both base members while time is a parent membe

  • Unable to connect to printer through wireless connect

    Folks, I hope someone can help me. I have a Dell 3110cn printer on my wired network, works great with both MacBook (with Leopard) and windows through wired network. Problem begins when my MacBook (with Leopard) is connected to my wireless network the