ADF Components vs Trinidad Components licence

Hi,
Can I use ADF Components instead of Trinidad Components to deploy an application in Tomcat without to pay a licence?
Thanks.

Hi,
- Why is a preview release ? when we can get a production release ?
Its not only ADF Faces but the full Fusion stack that makes the release train. The ADF Faces RC components may be in a better shape than some other components, but this doesn't make them earlier to ship. There is no date for the production release and until then we release technlogy previews. Hoe that production isn't too long away anyway
- Oracle would give us technical support ?
No. You can work with your local Oracle organization to see if - depending on the project - they will step in and help you with advice and hints, but there is no official support for the technology preview
- How much the product and support cost ?
If you use Oracle Application Server then the product licence is covered. Support is a separate contract and I suggest you get in touch with your local Oracle sales force to get the pricing for your case
- There is a Oracle commercial plan for the future.
There is no statement of directions available yet.
- And how about Apache RFC Proposal ? when they will start ...
As soon as possible. Its accepted and incubation can start when the sources are ready. Still, we have to go by the rules of the Apache community. I don't expect the open source community to have a first release before next year (with ADF Faces it took us almost 1 1/2 to get out of incubation)
Frank

Similar Messages

  • Limitation on number of adf components on a jsp page?

    I am currently working on a page which comprises a number of af:table components with underlying af:column components for each table. The page also contains other adf components. My question is as stated above, is there a limitation on the number of adf components that are allowed on a page and if so what this is?
    I have found that page errors I have been having can be resolved by reducing the number of components. For example, by removing af:objectspacer components I am able to include af:column components which previously caused the page to fail.
    Any info would be appreciated.
    Thanks.

    Which version are you on?
    We faced similar problem in 10g. After jspx exceeds a certain size the project doesn't compile.
    This is due to java class file code_length restriction, it cannot be greater than 64K.
    Check this thread for detailed explanation and workaround {thread:id=361086}
    We had worked around the issue by breaking the big page into serveral pages and referring to them in the main page using:
    <f:subview id="SampleSubView">
    <jsp:include page="/app/SamplePage.jspx"/>
    </f:subview>
    Mitesh.

  • How to display the Current Date on page using ADF Components

    Hi,
    Is there any way to display the system date on a page developed using ADF Components.
    I am thinking of writing the java code to display the date. Just wanted to check is there any pre-defined component of ADF that I can make use of.
    Could anyone tell me how to do this using ADF components?
    Thanks in advance.
    Sivaji....

    Please refer the below link.
    Prompt  with  default  date   (  currentdate-1  and current date-8)
    http://www.dagira.com/2008/07/15/how-can-i-make-today-my-default-prompt-value/
    http://www.dagira.com/2008/07/21/using-a-magic-date-value-in-prompts/
    Regards,
    Bilahari

  • ADF components do not display Chinese simplified (showing English instead)

    Dear All
    I am having a problem getting ADF components to display in Chinese simplified language. Buttons display in Chinese correctly however components such as: < af:table > (the previous and next values do not display in Chinese, again in English only).
    I have tried it under Japanese and these components show Japanese.
    Any ideas on what the problem may be caused by would be greatly appreciated.
    Best regards
    Andrew Och

    Actually I found the problem.
    It seems that the language resource bundle has the incorrect name. Renaming:
    oracle.adfinternal.view.faces.ui.laf.oracle.desktop.resource.BLAFBundle_zh_CN.java
    to
    oracle.adfinternal.view.faces.ui.laf.oracle.desktop.resource.BLAFBundle_zh.java
    resolved my problem.

  • Custom attributes on adf components?

    I asked this question before:
    howto modify components in tree?
    and got no answer. So I'm trying a different approach. I'm using aop to intercept methods as such:
    <include within="oracle.adfinternal.view.faces.renderkit.rich..*"/>
    @Pointcut("execution(void encode*(..))")
    This is the only way I've been able to get at adf components after the are all created, but before they are rendered. I verify the authorization level of the component based in the id of the component and the current user's roles.
    in my jsf:
    <af:image id="highly_secretive_data_chart" source="#{DataChart.src}" inlineStyle="padding-right: 2px"/>
    in my aspect:
    String id = component.getId();
    AuthorityLevel level = getAuthorityLevel(id, getUser().getId());
    if (AuthorityLevel.NONE.equals(level)) {
    component.setRendered(false);
    } else if (AuthorityLevel.ACTION.equals(level)) {
    //do nothing
    String className = component.getClass().getName();
    types.add(className);
    try {
    Method m = component.getClass().getMethod("setDisabled", new Class[] {Boolean.TYPE});
    if (AuthorityLevel.VIEW.equals(level)) {
    m.invoke(component, true);
    } catch (Exception e) {
    //do nothing
    btw - is there a way to format code in this forum?
    This works fine and allows me to do what I want until I get to a case like this (where the component is created in a loop):
    <f:facet name="treeNav">
    <af:tree id="navtree"
    binding="#{EventMaster.eventTree.treeControl}"
    value="#{EventMaster.eventTree.listModel}"
    var="node">
    <f:facet name="nodeStamp">
    <af:group>
    <af:commandLink partialSubmit="true" id="#{node.id}" dyn_id="#{node.id}">
    I put both failed attempts above (id and dyn_id), but obviously I tried them separately.
    As documented here:
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/adf-richclient-api/tagdoc/af_commandLink.html
    I cannot put el inside of the id attribute.
    So, I thought I'd be cute and make my own attribute (dyn_id), but I that results in this exception:
    org.apache.jasper.JasperException: ... Attribute dyn_id invalid for tag commandLink according to TLD
    Does anyone know how to turn off this validation? Or have any other solutions? After typing this up, I realize this might be a tomcat thing. Perhaps there's hope then.
    Thanks much,
    Ben Anderson

    Looks like I can use customizationId. The documentation states "This attribute is deprecated. The 'id' attribute should be used when applying persistent customizations. This attribute will be removed in the next release." I'm gonna call their bluff. But I'd still be up for an alternative if anyone's got one.

  • Integrate javascript event into Oracle ADF Components

    Can someone show me how to use javascript attribute, for instance onclick, in CoreCommandButton? How do we normally integrate javascript event into Oracle ADF Components?

    Hi,
    you already have a link. Its not an Oracle project but a project of Wilfred from Eurotransplant. Feel free to ping him directly on this or ask this question on the Forms forum, if you haven't already, where he most likely is signed up for.
    Frank

  • IDs of ADF components are inconsistent

    Hi,
    I am from Network Integrity team. We are developing LISA automated test scripts. LISA will build a DOM tree using response, then it will identify each components based on it's ID.
    But we are facing one issue. IDs of many ADF components are changing after each installation of our product. So, LISA scripts generated for one installation won't work for another installation.
    Some examples :
    -> IDs of fields in search Components (Equals/Not equals operators)
    -> In Advanced Query mode, IDs of "Add fields" options are changing
    -> In some places IDs of Links and Buttons are changing.
    Is there any way to ensure consistency in IDs of each component?
    regards,
    Prakash Yaji

    Could it be of any help?
    Selenium to test ADF UI Application
    NA
    http://nickaiva.blogspot.com

  • ADF components not Rendering on ie9 Browser

    This is a strange behavior , ADF components like ( table , DVT graph ) are not rendering on the ie9 browser ( keep fetching ...) . However , works fine with ie8,Google chrome, firefox .
    Believe some setting is required in my client brower ie9.
    Any idea why not on ie9 ?
    We are on ADF jdev 11.1.1.3.0
    Browser flash plug version : 11.5.502.135
    OS : Windows 7 . 32 bit
    Browser : IE 9

    I faced a similar problem. I added the following line in the jsp page
    <f:view>
    <meta content="IE=8" http-equiv="X-UA-Compatible"></meta>
    <af:document id="d1" title="something">This will make the IE9 work as IE8. And will also not disturb any behavior of other browsers.
    Thanks and Regards,
    Tarun Agrawal

  • Hide ADF components in email notification Human Task BPM 11g

    How can I hide ADF components in email notification?
    I what to hide some buttons and comments section.
    I'm using BPM 11g 11.1.1.6
    Thanks everybody.

    Hi Frank,
    Just wanted to know if someone has already tried a usecase similar to this as it also involves ADF DI. :)
    Posted in SOA Suite forum : ADF DI integration with SOA Human Task
    Thanks,
    Anoop
    Edited by: Anoop Kumar Shukla on Jan 29, 2013 2:32 AM

  • WebGalileo tree integration with adf components

    Hi all:
    I have a project using adf faces, and in one page i am trying to use WebGalileo tree component
    The thing is that i have this page, in the left side is the webgalileo tree, and in the right side are the adf components (inputText, outputText, file upload, adt data table)
    When i click in one of the nodes of the tree, i load data from a database to the adf components; the i can work with that data, edit the values and so on; if i click in another node of the tree i need to recolect that data from the adf components in the backing bean and process them in some way.
    The thing is when i click in another node, i dont have any data in the components in the backing bean; the values i entered doesn't seem to apply to the components in runtime, i guess because there is no form submit when i click on a node, only ajax event listener provided by the webgalileo components
    Is there any way to integrate those two things ?? i mean make them work together well, so i can "see" the values entered in the adf controls when i click another node ??
    Thanks a lot

    Hi,
    Hope these links can help you
    http://www.oracle.com/technology/pub/articles/cioroianu-ajax-data.html
    http://www.oracle.com/technology/pub/articles/vohra-ajax.html
    http://www.oracle.com/technology/pub/articles/nimphius-ajax.html
    http://www.oracle.com/technology/products/jdev/tips/mills/AjaxAutoSuggest/AjaxAutoSuggest.html
    EronYang

  • Customize adf components in deployed ADF web applications

    Hi,
    I am using JDeveloper 11.1.1.4 and ADF-BC in my project.
    In my project,I use several jsff pages with some common adf components inside them.[ex:af:panel,af:inputText ,etc].
    For example I use a panel and some adf input and button components inside panel.
    I build a ear/war and ship it to customer.
    My question is in customer environment,if the customer wants to customize the controls in the jsff page [like  adding new adf controls to the existing panel etc],can we achieve this in adf web applications.
    Please suggest.
    Thanks,
    Praveen

    hi,
    My question is in customer environment,if the customer wants to customize the controls in the jsff page [like adding new adf controls to the existing panel etc],can we achieve this in adf web applications.You cannot edit the ear file directly to embed the controls in page,
    So you can have a database table that stores the dynamic configuration of controls, like cntrl_name,type,value,autosubmit,, etc.
    and at runtime render it accordingly dynamically.
    forexample you can have a af:iterator that iterates over vo(table) and has switcher component to determine the type of component and apply properties to it.
    Regards,

  • AJAX Integration with ADF Components

    Please help me integrate AJAX with ADf Components
    Thanks in advance
    A sample code would be useful.

    Hi,
    Hope these links can help you
    http://www.oracle.com/technology/pub/articles/cioroianu-ajax-data.html
    http://www.oracle.com/technology/pub/articles/vohra-ajax.html
    http://www.oracle.com/technology/pub/articles/nimphius-ajax.html
    http://www.oracle.com/technology/products/jdev/tips/mills/AjaxAutoSuggest/AjaxAutoSuggest.html
    EronYang

  • Add new translated language resources for ADF components

    Hello
    I wish to add a new language for the ADF components.
    Our product was translated in serbian language but some items like Next, Previous buttons or the OK and Cancel buttons in the popup dialogs of type OkCancel uses build-in resources of the ADF and does not provide the translation for all languages.
    How is it possible to extend the resources of the ADF with any other language?
    I see the old thread Re: ADF component language for the Georgian language.
    And I guess there are more languages required by some customers.
    Is there any solution available by the ADF how we can just provide the missed translations and configure ADF to load them?
    Kind Regards
    Paul Daratha

    Hi,
    you can bind the text of the components with your bundle.
    see the doc:
    http://docs.oracle.com/cd/E23943_01/web.1111/b31973/af_global.htm#CHDGCAFI
    and here are a resource strings for components
    http://docs.oracle.com/cd/E24382_01/apirefs.1112/e17497/toc.htm
    As far as I know yo can´t add a language.

  • ADF components

    hi
    i am new to JSF and JDeveloper11.
    when i started studying jsf i used jdevelope10.
    but now i wanted to use jdeveloper11.
    so i wanted to know all the adf rich client components in jdeveloper11.
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtTopicFile.adffacesguide%7Ctagdoc%7Ccore%7CimageIndex%7Ehtml/
    the above link gives the adf components list of adf components10.
    iam looking for a similar one of adf components11.
    plz help me.
    rgds

    Hi there,
    Here is the website you're looking for:
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/multiproject/adf-richclient-api/enhanced-tagdoc.html
    And this is the Oracle JDeveloper 11g "Home Page" http://www.oracle.com/technology/products/jdev/11/index.html
    Hope it's useful,
    AidiL

  • Binding ADF Components in Task Form

    Hi!
    I am using: Oracle Fusion Middleware 11.1.1.5.0, Oracle JDeveloper 11g.
    I posted this thread in the SOA section because of the type of project I am working in (SOA Application). But until now my question remained unanswered so I now I post in this section because I am using also ADF components.
    I am trying to customize a BPEL Task Form.
    After I made a project using Fusion Web Application, I could confirm that the managed beans for some ADF Faces components were working and the form (an .jspx page that I would run on Integrated Web Logic Server) was functional.
    I made a project using SOA Application.
    I made a BPEL Process with a Human Tak and using the Launch Task Form Wizard I made a form.
    Then I started adding ADF Faces components that are using managed beans, just like in the other project.
    When I deploy the project, all the components using the beans just dont show up. If I dont use the components with the managed beans the form appears normally.
    Is there some additional requirement to make the bindings with the managed beans in the Task Form?
    To clarify the question below I have some printscreens:
    1. SelectOneChoice "Rubrica" component with value binding from the ActionListenerOK java class;
    http://i43.tinypic.com/x4j0ol.jpg
    2. Showing the Expression Builder for the above value binding;
    http://i42.tinypic.com/14mdxqq.jpg
    3. Method Expression Builder for a Button Component;
    http://i41.tinypic.com/2r38tw2.jpg
    4. The managed beans list for the form page;
    http://i41.tinypic.com/rbjqt2.jpg
    5. How the form appears when using the components with java bean bindings;
    http://i39.tinypic.com/34pghh0.jpg
    6. How the form appears when delete the components with tha java bindings;
    http://i41.tinypic.com/2mwwkuo.jpg

    Answering your questions:
    Where: I created the class in the oracle package, than I tried using oracle.adf and oracle.bpel.services.workflow.worklist.adf, where I have seen that the form had automatically created some of the beans for some actions. I defined the bean inside the task flow.xml that was automatically created when I created the form.
    http://i39.tinypic.com/16gx6ic.jpg
    What scope: request. The bean is a class that changes the tabs upon an user selection from a SelectOneChoice component. But I also created bean for populating a table and I will need to create several other beans for different methods. The tabs are all hidden and only can be displayed upon selection and clicking the ok button.
    As the bean is functional when used in a Fusion Web Application (ADF), I believe that the code is correct:
    http://i43.tinypic.com/r8fg46.jpg
    Showing the bindings for the respective components:
    http://i43.tinypic.com/sxymue.jpg
    http://i40.tinypic.com/ek3tjk.jpg

Maybe you are looking for

  • Site Synchronisation

    Hello, and thanks for taking a look at this question. We have 3 web developers all working on the same project. I have configured all of their Macs to have a single Site where the 'Local' Site points to the same folder on our server. This way all of

  • Convert Object to Float

    Hello, I'm trying to convert an Object to a Float and can't seem to get it to work properly. I'm using a HashMap to store object key-value pairs. The values inserted into the HashMap were originally of type float. I can extract the value found in the

  • Phone in works, phone out doesnt. Broadband works.

    Need help please. Broadband is fine, incoming calls are fine but cant dial out unless i take apart the box that the wiring goes into. It doesnt work on the outside connection i have to unscrew the two screws and plug it into the internal connector. I

  • Lost Sort Artist info

    I have a 65gB library on an external drive that I use on my MacBook Pro. I have put considerable effort into organizing this library, specifically the Sort Artist info so that artists appear alphabetized by last name. I just decided to create a new l

  • Problems installing Toolkit for CreateJS

    I'm trying to install Toolkit for CreateJS 1.2 for Flash CC.  When I use Extension manager CC, I get an error that says extension cannot be installed, it requires Flash version 12 (CS6).  I can only download Flash CC not Flash CS6.  How can I get Too