Javafx 1.3 applet for Intranet

Hello Guys of Oracle,
i know, the EOL is very soon and our Development-Team wont be finish with the port of an applet of our Company to the actual javafx 2.2. Is it possible to distribute the runtime after the eol in our company over a own server or should we install the runtime on every pc, we will use this applet ? If the last option only is possible, must i change the html-page, which the applet will call ?
I hope, it will give a solution for me.
Sincere regards,
Christoph Maier

Even though it is going EOL, Oracle will of course continue to offer it as a download. You can even still download Java 1.1 if you would want some nostalgia:
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase11-419415.html
Talk about software from a previous century!

Similar Messages

  • Do javafx 1.3 applets work on Mac OS X?

    Neither of my javafx 1.3 applets work on Mac OS X...even with the latest Java for Mac OS X 10.6 Update 5. The samples seems to start but the scene is frozen: the animations are not working!
    Do the javafx applets work for you? Do you manage to get a javafx applet running and working on Mac OS ?

    OpenJDK is also the base for Oracle's supported Java packages. If you download JDK 6 or JDK 7 it is for the most part OpenJDK you're downloading.
    That being said there is only one way to find out of your particular JavaFX applet works with OpenJDK: try it.
    EDIT: judging by this linked article it seems that the people behind Ubuntu are blowing an incredible amount of smoke for nothing:
    http://robilad.livejournal.com/90792.html

  • Is JavaFX the right solution for this scenario...

    Hi,
    Is JavaFX the right choice for the following implementation choice I have to make? (see below for the requirement)
    Requirements:
    1. Provide a way to visualise within a web application an entity relationship type diagram (i.e. nodes with relationships between them). The backend database will hold the topology relationship. So to visualise this on a web application will need the ability to draw rectangles/lines/text etc.
    2. Provide a way to allow the use to trigger "add a new node", or "edit info in this node". For example a right hand context sensitive menu for example.
    3. Ideally will scale as the user resizes the browser window
    4. Would like the main functionality of the application to remain web based (is a Ruby on Rails application in fact), but have the visualization of the diagram render within the web application as transparently as possible.
    Options / Issues:
    * Issues I've struck with some investigation I've done is that whilst the <canvas> tag looks good for Mozilla/Firefox etc, it does not seem to have support on InternetExplorer. Hence cross-browser compatibility seems to be a real issue for the JavaScript type solutions from what I can see. This is why I thought JavaFX may be good?
    * Options therefore seem to me to be:
    - javascript (e.g. <canvas> tag) => cross-platform issue
    - JavaFX / Applet => (this is what I'm asking about)
    - Microsoft => costs $$ for development environment etc
    - AIR / Flex / Flex => ??? costs $$ again I think
    Regards
    Greg

    thanks - I'm still a little confused re their products and which would fit best so I've sent them some questions (below if you're interested)
    Hello,
    Could you please assist me in understanding which of your products would satisfy my needs. In fact (a) whether JGraph itself would and if not, or if it's not ideal, (b) which other product would.
    REQUIREMENTS:
    1. Provide a way to visualise within a web application a connectivity type diagram (i.e. nodes with relationships between them, a network connectively type of diagram).
    2. The server side (i.e. web application with database) will hold the topology relationship. HTTP type interfaces off the web application can be developed to provide the client side visualizing component with the topology data in the required format (assume this is XML)
    3. As well as just visualizing in the browser there would need to be a way for user to trigger a context sensitive "add a new node", or "edit info in this node". For example a right hand context sensitive menu for example.
    4. Ideally the diagram will scale as the user resizes the browser window
    5. Would like the main functionality of the application to remain web based , but have the visualization of the diagram render within the web application as transparently as possible. The the visualizing component would just take topology data and intelligently display this.
    6. DESIRABLE: Basic automated layout would be nice, or as a desirable (depending on cost) more sophisticated auto-mated layout.
    QUESTIONS:
    As well as your recommendation re which product would suite I had some specific questions which I would appreciate clarification on:
    Q1 - I assume if I have a web backend that can deliver topology inforrmation in an appropriate XML format via a HTTP REST type GET call that this could be used as a the source of data for a jGraph visualisation running within an Applet?
    Q2 - If running within an Applet, can jGraph cater for a right hand menu option off the nodes/links on the graph, that I could use to trigger other calls back to the backend? (e.g. to trigger an Add New Node call)
    Q3 - Following on from Q2 scenario, if I trigger an add new node scenario, if I wanted to visualise the form to type in the attributes for the new node, could this be handled within the applet by jGraph, or would this be a case of just adding your own Swing based dialogs to handle this?
    Q4 - Do the basic JGraph do any basic layout without having to go up to the layout Pro package (which I think costs if using it commercially).
    Q5 - If the answer to Q4 is No, how difficult would it be using the base JGraph library to do a basic layout? Is this doable/recommended? i.e. how would one "layout" the diagram if using only the base JGraph component? (noting from my requirements I'm really after a component I could send my topology information to in XML form and have it just visualise it for me)
    Q6 - Running the visualiation in an Applet in a browser, is the typical usage one where all changes to topology are made as calls to backend? i.e. or is there an approach where one would allow users to make changes to the topology within the applet and build up all the changes here on the client, and then at some point synch these back to the backend? (I'm assuming the keep it simple approach would be not to do this)
    Q7 - Is there a sample application/project with source code that implements a JGraph in applet/browser talking to web backend for data?
    Q8 - How does JGraphPro & mXGraph fit into the picture re solving my requirements in the most cost effective manner

  • New to Java. Want to write a simple applet for a mobile phone.

    Hello,
    I want to write a simple java applet for a mobile phone. currently I am in the stage of thinking about whether this is possible in a timeframe of about a month. I have very little java experience from a while back so I'm pretty much starting from scratch.
    All I want is an applet that lets you send 2 or 3 variables to an online server. The server will then reposition telescopes.
    All i'm concerned with is the mobile phone part, which doesn't have to be secure or impressive. Just a simple interface.
    Ideally it should work on my nokia 6070, which occording to the official specs has the following java technology:
    MIDP 2.0
    CLDC 1.1
    JSR 120 Wireless Messaging API
    JSR 135 Mobile Media API
    Nokia UI API
    (I don't know what any of this means but am a good learner).
    Can anyone offer me any advice? Is this possible in my timeframe? where should I start? I need a editor and compiler also (I'm using windows XP).
    Many thanks and kind regards,
    Jason

    Actually it is working on my phone now.
    I changed the target platform in the wireless toolkit settings to MIDP 1.0
    Now to create the fields coordinate fields etc. I don't have much of a clue really.
    Current I have:
    import java.io.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class AtmosMIDlet extends MIDlet implements CommandListener
    Form WelcomeForm = new Form("AtmosMIDlet");
    StringItem WelcomeMes = new StringItem(null, "Please enter coordinates:");
    TextField Longitude = new TextField("Longitude", "", 3, TextField.NUMERIC);
    TextField Lattitude = new TextField("Lattitude", "", 3, TextField.NUMERIC);
    public AtmosMIDlet()
    try
    ImageItem logo = new ImageItem(Image.createImage("/logo.png"));
    WelcomeForm.append(logo);
    catch (java.io.IOException x)
    throw new RuntimeException ("Image not found");
    WelcomeForm.append(WelcomeMes);
    WelcomeForm.append(Longitude);
    WelcomeForm.append(Lattitude);
    WelcomeForm.addCommand(new Command("Exit", Command.EXIT, 0));
    WelcomeForm.setCommandListener(this);
    public void startApp()
    Display.getDisplay(this).setCurrent(WelcomeForm);
    public void pauseApp() {}
    public void destroyApp(boolean unconditional) {}
    public void commandAction(Command c, Displayable s)
    notifyDestroyed();
    I'm trying to get the image logo.png to display at the top but I get the error:
    C:\WTK25\apps\AtmosSpec\src\AtmosMIDlet.java:19: cannot find symbol
    symbol : constructor ImageItem(javax.microedition.lcdui.Image)
    location: class javax.microedition.lcdui.ImageItem
    ImageItem logo = new ImageItem(Image.createImage("/logo.png"));
    ^
    1 error
    com.sun.kvem.ktools.ExecutionException
    Build failed
    When I try to build.. Any help would be great.
    Ideally the image would be on a seperate screen for a couple of seconds.

  • Setting up Load Balancing for 11i for Intranet & Internet Access

    Our current environment for 11i (11.5.5) is accessed only internally (via Intranet). We need to allow outside access (via Internet) also for self-service apps (ie. HR). Oracle Support/Metalink has stated that Load Balancing (note 148155.1) is the only supported method to have multiple (Apps Servers) systems access a single database. Could I get feedback from anyone who has implemented Load Balancing for 11i? Additionally if someone has implemented this for both intranet and internet access how has your company setup? Do the secondary server(s) from the Load Balancing note reside in the DMZ? And thus the primary app server and database reside inside the firewall? Thanks....

    Hi,
    We are using 6 middle tiers for internal access for intranet access and 2 middle tiers in External DMZ with only web server running for Extrenal Access over Internet for Self Service.
    You Implement one Load Balancer for first 6 internal Middle Tiers with site level profiles pointing to Internal .
    You implement second Load balancer for external 2 middle tiers with server level profile options for these two servers pointing to External Load balancer .
    To check how to implement load balancer vsiit
    http://becomeappsdba.blogspot.com/2006/09/configure-hardware-load-balancer-at.html
    Wait for my next post in above blog site with step by step procedure to implement above solution External & Internal one
    Atul Kumar
    Oracle Apps DBA
    http://teachmeoracle.com

  • Dynamic java applet for binary search tree

    dynamic java applet for deleting an element of a tree at any specified locationin the tree.

    sorry, having thought a bit more about it let me try to be more correct and concrete. say i have feature a at arbitrary chromosome position 7 and features b at positions 1, 2, 3, 5, 6, 9, 10. right now i have to get the closest distance (Math.abs(7-6)) by doing brute force comparison of all values (Math.abs(7-1), Math.abs(7-2), so on). what i want to do is set up a binary tree thus (please forgive poor ASCII):
    5
    2 9
    1 3 6 10
    and get back the keys that the tree tried (since i know that 7 is not in the tree and a traditional binary search e.g. TreeMap.get(new Integer(7)) will return a null). i should get back 5, 9, 6, in an array/ArrayList and be able to find the closest feature b in three comparisons rather than 7. that doesn't seem like much but when you have a million b features the difference between 1000000 comparisons and log2(1000000) is pretty appreciable. so i am wondering if there is an extant class that will give me back the trace of attempted keys through a binary tree as described or, if not, if this would be horribly difficult to implement as an extension of TreeMap.

  • Help regarding applet for querying client's MAC?

    Please help with an applet and java code that uses Runtime.getRuntime().exec("ipconfig -all") and gets the client's machine MAC address?
    If any one already worked with applets for querying client mahchine MAC , please give me a solution.

    remus.dragos wrote:
    vasu.mtech wrote:
    I am giving an explanation where I want this:
    We have an application, where user will be given a specific machine(with one MAC) and have to login from there only. If he tries to login from different machine with same user id, we should throw an error message. That's concept. We know that this reduces/kills operatability of the user from different machines.
    But we shouldn't allow the user operating from diffrent machines.What happens if the admins NIC burns? And he gets a news one? He can't log in until you manually change his
    MAC in the database ???Database? That's not secure!
    It has to be hardcoded into the exe (guess what the kid's next question will be?).

  • Error installing JavaFX 1.2 Plugin for Eclipse

    Hi
    I'm trying to install the JavaFX Plugin for Eclipse 3.5.1. I followed the instructions on the site, but when eclipse is downloading the needed files(from http://javafx.com/downloads/eclipse-plugin/ ) I get the following error:
    An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.core,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor.lib,1.2.0.200905280115
    No repository found containing: org.eclipse.update.feature,com.sun.javafx.eclipse.feature,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.templates,1.2.0.200905280115
    Any ideea on what's wrong ? Please help.
    Thanks in advance

    Tnx for replies.
    After half a day of research I have come to a (hasty) conclusion that for my type of application JavaFX is NOT READY for adoption.
    I was surprised to find that official Java and JavaFX integration only consists of embedding Swing components in JavaFX. Ill be using multithreading, asynch socket IO, tray icon/menu and a few others things that dont seem easy if at all possible to do in JavaFX. For long periods the application will be running without any visible gui while still doing lots of networking. So obviously Java is going to be controlling the the App and JavaFX will only be in charge of the View. I found some hacks to run JavaFX from Java but I don't want to do hacks and possibly break the license.
    Im a bit confused where Sun is going with JavaFX, they add support for WS and ATOM - does that mean they will eventually copy all features from Java to JavaFX changing it from a domain specific language to general purpose one? If they dont provide an easy way for the app to do the grunt work in java and only use JavaFX for gui then that must be their aim? But how many developers are gonna wait for years untill JavaFX can do everything that Java can do?

  • What is the canonical name of icloud applet for windows?

    Hi, I am trying to determing the canonical name of the icloud applet for windows.  Does anyone know it?

    To expound a bit, within win7 control panel sits "iCloud".  I am attempting to hide the applet from being visible in control panel using group policy editor.  No big deal really, the hard part is determining the cononical name.  I have tried it in ways akin to other names, but no dice.  Here are some samples:
    Control Panel Item
    Canonical name
    GUID
    Action Center
    Microsoft.ActionCenter (Windows 7 and later only)
    {BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}
    Administrative Tools
    Microsoft.AdministrativeTools
    {D20EA4E1-3957-11d2-A40B-0C5020524153}
    AutoPlay
    Microsoft.AutoPlay
    {9C60DE1E-E5FC-40f4-A487-460851A8D915}
    Backup and Restore
    Microsoft.BackupAndRestore (Windows 7 and later only)
    {B98A2BEA-7D42-4558-8BD1-832F41BAC6FD}
    Biometric Devices
    Microsoft.BiometricDevices (Windows 7 and later only)
    {0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
    BitLocker Drive Encryption
    Microsoft.BitLockerDriveEncryption
    {D9EF8727-CAC2-4e60-809E-86F80A666C91}
    Color Management
    Microsoft.ColorManagement
    {B2C761C6-29BC-4f19-9251-E6195265BAF1}
    Credential Manager
    Microsoft.CredentialManager (Windows 7 and later only)
    {1206F5F1-0569-412C-8FEC-3204630DFB70}
    Date and Time
    Microsoft.DateAndTime
    {E2E7934B-DCE5-43C4-9576-7FE4F75E7480}

  • Using Gigabit Adapter for intranet access, wireless for internet access

    I have a PowerMac G5 I have been using with a built-in wireless adapter for a couple of years. I also have a Windows PC with a wireless adapter as well. Both of these access the internet over my AirportExpress connected to a cable modem.
    I wanted to take advantage of the Gigabit adapter in the PowerMac for copying files directly between the computers, so today I installed a Gigabit card in the PC and connected the two through a Gigabit switch.
    Unfortunately, I can't seem to get either the Mac or the PC to get valid IP addresses, let alone talk with each other.
    Any idea what I need to do on the Mac to get it to use the gigabit adapter for intranet traffic? I am guessing whatever I do on the Mac I will need to also do on the PC.
    Thanks!
    Brian

    What you're trying to do is called 'dual homing', and it's not really supported by OS X's automatic network configuration, though 'Internet Sharing' is close.
    I'd avoid it if at all possible. Connect the computers and the cable modem to the Gigabit switch. If the switch doesn't have routing capability, you might need a router also, to provide DHCP and NAT services. This would save you a lot of grief compared to figuring out how to set up the Mac and Windows for dual-home operation.

  • How to disable Gateway for intranet, enable Gateway for extranet

    We are upgrading from Plumtree 4.5 to Plumtree 5.04 (.NET), and are having issues with web cards going through the gateway space. The requirement is for intranet users to NOT use the gateway space to access content, and for extranet users to use the gateway - since they could not access the content without the gateway from outside the firewall.
    In Plumtree 4.5, we created a custom file that checked to see if the user was on the intranet or extranet. Basically, if intranet then redirect to the content file - else if extranet, go through gateway.asp to open the file.
    In Plumtree 5.04, the gateway setting is on the web service for the data source and it is either always gateway the content or never gateway the content. Is there a way to allow extranet users to utilize the gateway, but turn the gateway off for intranet users???? I saw a couple of posts for the AccessingFromIntranetuser info setting - if that setting is set to true, does that turn off the gatewaying? Set to false, it allows the gateway to continue?
    We need to turn the gateway off for intranet users due to our content sitting on a web server farm behind a foundry/load balancing switch. With gateway turned on, all of the traffic to the content servers comes from the three web servers and not the client browsers - so all traffic is routed to one content server, overloading it, instead of being load balanced across the content server farm. We can't turn off the gateway entirely, since users have to be able to get to the content from the extranet via the Portal.
    This is for the standard "World Wide Web" data source, so it is not a custom CWS (not a NT file crawler).
    Thanks in advance for your help! This is a showstopper for our implementation!

    Hi Richa,
    As "Agent proxy not enable" is a default rule which comes from microsoft SCOM 2007R2 or 2012 R2 you cannot disable it or override it by saying don't trigger on
    the SCCM agent. If you are overriding a rule or monitor you need to first disable it and tell SCOM trigger only on these agents and add the agents one by one. As you cannot disable this so it is not possible possible.
    Any ways you can try this as per the below screen shot and let me know if it works.
    Add the SCCM server to a group by creating a new group from the groups in Authoring tab and make that SCCM a member of the new group.
    Once done Go to rules and search for that alert. You may get many alerts of the same name but classes may represent different. Any ways select any one among them.
    And right click and select the options as per the below screen shot highlighted in RED.
    Once you have selected "For objects of another class" Select the group you created and click ok. Once you do it you will get the below window.
    As per the below screen shot change the value to False (It will be true by default). As per the below screen shot and click ok and you are done.
    Gautam.75801

  • Learn about writing applet for java smart card

    hi to all i am newbie in here and need to start write applet for my project
    but i am little confuse about writing applet please guide me for doing that
    thank you

    maybe this link how to develop new smart card application(write and read data on smart card will be useful

  • Tools and sdk to make java applet for JCOP31 ?

    Dear friend,
    we have a contactless chip card with NXP contactless chip 36 Kb and 72 Kb...
    it has JCOP31 (java card open platform) inside the contactless chip..
    and we have to build the java applet to be inserted into the JCOP31 chip ...
    my questions :
    ========
    1. can we use eclipse to make java applet for this purpose ?
    2. what other tools and SDK do we need to make this Java applet and insert it into the
    JCOP31 chip ?
    3. How can we get the tools ? do you provide it ?
    4. do you know any company that can make this type of java applet for JCOP 31 ?
    5. do you know any company that provide training to make this java applet for jcop31 ?
    Thank you,
    Hendy
    IT Manager
    PT. Jaya Smart Technology
    Jalan Kapuk Kamal No. 45
    Jakarta
    Mobile : 62 815 840 528 63

    4. Anyone can write you an applet. The specification is open. You could e.g. contact IBM or NXP directly.
    5. NXP offers twice a year a training in Europe and once a yeat in Asia. Contact the customer support at NXP. Also there is a workshop about the 'Art of Java Card Programming' at the smart-university.net (17th Sept., Sophia Antipolis, France). But I think this is for advanced Java Card programmers.

  • JavaFX Studio plug-in for Eclipse version 1.1

    [JavaFX Studio plug-in for Eclipse version 1.1|http://exadel.com/web/portal/javafxstudio] from Exadel is now available. The plug-in is free. The major new feature is code assist inside JavaFX editor.
    Max
    http://mkblog.exadel.com

    Have you already tested it? Is it better than netbeans plug-in? What are the new features and why I should change to plug-in for Eclipse?
    Best regards,
    André Rezende

  • JAVA APPLET FOR COUPON PRINT CONTROL

    I need to create a coupon control applet for my website that will require clients to submit to a squeeze form and then control the quantity of coupons printed to that IP address. The app will also need to manage the overall quantities printed of any one coupon. This exact system is being employed by smartsource.com currently.
    Thanks in advance for your response.
    Greg

    gregme wrote:
    I need to create a coupon control applet for my website that will require clients to submit to a squeeze form and then control the quantity of coupons printed to that IP address. The app will also need to manage the overall quantities printed of any one coupon. This exact system is being employed by smartsource.com currently.
    Thanks in advance for your response.
    Greg...and what, exactly, is your question?
    PS- All-capital titles make kittens sad.
    And, while I'm at it: [How To Ask Questions The Smart Way|http://catb.org/~esr/faqs/smart-questions.html]
    Edited by: kevinaworkman on Jan 7, 2010 10:15 AM

Maybe you are looking for