Want to integrate JavaFX with JSF

Hi all,
I am developing a web application in JSF. I want to integrate it with JavaFX. Is it possible to do so? If possible then how can I achieve it?
Thanks in advance,
JSF GEEKS

Actually I found the same code for integrating JavaFX with JSF, which you have linked, but I show it afterwards. Anyways, thanks for your kind support.
The other interesting thing I found is, interaction between JavaFX and JSF.
You can interact between JavaFX and JSF like the following way.
You just give the id in the script in which you have defined the parameters of applet to run in browser with JSF or any language like this;
<ui:script id="js" type="text/javascript">
    javafx(
              archive: "Your_JAR_File.jar",
              draggable: true,
              width: 550,
              height: 370,
              code: "package_name.Main",
              name: "Name_of_Application/package_name",
id: "myJavaFX"
    </ui:script>Then uin the header part of your page (acually in <head>), you write another script something like below;
<script language="javascript" type="text/javascript">
function changeColor() {
myJavaFX.script.line1=myJavaFX.Packages.javafx.scene.paint.Color.WHITE;
myJavaFX.script.line2=myJavaFX.Packages.javafx.scene.paint.Color.LIGHTBLUE;
</script>Here line1+ & line2 are the variables of JavaFX script/program. So here, by this example I am changing the value of variables of JavaFX script to change the colors. myJavaFX {color:#333333} {color}is the id of the applet which I have given in the first script to generate and run the applet in browser.
so here I give you what I understood. Hope it helps.
Thanks,
JSF GEEKS
Edited by: jsfgeeks on Sep 17, 2009 10:59 AM
Edited by: jsfgeeks on Sep 17, 2009 11:02 AM
Edited by: jsfgeeks on Sep 17, 2009 11:03 AM
Edited by: jsfgeeks on Sep 17, 2009 11:04 AM

Similar Messages

  • I want to integrate oracle with sap netweaver.

    Hello friends,
    I want to integrate sap netweaver with oracle backend system.I've Sneak Preview trail version.. how can i do that?? need steps..or screen shots..and also that can we display that pulled data in a graphical manner like bar chart or pie chart or graphs..
    Regards,
    Murugan a

    Hi murugan,
               To do this scenario there many ways from Netweaver Developer studio.You can use a web project or a webdynpro for this.For all the steps are similar.
    1.Copy the Oracle DB driver file in the "lib" folder of your Webdynpro or Web project perspective.
    2.Create a conection for the DataSource.
    3.Use ur Statement to excute ur DML query.
    4.Iterate through your result set.
    5.Finally,since your requirement is being Graphical manner,I suggest you to go for Webdynpros.
    6.You have Business Graphics UI element in Webdynpros.
    7.Bind the value attribute node of the Business Graphics Elements directly to the result set column from the oracle Database.
    8.For this you have make sure that IGS (Internet Graphical Services) has to be deployed in your WAS.
    9.You can go for any kind of charts like Bar charts or pie charts using the above.
    10.After you have shown your result in Webdynpros,close your connection to your Oracle Database.
    Hope the above steps helps.
    Regards,
    Guru

  • Want to Integrate Fusion with EBS R12

    I want to integrate Fusion CRM with E-Business Suite R12.
    But im new to this integration part. I referred in forum and in meta link. Still i didn't get any approach for this.
    Some one says i need to install Oracle Middleware (SOA & Web Logic Server).
    I am bit confusing about that.
    Is it necessary to install Middleware We can't integrate Fusion with EBS as a point2point integration.
    Can any one give step by step processes how can i achieve  this.
    Some one can help me to solve this.

    There are multiple ways for the integration,
    But first I feel,  the clearitity of the requirement is important, the details required
    1. Is it a single module you are planning to integrated.
    2. A full integration between the fusion and R12.
    Do you need Fusion for its reporting purpose or you are going to insert data both the places, hence first the requirement should be more clear
    Regards;
    Vipin
    Accenture India Ltd..

  • Want to Integrate ESSO with Oracle EBS R12

    Hi,
    I am newbie to ESSO, want to enable single sign on facility with my Oracle EBS R12 using windows logon as primary authentication. Can anyone guide me how to proceed? can I use ESSO to solve this issue? if yes then please guide me with steps to proceed and achieve desired results.
    Reply awaited..
    Regards,
    Priyanka.

    Priyanka Pawar wrote:
    Thanks for your valuable reply.... Gone through documentation and it is really very helpfull. I can now proceed with downloading ESSO and installation of ESSO-LM.
    As it is 1st time i am tring to implement ESSO, is it possible to install it on my Windows XP PC for testing it's working, installation and configuration? Yes. You will need Active Directory or ADAM for storing metadata. ADAM can be installed on your PC too. There's a Deployment Guide in the docs that describes this.
    >
    What about Template creation? should i follow "Template Configuration and Diagnostics for Web Applications" for creating Template for accessing Oracle EBS R12 application?Yes

  • Can i integrate JavaFX with JMS

    I am to develop an application using JMS, but i am quite not sure whether its fine if i develop the GUI in JavaFX. I would like to know if i can have both JMS and JavaFX working together.

    Heyy,
    so what do i need to download from the link u sent me.
    i opened the page u linked..
    on that u clicked on download..so i was redirected to another page.
    over there i clicked the second link among the 5 that were listed..
    the following one:
    http://www.exadel.com/web/portal/download/flamingo?p_p_id=EXT_10_INSTANCE_3Rbk&p_p_action=1&p_p_state=normal&p_p_mode=view&p_p_col_id=column-2&p_p_col_pos=2&p_p_col_count=4&_EXT_10_INSTANCE_3Rbk_struts_action=%2Fext%2Frepository%2Fview&_EXT_10_INSTANCE_3Rbk_file_name=SeamBookingDemoFlamingoJavaFX.zip&#p_EXT_10_INSTANCE_3Rbk
    and this file contains just the plugins and features, theres no such example 'push' in this i guess..
    so where am i to find that
    Thanks,
    - romil

  • Using Tiles with JSF

    Hi All,
    I am trying to integrate Tiles with JSF using the MyFaces components. I followed the following steps to use the MyFaces components in my web application:
    - Copied the jar files myfaces-jsf-api.jar, myfaces.jar, jstl.jar, jakarta-oro.jar, commons-codec-1.2.jar, commons-el.jar, commons-fileupload-1.0.jar, commons-logging.jar and commons-validator.jar to the WEB-INF/lib dir.
    - Removed the jsf-api.jar
    When I restart the my server I get the following error:
    com.sun.faces.config.ConfigureListener Can't parse configuration file:wsjar:file://WebContent/WEB-INF/lib/myfaces.jar!/META-INF/faces-config.xml
    com.sun.faces.config.ConfigureListener TRAS0014I: The following exception was logged java.net.SocketException: Operation timed out: connect:could be due to invalid address
    Kindly help me out. I am using WSAD 5.1.2 for development.
    Thanks in advance.
    Regards,
    Saket

    Saket,
    you have to remove all files from sun, if you want to use MyFAces instead of RI.
    com.sun.faces.config.ConfigureListener is a ContextListener, that is defined in TLD files of the RI. And also remove jsf-impl.jar
    here is a running MyFaces/Tiles example!
    http://cvs.apache.org/dist/incubator/myfaces/builds/
    HTH,
    -Matthias

  • How to Configure and Integrate EP with CRM

    Hi Everybody,
    I want to integrate EP with CRM.
    I am using SAP WAS Server.I have installed Portal.
    I downloaded CRM Business packages.
    1)How to integrate and configure in the EP with SAP R/3(CRM Module).
    2)What are the prerequisities.
    Plaese prove the exact help and documents.

    Hello,
    I think this <a href="http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N12_Scen_InstallGuide_EN_US.doc">Scenario Installation Guide</a> from the <a href="http://help.sap.com/bp_epv260/EP_EN/index.htm">SAP Best Practices for Enterprise Portal V2.60</a> can help you.
    Regards
    Gregor

  • How to integrate DRM with third party tool for loading metadata in SQL table

    Experts,
    I am new to DRM and I have a requirement in which we want to integrate DRM with third party tool(lets say SQL table) as target and load metadata from DRM (Parent node, name , alias etc) to SQL table (same column name)
    Is there any way we can integrate DRM to export the same to table directly instead to files. If yes what are the steps we have to follow.
    Is there anyway we can customize DRM to execute queries or run batch
    Can I have a basic example please.
    Thanks in advance,
    Regards,

    1. Use DRM Export to Table option, for that create an External Connection first for the Target Database and select the respective Tables to which you wish to Export the Hierarchy information.
    2. You can perform most of the DRM Actions via the DRM_BATCH_CLIENT.exe.
        Please refer to Using the Data Relationship Management Batch Client of DRM User guide.
    let me know if you have any issues.

  • OWB 10.2.0.1 - integrate OWB with CA Unicenter AutoSys JM

    We want to integrate OWB with CA Unicenter AutoSys JM as described in the oracle document (see link below)
    http://www.oracle.com/technology/products/warehouse/pdf/OWB_AutoSys%20with%20updates%20mv.pdf
    Our current setup is as follows:
    We have created a bunch of mappings which we run manually daily using the run_task procedure.
    RUN_TASK
    ( location IN VARCHAR2,
    task_type IN VARCHAR2,
    task_name IN VARCHAR2,
    custom_params IN VARCHAR2 DEFAULT NULL,
    system_params IN VARCHAR2 DEFAULT NULL,
    oem_friendly IN NUMBER DEFAULT 0,
    background IN NUMBER DEFAULT 0
    RETURN NUMBER;
    We intend to create process flows in OWB and then deploy them direct to CA Unicenter AutoSys JM.
    Apparently, there is an AutoSys adapter for OWB see link:
    http://supportconnectw.ca.com/public/enews/jobmgt/job042104.asp
    but I cannot find any information about this anywhere.
    Has anyone succesfully been able to schedule OWB jobs through Autosys?... and if so can you give a step by step guide on how this was achieved?
    Thanks,
    Olu
    Edited by: oluakins on 15-Oct-2008 07:43

    Hi,
    since OWB 9i oracle changes the complete architecture so you cannot use old connectors. And if you look at this Link you see that there is no adaptor available yet. Only an oracle universal adaptor.
    So I don't think you will get some experiences at all.
    Regards,
    Detlef

  • Exception while using struts with jsf

    Hi
    Iam trying to integrate struts with jsf. when iam trying to load jsf page ...getting the following error
    Unable to initialize jsf interceptors probably due missing JSF implementation libraries
    Please help me to fix this .

    this is my web.xml
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>appstruts2</display-name>
    <filter>
    <filter-name>struts2</filter-name>
    <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>struts2</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    </web-app>

  • JavaFx and JSF

    Hello,
    Is it all right to use JavaFX with JSF. Any problems can be experienced getting JavaFx and JSF work together.
    Regards

    My problem is before the client-server communication starts. I have to pass some information to the standalone JavaFX application from a web application. These information is needed to load specific data from the backend. On the startup of the application I could use the jnlp properties, but if the user does another selection in the web application and the JavaFX application is already open, I have to provide the selection to the JavaFX app. This inter process communication could be completely on the client side I think. So I have seen that ActiveMQ provides a javascript api to send JMS messages. Probably this could be a solution if it is possible to set up the JMS queue on client without application server. I do not know if this is possible by now.

  • How  to Integrate Liferay with OAM

    I want to integrate liferay with Oracle Access Manager on Linux .
    please  share integration document for linux environment if  any one already  done  this

    It's covered in the normal product documentation:
    http://download.oracle.com/docs/cd/E14571_01/oim.1111/e13400/toc.htm
    See Chapter 5

  • Integrate BRM with OMIPM

    I want to integrate BRM with OMIPM and need guidance. Has anyone tried this, I would be obliged if I receive some inputs in this matter.
    Regards
    SC

    Hi Pk,
    Thanks for your response, sorry was on leave for sometime could not respond. I am trying to integrate the PPV or VOD billing options in OMIPM with the BRM, where inputs would come from BRM as to the no. of views telecasted by the Television Broadcasting Company. And billing would be generated in OMIPM the Licensor to the Licencee the broadcasting company.
    Regards,
    SC

  • Is visual studio needed for integrate labview with kinect using kinesthesia toolkit?

    Hi. I want to integrate labview with kinesthesia toolkit ,but when I load the kinect vi it will always show can not find the Microsoft.kinect.dll file,I search the Internet and it said I should use .net framework,but .net seems to relate to Microsoft visual studio and it require a very big space,So should I download the .net framework or the whole visual studio? Can someone help me?Really thanks.

    Hi. I want to integrate labview with kinesthesia toolkit ,but when I load the kinect vi it will always show can not find the Microsoft.kinect.dll file,I search the Internet and it said I should use .net framework,but .net seems to relate to Microsoft visual studio and it require a very big space,So should I download the .net framework or the whole visual studio? Can someone help me?Really thanks.

  • How to integrate a java script date picker with jsf?

    Hi I have a javascript data picker which I want to integrate with a text tield.. that is <jsf:inputtext tag...
    I know about onlclick .. but I am more interested in knowing .. how will the java script set date into that input text field.. i mean how will it recognize the field..

    Pass the input element as 'this' reference to the JS function?onclick="doSomething(this);"This has not much to do with JSF though.

Maybe you are looking for