How to embed/perform a Java Swing form into webased Swing form

How to embed/perform a Java Swing form into webased Swing form or any alternative.
Suppose i have 2 or more swing forms which are desktop applications but i want those forms to be now webbased..so how can i do this.Will i need to change the swing coding or will have to keep the swing design same.what can be the best Solution.

You can launch your existing desktop app via the web using [Java Web Start|http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp]

Similar Messages

  • How to find browser have java swing plugins

    how to find browser have java swing plugins

    Hi, you can detect it. If it is not there, you can make the installation automatically. Here is an example.This will not work with NN4 browser unless the user has Enable Java Plugin checked (see Edit | Preferences | Advanced. Nor will it work under IE if the user has disabled Java.
    The best solution, IMHO, is to trigger a JavaScript function and check to see if the applet is created. You can try:
    <html>
    <head>
    <title>....</title>
    <script>
    function checkApplet() {
    if (document.myApplet!!=null) return true;
    alert("You need to enable Java and have the proper plugin to view this document:);
    return false;
    </script>
    <noscript>You need to turn on JavaScript to view this page</noscript>
    <body onLoad="checkApplet()">
    ...... // applet tag goes here
    </body>
    </html>
    Remember that you cannot call your applet to test its status.
    V.V.

  • How to realize them with Java Swing?

    1.I want to realize the function - Save, which is similar with "save" in windows notepad - after clicking "save", a dialog box is poped up, then i can input the filename and save it. Is there any ready class like JFileChooser in Java Swing?
    2.I want to set Font and color in the text area. I can do it now. But I must set the font and color b4 input the words. How can I do it like Windows Word - I just input my words, then I highlight them and select the font and colour....all highlighted words r change....can I don it with Java swing and how?
    Thanks..

    1.I want to realize the function - Save, which is
    similar with "save" in windows notepad - after
    clicking "save", a dialog box is poped up, then i can
    input the filename and save it. Is there any ready
    class like JFileChooser in Java Swing?JFileChooser is a Swing based dialog, use it for your problem.
    >
    2.I want to set Font and color in the text area. I can
    do it now. But I must set the font and color b4 input
    the words. How can I do it like Windows Word - I just
    input my words, then I highlight them and select the
    font and colour....all highlighted words r
    change....can I don it with Java swing and how?
    Thanks..I am currently working this, try the ElementIterator w/ the Document that your inputing, as you iterate throught the nodes, you modify the attribute sets there.
    Hope this helps.
    >

  • How to Enable Performance Collector in 10g forms ?

    Hi,
    I'm using 10g forms to collect performance data. I have followed the steps as said by Oracle by following this document "perf_collect.pdf". Though the document talks about Oracle forms 6i, I assume the same will work in Oracle 10g forms.
    I have tried the below approach.
    ===========================================
    The code added to the HTML file is as follows:-
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://chn-U100S77.CVNS.corp.covansys.com:8889/forms90/f90servlet/temp.html" method="POST">
    <input type="hidden" name="form" value="D:\DevSuiteHome\forms90\server\myapps\MODULE2.fmx">
    <input type="hidden" name="userid" value="SCOTT/TIGER@ppaprod">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="buffer_records" value="YES">
    <input type="hidden" name="debug_messages" value="YES">
    <input type="hidden" name="array" value="YES">
    <PARAM NAME=“serverArgs” value = "module=module2.fmx userid=scott record=all log=C:\perf_”>
    </form> </body></html>
    =============================
    I have change the following parameters in "formsweb" configuration file.
    # Sub argument for otherparams
    record=all
    ==============================
    Any early reply is highly appreciated.

    Hi,
    Thanks, it creates XML file right now..
    I have created tables etc. i was trying to write the same to an oracle table.
    =========================================
    D:\>java oracle.forms.diagnostics.Xlate datafile=d:\devsuitehome\forms90\trace\f
    orms\forms_1524.trc URL=10.3.144.249:1521:ppaprod UserName=system Password=system CollectionId=2
    Invalid Parameter: URL
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/forms/registry
    /MessageManager
    at oracle.forms.diagnostics.Xlate.printUsage(Unknown Source)
    at oracle.forms.diagnostics.Xlate.readArgs(Unknown Source)
    at oracle.forms.diagnostics.Xlate.<init>(Unknown Source)
    at oracle.forms.diagnostics.Xlate.main(Unknown Source)
    =============================================
    I gave hostname and IP address in the output parameter, it reports the sames error.

  • Performance issue Java Swing under Windows 7

    Hello,
    we have MDI Java Swing application running under Window7. We got a big problem with performance in MDI Windows using AERO.
    Exist any way for Java to tell Win7 that it should not use Aero??
    Thank you,
    David.
    Edited by: 969767 on 6.11.2012 3:33

    If you try to open properties dialog for application (or app shortcut) there you can see "Compatibility" tab and there is check box "Disable visual themes". If we disable this theme our java swing app is very better performance under Windows 7. We need to disable visual theme via java code, if it is possible...
    Thanks.

  • Performance of Java Swing Vs Ajax ( Java Script )

    We had developed application in swing which displays the data received after querying to web-service in Table and JTrees.
    The current technological move is toward Ajax, It is ok that I can build this application in Ajax but not willing to go for replacment to swing.
    I had following question, why should I go for Ajax over swing considering my type of application only ( beside plugins,JRE.. )?
    And Peformance of Java script ( AJAX ) application over swing on following gorund?
    1. Rendering of components in Swing & HTML ( browser )
    2. Peformance of Java Script over Java ( CPU, Memory usage )
    3. Event model in Java Script over java swing
    4. Multitasking & Multithreading.
    5. Storing data in variables.

    The advantage of AJAX over Swing is clear, no special software is needed on a client computer other than an up to date browser.
    Swing does have some advantages however in that it is much more established and there are many more tools available for developing a front end GUI application in Swing.
    I have yet to find what I consider a "good" IDE for Javascript development on multiple platforms, Eg. IE, Firefox, etc...
    Javascript is also not truly object oriented and that makes organizing your code and your design harder.
    Performance I feel is a moot point between the two as it would hardly be noticeable, however I would guess that Javascript might have less performance than Java.

  • How to embed unicode fonts in fillable form.

    Hello friends,
    I had created a normal unicode Pdf form. IT shows perfectly.
    But when i make this form as a fillable pdf the unicode charaters converts into junk and the form is become unreadable.
    Attached here a normal unicode pdf form. As well as form_fillable.pdf which is junked after created a fillable
    regards
    KD

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • How to embed a file(of any type) into excel sheet

    I am creating a excel file through java and its available to browser to download and save as its created at server side.I wnat to embed a file of any type into this excel file like we do thru menu Insert->object , so that when i click on this object i must be able to see/open the file.
    am using jxl package for creating excel file thru wtitablesheet interface.
    Thanks In Advance....

    Dear Terry,
                 Thanks for your kindly remind, Maybe I made a mistake for not clearly claim the request. Like you mentioned, This is an issue for WDA4, I should ask  ABAP exports for help.
                 Anyway, Thanks for you both reply.
    Best Regards
    Richard

  • How to embed excel in java bean area on oracle forms 9i?

    Hi,
    I am trying to embed excel in oracle forms 9i using java bean. I want to open excel sheet in the bean area not as seprate application. Means i donot want to excel running separately from forms on the machine.
    If any body knows the solution please reply.
    Best regrads,
    Shiraz

    Hi
    Is it possible to create a java bean, with a click event which populates data from database table to an excel sheet.
    The data(can be obtained in a string format with delimiters, but can anyone help me in exporting this into an excel sheet). and also to provide user to take prints of the data in the excel sheet.
    If Print of the JTable could be done(by settin printable as this), but this involves unwanted buttons to be printed, and entire table is not available in the spread sheet format.
    Thanks in Advance
    Deepa

  • How to Embed MS Excel in Swing Application?

    Hi all,
    Is that possible to embed MS Excel in a Swing application? How to do it? Or is there any JComponents that similar to the spreadsheet? Thanks for any advance.
    Charoite

    maybe this one is what you are finding.
    http://www.jxcell.net

  • How to improve performance of java.awt.choice

    Hi!
    In my GUI I'm using a java.awt.choice. The problem is, when my app starts this choice is filled with lots of values with add(...).
    This takes quite a long time. I've already set the choice invisible before the filling, so a little bit performance is gained there.
    Is there any other way to tune this choice?
    Thank you!

    Try to fill the choice before adding it to the container

  • How to Embbed Tomcat in Java Application

    Hi
    At the moment i have the basic setup of applicatoin like this
    first i run the file "Tomcat.bat" that start the tomcat server, in a specific directory and also the webservice is enabled.
    Secondly then i run the Program.java that uses the web service started in the first step.
    However, now i want to start the webservice (Apache Tomcat) from with in the Java Application. So that whenever, i need to i can start it. I also need the control over ports, so as to which port should the tomcat run on...
    So at the end of the my simple question is how to run tomcat from with in a java application. At the moment i can not use the Runtime.exec() since this is a real time application and using Runtime.exec() causes some problems over the locking of threads...
    Any Help would be greatly appreciated.
    Thanks for looking.

    i looked at the my catalina.sh script file and see that java runs "org.apache.catalina.startup.Bootstrap" class first so that i think by instaitating that class and preparing the parameters that needed will start the tomcats "org.apache.catalina.startup.Bootstrap" class and that class will load all the needed parts and start serving request.
    and how to change starting port ? i thought that you can generate the server.xml on fly and after creating that file you can start tomcat.
    these are my opinion but i think these are true,i have no time to try this if i can i will write here.or if somebody can try write here.

  • How to embed html in a formscentral form

    is there a way to embed an HTML page in a forms central form?

    The InfoPath form can be configured to export some of the fields as columns... by doing so, the workflow can simply update the list item's metadata, and the value is pushed into the InfoPath form data.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • How to create reports in java swing

    I am doing an offline project for that I need to show daily report, weekly report and monthly report how to display a report in my application. Please show me with coding

    ABCDERTYUIOP wrote:
    I am doing an offline project for that I need to show daily report, weekly report and monthly report how to display a report in my application. Please show me with codingDownload iReport and Google for tutorials it's easy to use.

  • How to setup JAWS for Java Swing applications

    Hello All,
    I am having one swing application and need to test with JAWS.Could you please let me know the configuration steps.I tried with the following steps and it is not working properly.
    1. Install JDK1.5.0_08
    2. Install JAWS 7.0
    3. Install SUN accessbridge-2_0_1
    4. Copied access-bridge, jaccess-1_4 and accessibility.properties to jre\lib\ext
    it is not identifying even buttons also.
    Thanks & Regards,
    Gana

    Hello there,
    Gana, Ana
    I have the same problem
    1. Install JDK1.5.0_08
    2. Install JAWS 7.0
    3. Install SUN accessbridge-2_0_1
    4. Copied access-bridge, jaccess-1_4 and accessibility.properties to jre\lib\ext
    and nothing

Maybe you are looking for

  • Print Reports with CUPS

    Hi people, I have forms 11g and i'm trying to print reports directly to a printer that is installed on the server in CUPS via samba. I can print to my printer from os. Example, i open a pdf and it prints. In oracle reports, i run the report successfu

  • Disk Utility Freezes When Verifying HD

    Not sure what's gone wrong here--hoping you folks can help me out. I wanted to make sure my OS X directory was in okay shape, so I tried to "verify disk" using Disk Utility. After a few seconds, the application becomes completely unresponsive. Activi

  • 9i Reports & DB2

    Can anyone tell me how to use 9i Reports using the IBM DB2 Connect JDBC Driver (not the JDBC-ODBC bridge)? My DB2 is on an MVS mainframe so I have to go through an IBM DB2 Connect Server on NT. I put the following in jdbcpds.cnf <driver name = "DB2 C

  • What is the best method for moving iTune Libraries from Old to New Computer

    Hello, Thanks in advance for any assistance you may offer. My Sony Vaio Desktop recently died and untimely death, so I just purchased an HP Notebook. I was trying to wait out the release of the possible update of the Macbook line. However the old com

  • HT3204 my iphone wont restore or update help!

    iphone wont update or restore help!