ADF faces jar files needed (urgent)

Hi,
I have downloaded one sample adf faces application from oracle site, but it does not have the jar files. They are saying that you can download the neccassary jar files from the Oracle Technology Network (OTN) Web site as a .zip archive that contains the tag libraries, documentation, and a Web application example.
But i was not able to locate the specified zip file in OTN web site. If someone knows please tell me from where should i download the specfied jar file.
I have downloaded the sample appl from the following link..
http://www.oracle.com/technology/pub/articles/cioroianu_jsfadf_v4.html
Thanks in advance..
Regards,
Saravanam

Hi,
This is a very old how-to that was released during JDeveloper preview. If you go to otn.oracle.com/proucts/jdev --> JSF then you can find the download reference.
The newer - production class - ADF Faces jar files are not for download separately but are part of Oracle JDeveloper and available in its jlib directory. So you could go download JDeveloper and get adf-faces.jar
Frank

Similar Messages

  • Can't create a true ADF Libray JAR FIle

    I created a Model project. Then created an ADF Library JAR File Deployment Project to deploy the jar to the file system.
    I then, created a separate project and tried to add the export jar file to it via a File System connection in the Resource Palette.
    But, when I right click on the jar file in the Resource Palette, I only see 2 options, "Open" and "Advanced Search".
    I expected to have an option to add the jar to the selected project.
    Now, I am able to add the jar to the Project if I go to the projects properites, then add the jar via the "Libraries and Classpath".
    Note that even the icon for the jar is different than those from other System Jar files (the bookshelf/library icon).
    The icon I see for my jar is hard to identify, sort of like a torch.
    So, what is going on?
    I have double and triple checked that my deployment profile is for an "ADF Library JAR File".
    I have deleted the default deployment profile and create a brand new one.
    Still, the same issue.
    Any ideas?
    Thanks in advance.

    When you say you see the XML files for the EOs & VOs do you mean in the resource palette? Never mind, let's take a step back.
    Via the following link this is what you should see for a Model project ADF Library JAR that contains EO/VOs etc:
    https://dl.dropboxusercontent.com/u/12154176/pic01.png
    If you were to right click on the JAR this is what options you should see:
    https://dl.dropboxusercontent.com/u/12154176/pic02.png
    I'd suggest you're still doing something wrong when you create the ADF Library JAR. To assist you via this link:
    https://dl.dropboxusercontent.com/u/12154176/Model.zip
    ...you'll find a previous workspace/project I've setup. If you right click on the Model project look to the Deployment options you'll see an ADF Library deployment profile called "Model_Model_adflib". If you exit out of the preferences, right click Deploy -> select Model_Model_adflib, the appropriate ADF Lib JAR will be created under Model/Model/deploy. Returning to JDev and the Resource Palette, add a file system connection to this deploy directory, then you should see what I see above.
    Let us know how you go.
    CM.

  • Work with ADF Library jar file

    Hi
    My English isn't very good
    I use jdeveloper11.1.1.3.0
    I want to work with ADF Library jar file.
    I created two generic application. In each application I have a View Obj(one for employees table and one for department table ) and added them to App Module,
    then I made a ADF Library jar file for each application: adflib_emp, adflib_dep
    Then I created two separated application and in each application I created a BTF .
    In emp_TF1 I added adflib_emp jar file to application and in dep_TF2 I added adflib_dep jar file to application.
    These two applications work well. Then I created ADF Library jar file for each of these applications named: adflib_TF_1 and adflib_TF_2
    Finally I designed a main page to use these two jar file(adflib_TF_1 , adflib_TF_2). I added thses two jar file to application and then I dragged and dropped each TF to main page as a region:
    <af:panelSplitter id="ps1" splitterPosition="500">
    <f:facet name="first">
    <af:region value="#{bindings.emp_TF1.regionModel}" id="r1"/>
    </f:facet>
    <f:facet name="second">
    <af:region value="#{bindings.dep_TF2.regionModel}" id="r2"/>
    </f:facet>
    </af:panelSplitter>
    When I run main application both TF show employees table, but one TF should shows department table and the other one should shows employees table.
    I read oracle document and created my application on base of it. But I don't know why this happen and how to solve it?
    Habib
    Edited by: Habib Eslami on Apr 7, 2013 8:46 PM

    Hi,
    most likely the names of the application modules are not different but the same, which means you have a naming problem. Application modules (if they should be used as is) must have a unique name
    Frank

  • List of .jar file need to add in web application by using eclipse europa?

    hi
    what are the list of .jar file need to be added in web application which use the ide of Eclipse Europa?

    Depends on the application requirements. For a basic JSP/Servlet application just integrate Tomcat in Eclipse and assign it as application server to your web project, then you don't need to add anything. If you for example need JSF, then you should add its JAR's to the classpath of the web project, which is by default /WEB-INF/lib.

  • Adf faces jar  for jdeveloper 10g

    Hi,
    i m using jdeveloper 10, i want to use adf (af componant) in my jsf page, so i need adf jar, but i m not able to download them from
    "How To Use ADF Faces With JDeveloper 10g" kindly help me how i can download these jar, so that i can use them in my code

    Trinidad is a JavaServer Faces component library that is a subproject of Apache MyFaces. (It was formerly known as ADF Faces.)
    Refer http://wiki.apache.org/myfaces/from_ADF_to_Trinidad

  • The jar files needed to use MQ Sonique driver

    Hi,
    I am using the Sun JMS adapter
    and the driver  is Sonique MQ Series
    can I know what jar files are needed to make the set up
    in to the XI server?
    Thanks & Regards
    Ranjit

    Hi,
    Add sonic_Client.jar.
    Regards,
    sudheer.

  • Jar files need for Custom connector API app

    hi all,
    I am doing an application regarding "Custom connector API", for doing the application I need "jdom,rome-0.6" jar files. kindly send these jar files it will be helpful to me. To do such custom connector API application any plugins must be added to  it, if so please let me know???
    thanks in advance,
    Aravind.

    Hi,
    You can find the jdom.jar file from the plugins/com.sap.km.rfwirad_7.1.5/lib/jdom.jar.
    If you add classlocator to your studio you can find the required jar file for your imported classes very easily. To add the classlocator to your studio go to the below blog
    Using JAR Class Finder
    Regards
    Suresh

  • Does driver jar file needs to be extracted before giving java command?

    I wrote a JDBC program, where it will pull the data from Sybase and Push into Oracle. That program is working fine in Eclipse IDE. But when i tried to make it make it work from the command program, by giving javac and java commands..., it didnt work.
    Finally i realised that, it is working when i extract the driver jar files (sybase and Oracle, ojdbc.jar and jconn3.jar ) using jar xvf utility.
    Do we need to do that? or is there any smart way that we can just mention the drivers path and make it work?
    For your information, i set the CLASSPATH and JDBC_HOME to the driver location.
    Please help me out
    Thank You
    Viswa

    Hi Balu,
    Could you please check this?
    umi-c005-m3:~/TestRem2CCM/SampleProgram 179> ls -l
    total 928
    -rwxrwxrwx 1 500 500 465869 Sep 30 2005 jconn3.jar
    drwxrwxrwx 2 500 500 4096 Jun 5 11:45 psae
    umi-c005-m3:~/TestRem2CCM/SampleProgram 180> ls -l psae/
    total 96
    -rwxrwxrwx 1 ramavi11 500 3251 Jun 5 11:27 DataModel.class
    -rwxrwxrwx 1 500 500 3564 Jun 5 11:26 DataModel.java~
    -rwxrwxrwx 1 500 500 3564 Jun 5 11:27 DataModel.java
    -rwxrwxrwx 1 ramavi11 500 8358 Jun 5 11:27 DataTransfer.class
    -rw-rw-rw- 1 500 500 11126 Jun 5 11:25 DataTransfer.java~
    -rwxrwxrwx 1 500 500 11127 Jun 5 11:45 DataTransfer.java
    umi-c005-m3:~/TestRem2CCM/SampleProgram 181> java -cp . psae/DataTransfer
    Before Try
    Inside Try
    *********Sybase Connection Failed*************
    java.lang.ClassNotFoundException: com.sybase.jdbc3.jdbc.SybDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at psae.DataTransfer.getSybaseDataList(DataTransfer.java:191)
    at psae.DataTransfer.main(DataTransfer.java:19)
    Data NOT available from MMS query
    umi-c005-m3:~/TestRem2CCM/SampleProgram 182> java -cp . psae.DataTransfer
    Before Try
    Inside Try
    *********Sybase Connection Failed*************
    java.lang.ClassNotFoundException: com.sybase.jdbc3.jdbc.SybDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at psae.DataTransfer.getSybaseDataList(DataTransfer.java:191)
    at psae.DataTransfer.main(DataTransfer.java:19)
    Data NOT available from MMS query
    umi-c005-m3:~/TestRem2CCM/SampleProgram 183>

  • JAR files needed ?

    I am trying to create a Dynamic Web Project in Eclipse exactly as Portal Project in Workshop, I am trying to find what are the JAR files we needed,
    Can any one point me to any resources where i can look into it,
    Thanks
    JD

    Hi,
    Use IBM class loader plug-in for Eclipse to find the required jar files by specifying the package name or class name. This will help you to avoid including files, which are not required.
    Regards,
    Bhavani Prasad

  • What are the jar files needed for HTMMLB?

    Hi,
    I have imported a HTMLB comp par file into my NWDS.
    it is showing me some errors like com.sapportals.htmlb cannot be resolved...what may be the prob...do i need to import any jar files regarding this.
    Plz help..
    Thanks,
    Viswes

    Hi,
    Please see this helpful link
    New Reference for Portal APIs
    Ramganesan Karuppaiyah

  • Plz help....JAR file needed.......

    Hi Friends,
    I want to use the IUrlGeneratorService and IPortalUrlGenerator classes for a URL generation task. But I cannot find the JAR file having these classes. I tried finding com.sap.portal.appintegrator.sap.bwc_api.jar in my eclipse/plugins but could not find it.
    Where can I find this JAR, or any other JAR having the files I need?
    Plz help.

    Hi,
    You can find jar files from this link also
    <a href="http://www.alphaworks.ibm.com/aw.nsf/reqs/jarclassfinder">Jar Files</a>
    And check in your portalapps folder the name of the jar file for urlgenerator is bc.rf.global.service.urlgenerator_api.jar.
    Regards,
    Venkatesh.K.

  • ADF Faces Components : File not found

    Hi,
    The link :
    http://download.oracle.com/otn/java/jdeveloper/905/adf-faces-ea10.zip
    in the page :
    http://www.oracle.com/technology/software/products/jdev/htdocs/adfjsf.html
    does not work...
    Regards,
    Stephane

    Seems to be working fine now. Please try again and let us know any specific errors.
    OTN

  • Gifs placed in a jar file. need help getting them.

    I have placed all the gif files in a jar file.
    added the gif.jar to the project in the required libraries of project properties.
    In the toolbar class I gave this.
    JButton btnNew = new JButton(new ImageIcon("new.gif"));
    and was expecting it to show the icon but I didn't get it?
    Can I place the gifs in a jar file.
    What else can I change/check to see the icons?
    Thanks.

    They are in the same path in the jar file that they were when they were on your disk in the file system. Lets say you have a dir structure
    C:\dir1\dir2\dir3\dir4\file.txt
    and you cd to dir2:
    cd \dir1\dir2
    then you jar dir3:
    jar cvf jar.jar dir3/*.*
    the path to file.txt would still be /dir3/dir4/file.txt inside the jar file.
    do a jar tvf jarfile.jar and take a look.

  • Big .jar File - need a loading/info screen

    Hi,
    my problem is that my midlet takes too long to run, because the jar file is quite big (1,5mb) and has a lot of txt files (around 6.500).
    Now you might wonder why i have a lot of files in my jar.
    I have a book which is devided into verse. The user search for a particular verse. It takes too long if I have to open a big file and then display a verse, so i made a txt file for each verse which is faster, because the midlet just has to open the little file which contains the verse.
    Because of the amount of txt files it takes some time until my midlet starts.
    I wanted to ask where there is way to at least tell the user that my midlet is going to start, but that it will take a little bit.
    I cannot put this file into the same jar, since loading the jar takes the time.
    Is there a way to make a loading info and then open my jar file, which contains the real midlet?
    My midlet takes around 45 seconds to open( on my mobile phone), and until then there is no sign whether the midlet is going to start or not. If I do not inform the User, he might think that my midlet won't work and he would press other buttons (like the cancel button).

    I think there is no way because :
    - if you put it into your jar, it has to be loaded ...
    - if you put it outside your jar (JSR 75), the class code has to be executed and so your jar has to be loaded
    - everything you will try to execute an application that lauch this one would be weird stuff ...
    - note that it sould work on an emulator, but most phones have a jar size limit that is only a few hundreds ko
    Regards.

  • Jar file needed

    What jar file should in import for "org.gjt.mm.mysql.Driver" connecting to mysql. From where can i download it,
    Thanks and Regards,
    Mclaren

    Google should be your friend
    http://mmmysql.sourceforge.net/

Maybe you are looking for

  • How Do I determine what version of Oracle I am running?

    Is there som sort of command that you can run in Oracle to determine what version you are running? I cannot find this anywhere!

  • Critacal Cyrus DB Errors After Upgrade

    Hello Cyrus Fans, After 4 Years and Multiple OS Upgrades, I have a serious problem. My users mail stores have suddenly dissappeared. I tried using the only tools available to the GUI: Reconstruct Button, and Restore Button. The LOG Reports: Aug 16 03

  • Financial Reports Formatting

    Hi In HFR. Forulae Row9 = DataRow1/FormulaeRow/3 Forulae Row10 = DataRow2/FormulaeRow/3 FormulaeRow/3 = Constant Values Forulae Row11 = Difference (row9,row10) I have formatted Row11 RED color for -ve values .............but the report is not showing

  • How to start Single Node of Exadata 1/2 Rack

    Recently while working on 1/2 Rack of Exadata, one of the node went down. My other nodes are working fine. Heavy ETL processes are running i don't want to stop them in between, but i want to start up the node which is down. How can i do so? How can i

  • Creation of business and technical systems for sld

    hi can any one help me out, to creation of technical and business system for system landscape directory ....give me detailed instructions. this is urgent requirement regds venky