How to develop web app by ADF Faces rich web client ?

i want developer web app by adf face rich
but have not adf rich tag library in jdev 10.1.3
how to develop by adf rich?

Hi,
don't know what you mean by ADF Faces rich web client, but if you mean our Ajax component set, then this is not yet available outside of Oracle. If you mean ADF Faces as we have it in JDeveloper 10.1.3, create a JSF page and step through the creation process, toggle the ADF Faces libraries to make ADF Faces available
Frank

Similar Messages

  • I want to know how to develop sharepoint app

    Where the resource for self learning,how to develop sharepoint app. i want a video or step by step documents.
    Thanks.

    Hi
    this will help.
    http://melick-rajee.blogspot.ae/2013/01/step-by-step-guide-to-create-client-app.html
    You can ignore the Client App Part.
    Thanks
    Melick Rajee http://melick-rajee.blogspot.com

  • Web app context file in java web server?

    I'm being forced to move an application from Tomcat 5.5 to Web Server 6.1. I'm used to putting my app's context information into a context xml file that in Tomcat 5.5 is deployedin in $tomcat_home/conf/Catalina/localhost/. I define my jdbc connection pool there, as well as environment entries for the application. That way I can use the same war file, but run the application with different configuration settings.
    It doesn't seem like Web Server 6.1 supports that, or am I missing something in the documentation. I thought the notion of the context file was generic to the servlet container spec even in the 2.3 servlet spec....but maybe that's specific to Tomcat. So now how can I pass environment information to the application?

    The SJS webserver does not support context.xml, you are correct.
    However, most of the things done in context.xml can be done through other ways.
    JDBC conncetion pools are global to the server instance, and are declared in server.xml
    http://docs.sun.com/source/819-0130/agapuirf15.html#wp297682
    The web apps descriptors allow to configure web apps parameters. In SJS webserver there are two descriptors, the standard web.xml, and sun-web.xml.
    http://docs.sun.com/source/817-6251/pwadeply.html
    Regarding passing environment information, what exactly do you have in mind? the web server supports JNDI resource-env-ref, that can be used to pass environment entries to a web-app.
    If you have any particulars needs, or more specific questios, feel free to post them here.

  • JDeveloper 11g/ADF Faces Rich Client

    Hello,
    We are trying to decide between using JDeveloper 10.1.4 and JDeveloper 11g for developing a new application - we plan to use just the ADF Faces layer of the ADF Framework along with Spring and TopLink for other layers.
    On one hand we think that is is safer to use 10.x version of ADF Faces as it may be more stable and on the other hand we are tempted to use 11g as it provides Ajax-enabled JSF Components.
    Has anyone used ADF Faces Rich Client Framework for developing applications? Is it stable enought to be used for production-level applications?
    I would love to hear your thoughts!

    Hi,
    don't use 10.1.3.4 to develop a new application now unless you have browser constraints with your user-base.
    ADF Faces RC / 11g requires:
    FireFox 2, 3
    Internet Explorer 7.0
    Safari 3.0
    11g is a significant update and they have vastly improved/redesigned a lot of things that were difficult/complex to do in earlier versions.
    Plus the 11g user interface is way better from a users perspective.
    Brenden

  • ADF Faces Rich Client Demos

    The about box in RIA components demo has some nice information about ADF components versions. Since there are patch sets commig out on regular basiss, I've decided to include such about box in our application also.
    If I check the code from RIA components demos:
    <!-- Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. -->
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    version="1.2">
    <af:popup id="about" contentDelivery="lazyUncached">
    <af:dialog title="About ADF Faces Rich Client Demos" type="ok" id="d1">
    <af:panelGroupLayout layout="vertical" id="pgl1" inlineStyle="width:450px">
    <af:panelFormLayout id="pfl" maxColumns="1">
    <af:iterator id="info" var="row" value="#{aboutBean.versionInformation}">
    <af:panelLabelAndMessage id="plm" label="#{row.name}"
    labelStyle="vertical-align: top; white-space: nowrap;">
    <af:outputText id="ot" value="#{row.value}"/>
    </af:panelLabelAndMessage>
    </af:iterator>
    <af:panelLabelAndMessage id="uaPLM" label="User-Agent Header"
    labelStyle="vertical-align: top; white-space: nowrap;">
    <af:outputText id="auOT"
    value="#{facesContext.externalContext.requestHeaderMap['user-agent']}"/>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </af:dialog>
    </af:popup>
    </jsp:root>
    I can see, that there is an aboutBean defined in application.
    Where can I get source code for this bean?
    Regards,
    Mihael

    You can download the demo and install in on your local machine, here is how http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html
    Pedja

  • Why there is spaces between Web App module listings on a web page?

    Why there is spaces between Web App module listings on a web page?
    Here is the web page:
    http://www.mazine.com/test/testpage.htm
    And here is the CSS code:
    http://www.mazine.com/test/css/tablestyle.css

    I only used Photoshop for the layout.  Then I created web-safe images for everything that I used for Dreamweaver.  I uploaded the images to the internet and then image sourced them into the code so that they will be viewed properly in the correct circumstances.  I haven't used HTML since about 2004 and I wasn't very good then.  I've just been thrown back into it and I'm pretty much learning as I go.  This is my second attempt because I wanted to make the newsletter more eye-catching.  My first one is very basic and without a background image at all and that looks fine in pretty much all email clients.  I tested it with Litmus.  All except for Windows Live Mail, where the images didn't act as links but as static images.  It works fine with the others I tested manually.  Those being Gmail, Yahoo and AOL.  I will try the display:block and get back to you.  Thanks for your suggestions.

  • Adf faces rich client demo

    I have created the adf faces rich client demo application in
    jdeveloper 11g (11111.0) as explained in the docs .But, I am getting error at the following line in index.jspx
    <af:pageTemplate id="tmplt" viewId="/templates/pageTemplateDefs/demoIndexTemplate.jspx">
    "JSF page template path /templates/pageTemplateDefs/demoIndexTemplate.jspx not found"

    Hi Frank,
    Thanks for your reponse. I'm actually pointing my browser to http://localhost/adffacesdemo/faces/index.jsp. But the Request URI is showing in error message as /adffacesdemo/index.jsp.
    I'm pretty new to ADF, Am I missing something to set in the project properties.
    Thank you
    Praveen

  • Having a problem running jheadstart app and adf-faces-demo on wls 8.1 sp4

    I have created a very simple jheadstart app in Jdeveloper. Also I have created a project from the adf-faces-demo.
    I am now trying to run both applications on weblogic 8.1 sp4
    Both applications exhibit the same behavior. When trying to load the index page, the progress bar on the browser indicates that the page is loading (and stays there) and I don't see any error in the output log (except for the message:
    Oct 31, 2006 5:46:22 PM oracle.adfinternal.view.faces.application.ViewHandlerImpl _checkTimestamp
    INFO: ADF Faces is running with time-stamp checking enabled. This should not be used in a production environment. See the oracle.adf.view.faces.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    Which I understand is harmless.
    I have done the following to try to make this work:
    Make sure that the application is compiled in JDK 1.4
    Add the recommend jlib, lib, and MyFaces jars to the classpath.
    Change the extension of the index page to jsp and change the web.xml to:
    <filter-mapping>
    <filter-name>demoRedirect</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    Any help would be greatly appreciated. Thanks.

    Alberto,
    I noticed you reported this on the JDev forum as well. Deploying ADF-Jhs apps is not different from deploying a plain ADF app, (apart from the Jhs Runtime lib that should be added to the .ear file), so please continue to use the JDev forum to resolve your problems.
    You also might want to check the section on WebLogic deployment in the ADF Dev Guide:
    http://download-west.oracle.com/docs/html/B25947_01/deployment_topics008.htm#CIHEGDAI
    Steven Davelaar,
    JHeadstart Team.

  • How to save multiple rows using ADF faces ?!

    Hello;
    I am developing a search page using ADF faces (jdeveloper 10.1.3).
    after building my view i dragged it as search form on my page then i dragged it again as a read only table to display results with different iterator.
    I have a field act as a flag with 'Y' and 'N' value so i converted this field in the table to select boolean checkbox.
    what i need is ...
    after processing search operation i want to update this flag by 'Y' or 'N' (select/un-select checkbox) then click on a save button to save all result rows flag with its new status to the data base.
    Wish to know how to implement that.
    Thanks a lot

    Searching this forum yields How to do a bound af:SelectBooleanCheckbox inside of af:Table
    Hope this helps

  • How to send SAML response from ADFS server on web page

    Hi
    I have integarted ADFS and Orcale application for single sign on.
    problem description: need SAML token on web page which published on application.
    please tell me; how to set SAML response on web page defined on ADFS or what configuration required from ADFS side to send SAML response.
    Regards
    Kapil

    This has a web app that will display claims. You could probably modify it for your needs. 
    http://blogs.technet.com/b/askpfeplat/archive/2013/12/23/how-to-build-your-adfs-lab-on-server-2012-part2-web-sso.aspx
    Mark Morowczynski
    Microsoft Senior Platforms PFE
    Blog:
    http://blogs.technet.com/b/askpfeplat  Twitter:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • How to use JavaScript Calendar with ADF Faces ?

    Hi All,
    Our application is running under limited bandwidth so that we want to use clientside/javascript calendar instead of the ADF Faces calendar (server side).
    I already have the javascript that will pop-up calendar selection dialog when invoked.
    Using JSP, this is working perfectly, BUT I don't know how to integrate this Javascript calendar with ADF Faces form.
    How can I do that ?
    Attached below is the JSP that works with script :
    <f:view>
    <html>
    <head>
    <script language="JavaScript" src="ts_picker.js">
    </script>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>Calendar</title>
    </head>
    <body>
    <form name="tstest">
    <input type="Text" name="timestamp" value="">
    <img src="cal.gif" width="16" height="16" border="0" alt="Click here to get the date">
    </form>
    <h:form>
    </h:form>
    </body>
    </html>
    </f:view>

    Hi,
    ADF Faces does not provide a method that allows you to call JavaScript on the client. This may change in upcoming versions
    Frank

  • How to create a graph in ADF Faces

    Hi there,
    I am working with ADF using JDeveloper 10.1.3 with Business Components (BC) and ADF Faces.
    I am trying to create a graph base on a View object, but I can't see any options on the Data Control Palette.
    Is there a graph wizard component for ADF Faces?
    Thanks for any help.
    Jim

    Thanks Frank.
    A graph was created successfully using the following steps:
    1. using BIGraphDef1.xml (with Oracle BI Graph library)
    2. add to pageDef.xml
    <iterator id="EmployeesView1Iterator" RangeSize="10" Binds="EmployeesView1"
    DataControl="AppModuleDataControl"/>
    <graph id="pageGraphid"
    IterBinding="EmployeesView1Iterator"
    ControlClass="oracle.dss.graph.Graph" SeriesLabel="EmployeeId"
    GraphPropertiesFileName="view.BIGraphDef1"
    SeriesType="SINGLE_SERIES">
    <AttrNames>
    <Item Value="Salary"/>
    </AttrNames>
    </graph>
    3. add to .jspx (with Graph 1.0 as library )
    <h:form>
    <af:panelGroup>
    <f:verbatim>
    <graph:Graph imageHeight="300" imageWidth="500" data="${bindings.pageGraphid}"/>
    </f:verbatim>
    </af:panelGroup>
    </h:form>
    4. add to web.xml
    <servlet>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <servlet-class>oracle.jbo.html.jsp.graph.GraphGeneratorServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <url-pattern>/faces/jspx/GraphGeneratorServlet</url-pattern>
    </servlet-mapping>
    Jim

  • IOS developers program on how to develop an app?

    Hey guys!
    I just wanted to know will apple teach us how to develop app by giving online tutorials on how to use X-code and how to do the coding and all other things??

    Learning to program and then becoming familiar with xcode and objective-C is a long road to travel.  If you google for xcode tutorials and objective-c tutorials, you might find some.  Also, books is another way become familiar with programming for iOS and OSX.  Go to Amazon and search for xcode 4 and for objective-c and Cocoa programming - look for the books with high ratings.
    For example, one of the links at the right lead to the following helpful post:
    The three best places to start;
    Read through them in the order listed.
    Apple iOS Developer Library / This includes Frank Caggiano's sugjestion of Start Developing iOS Apps Today.
    http://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topi c=Getting%20Started
    Apples, Programming with Objective-C
    http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/Programmi ngWithObjectiveC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011210
    Programming in Objective-C, By Stephen G. Kochan / I read through a tone of books until I found this one.
    http://www.informit.com/store/programming-in-objective-c-9780321887283

  • How to use Multiple selection in ADF faces

    i i would like to know how to use an multiple selection (ADF select many choice) to update the database.

    Hi,
    Timo is correct that there is no automated way for doing this. You can access the select many selection from a managed bean either accessing the ADF binding layer or by referencing a managed bean array property. So the use case is important. Use case would include the database attribute type to update
    Frank

  • How to see the files of adf faces demo

    Hi ADF Experts,
    I am using Jdeveloper 11.1.1.7.0 version. I downloaded the rcf-dvt-demo.war for this jdev version.
    Its running fine in weblogic. I just wanted to check hjow can we see the BackingBean and other files of this application in Jdeveloper.
    Thanks
    Animesh

    Hi Animesh,
    Please follow the instructions given under "Using the integrated WebLogic Server in Oracle JDeveloper 11g" section in the below url to view the complete code package -
    "ADF Faces Components Demo Install Instructions&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;ADF Faces Comp…"
    Best Regards,
    Ankit Gupta

Maybe you are looking for

  • Protocol Error, WL 5.10 Sp10 with Oracle 8.1.7 on Solaris 8

    When i start the weblogic server the server can't make a connection Pool to the oracle 8.1.7 dbms. When i try with the same configuration to connect to an oracle 8.1.5 dbms the server create an connection pool. The errornessage is following text java

  • Internet Connection Dropping

    I am a FiOS internet subscriber, and for well over a year I have been having problems with my Verizon router (MI424WR), where every month or so it would stop accepting new wireless clients and my wireless devices reported reduced signal strength from

  • Problem with HttpHeader Accept-Language with InternetExplorer

    I'm building an web application using Flash at the front side and Jetty at the back side. This application has to care of the language settings of the browser. Normally the browser sends with each request the Http-header accept-language in wich the l

  • LabVIEW Developer - Eastern PA

    Coleman Technologies, Inc. (www.colemantech.com) is looking for an exceptional, highly motivated, individual to fill an immediate opening for either full time employment as a LabVIEW Software Developer or alternatively, work on a mid-term contract ba

  • How do i group my contacts?

    I have google + groups but don't know how to change a contact to an established group.