JAVA Access to DOM??

I am looking to track users across a website. It seems as though Java is the best solution for this.
I want to send the unique userKey from the client browser to a central server for tracking. With this key, I want to be able to query any user and execute a Javascript funcion on their client, with parameters.
Can Java accomplish this? Any developers interested?
-Tom

It can, but I think serverside is the way to do this. Set a session cookie in their browser and track them using that (I dunno how tho!). This also means that your client can remove the tracking by not accepting cookies if they decide it infringes their privacy.

Similar Messages

  • Using Java Access bridge (Accessibility) with oracle forms 6.0 client

    I'm trying to use JAB (java Access bridge ) to capture events in oracle forms 6.0 client .
    I've a Jinitiator 1.1.8 and JRE version 1.4x
    I've configured JAB as per the installation guide . However the events don't surface in Java Monkey .
    Has anybody encountered similar issue ? what is the solution for the issue ??
    Also on one of the forums I read Jinitiator 1.3x and above is automatically recognised by Java Access bridge .
    For jinitiator version less than 1.3 manual configuration is required . however I haven;'t been able to find any on the oracle forms KB
    Also here is the excerpt from the link http://www.oracle.com/us/corporate/accessibility/faqs/index.html
    Q: Are there special steps for using Java-based applications with assistive technology?
    A: If the Oracle application is written in Java, such as JDeveloper or Oracle Forms (runtime), customers must first install the latest version of Sun's Java Access Bridge. The Java Access Bridge provides the integration with screen readers such as JAWS or SuperNova that support Java. You just download the Access Bridge and install it. Sun's AccessBridge 2.0x recognizes Oracle's JInitiator 1.3x and above so no manual configuration steps are necessary. The Access Bridge is available from: http://java.sun.com/products/accessbridge. At the time this document was written, Access Bridge 2.0.1 is the most current publicly available production release; Oracle recommends upgrading to this version. Sun's AccessBridge is bundled with Oracle Universal Installer (OUI) and can be found in the Java Runtime Engine (JRE). More information for configuring such products is in the respective product documentation, or on http://www.oracle.com/us/corporate/accessibility/products/index.html.
    Edited by: 974810 on 4 Dec, 2012 1:10 AM

    ODP.NET requires Oracle Client 9.2 or higher.
    You can find additional information about ODP.NET from the FAQ:
    http://www.oracle.com/technology/tech/windows/odpnet/faq.html
    and the ODP.NET homepage:
    http://www.oracle.com/technology/tech/windows/odpnet/index.html
    Hope that helps,
    Mark

  • Java Access Helper Jar file problem

    I just downloaded Java Access Helper zip file, and unzipped, and run the following command in UNIX
    % java -jar jaccesshelper.jar -install
    I get the following error message, and the installation stopped.
    Exception in thread "main" java.lang.NumberFormatException: Empty version string
    at java.lang.Package.isCompatibleWith(Package.java:206)
    at jaccesshelper.main.JAccessHelperApp.checkJavaVersion(JAccessHelperApp.java:1156)
    at jaccesshelper.main.JAccessHelperApp.instanceMain(JAccessHelperApp.java:159)
    at JAccessHelper.main(JAccessHelper.java:39)
    If I try to run the jar file, I get the same error message.
    Does anyone know how I can fix this?
    Thanks

    Cross-posted, to waste yours and my time...
    http://forum.java.sun.com/thread.jsp?thread=552805&forum=54&message=2704318

  • [ Java Accessibility - Problem]

    I have a problem with Java Accessibility API with C#.
    I get the handle of my Applet with Spy++ and invoke the function GetAccessibleContextFromHWND (WindowsAccessBridge.dll).
    But the result pointer is -858993460 it's impossible! Then I invoke isJavaWindow and the result is FALSE! Why? the handle that I put is right! If I get an enumeration of the opened window and invoke isJavaWindow is always False! Why?
    Code:
    IntPtr HINSTANCE= SunAPI.LoadLibrary(SunAPI.PATH_WindowsAccessBridge+SunAPI.WindowsAccessBridge);
    SunAPI.Windows_run();
    long lng;
    return SunAPI.isJavaWindow(hwnd);
    SUNAPI.cs
    public class SunAPI
    [DllImport("kernel32.dll")]
    public static extern IntPtr LoadLibrary(string lpFileName);
    [DllImport("WindowsAccessBridge", CallingConvention =     CallingConvention.Cdecl)]
    public extern static void Windows_run();
    [DllImport("WindowsAccessBridge", CallingConvention =     CallingConvention.Cdecl)]CallingConvention.Cdecl)]
    public extern static bool isJavaWindow(IntPtr window);
    [DllImport("WindowsAccessBridge", CallingConvention =     CallingConvention.Cdecl)]CallingConvention.Cdecl)]
    public static extern IntPtr GetAccessibleContextFromHWND(IntPtr hwnd, out long vmID,IntPtr ac);
    [DllImport("User32.dll", SetLastError = true)]
    public static extern IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChild, string className, string windowName);
    }

    Use FindWindow instead of FindWindowEx.
    IntPtr FindWindow(string className, string windowTitle);
    Edited by: 998634 on Apr 9, 2013 3:46 AM

  • Java accessibility Bridge for windows

    I have installed Java Accessibility Bridge for windows but the screen reader in windows (Narrator) is not responding to my java application. On searching the internet, most of them mentioned about JAWS. So is it the only screen reader supporting Java Accessibility Bridge? Also is there any way to use it with Narrator?
    Thanks in advance
    leeman

    Narrator doesn't use the Java Access Bridge so it will not work with Java. Recommend you use another screen reader. Yes, many people do use JAWS, but I also know SuperNova (from Dolphin) and NVDA also work.

  • Java Access Helper problem

    I just downloaded Java Access Helper zip file, and unzipped, and run the following command in UNIX
    % java -jar jaccesshelper.jar -install
    I get the following error message, and the installation stopped.
    Exception in thread "main" java.lang.NumberFormatException: Empty version string
    at java.lang.Package.isCompatibleWith(Package.java:206)
    at jaccesshelper.main.JAccessHelperApp.checkJavaVersion(JAccessHelperApp.java:1156)
    at jaccesshelper.main.JAccessHelperApp.instanceMain(JAccessHelperApp.java:159)
    at JAccessHelper.main(JAccessHelper.java:39)
    If I try to run the jar file, I get the same error message.
    Does anyone know how I can fix this?
    Thanks

    sorry ab the multiple post, it was urgent for me to
    know the answer.
    I've JDK 1.4.2 and JAccessHelper should work with 1.3
    or later
    Can there be some kind of path problems?No, I doubt it. It's just some internal app failure - looks like it's trying to determine the running Java version, and is not doing a good job at it. But the failure has nothing per se to Java, it's that specific app - what are we supposed to know about that app though?

  • JPasswordField is not recognized by Java Access Bridge

    Hi,
    I am using Zoomtext 9.1 Reader/Magnifier for accessibilty purpose with my Swing based application. For communication in between the Zoomtext and Swing application I ma using Java Access Bridge 2.1.
    The problem is with JPasswordField. When I am putting focus on the password field it's not reading it out, but when I am typing password in this field, zoom text is reading the typed in alphabet instead of aestrik "*".
    The focus behavior for JTextField is working fine.
    Also unable to read the Message shown in JOption dialog box.
    Could any body help me out?
    Thanks in advance.
    Here is the sample code to see the behavior:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    public class ZoomTest
    public static void main(String[] args)
    JTextField userName = new JTextField(10);
    JPasswordField password = new JPasswordField(10);
    JButton submit = new JButton("Submit");
    submit.setFocusCycleRoot(true);
    JMenuBar jMenuBar = new JMenuBar();
    JMenu jMenuFile = new JMenu("File");
    jMenuFile.setToolTipText("File");
    JMenuItem jMenuItemNew = new JMenuItem("New");
    JMenuItem jMenuItemOpen = new JMenuItem("Open");
    JMenuItem jMenuItemCopy = new JMenuItem("Copy");
    jMenuFile.add(jMenuItemNew);
    jMenuFile.add(jMenuItemOpen);
    jMenuFile.add(jMenuItemCopy);
    jMenuBar.add(jMenuFile);
    JLabel userNameLabel = new JLabel("User Name", JLabel.RIGHT);
    userNameLabel.setLabelFor(userName);
    JLabel passwordLabel = new JLabel("Password", JLabel.RIGHT);
    passwordLabel.setLabelFor(password);
    final JFrame frame = new JFrame("Login");
    JPanel panel = new JPanel( );
    panel.setLayout(new GridLayout(3, 2, 5, 5));
    panel.add(userNameLabel);
    panel.add(userName);
    panel.add(passwordLabel);
    panel.add(password);
    panel.add(submit);
    submit.setToolTipText("Submit");
    submit.addActionListener(new ActionListener()
    public void actionPerformed(final ActionEvent e)
    JOptionPane.showMessageDialog(new JFrame(), "Click submit");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setJMenuBar(jMenuBar);
    frame.setContentPane(panel);
    frame.setVisible(true);
    }

    After discussion with Zoomtext tech support guys we came to know that Zoomtext 9.1 is not supporting Java Swing applications for accessibility options. So I will recommend not to use Zoomtext for Accessibilty options in any of the Java Swing applications.

  • Does Java Access Bridge supports Java 6?

    Does Java Access Bridge support Java 6?
    Also where can I find 2.0.4 (Beta), the following link does not work -
    http://java.sun.com/developer/earlyAccess/accessbridge/
    thanks,
    sachin.

    Our company develops an applet that supports Jaws via the Java Access Bridge v.2.01. We've had no problems with JRE 1.6. However, Jaws does not read the accessible names when I tried JRE 1.7. It behaves as if the access bridge is broken. I reverted back to JRE 1.6.0_20 and it works fine again. I reported this to Freedom Scientific but they just said, "you will need to contact the Sun support team to determine the latest version of the JRE recognized by the Accessibility Bridge." They don't seem too concerned that their product may not work for many people in the near future.

  • How do I install and configure the Java Access Bridge?

    I've just installed the Oracle 9i database on this Windows 2000
    Pro box with a view to learn what there is to learn about
    Oracle. I need to install the Java Access Bridge so that I can
    access the Oracle applications. I use a screen reader called
    JAWS from Freedom Scientific.
    Can anyone please tell me how to install the necessary Access
    Bridge components and how to configure things accordingly so
    that adaptive software will work correctly with the Oracle
    applications.
    Adrian

    You can do all the networking stuff you need by setting a "bridged" adapter in the VM setup, then configure a valid IP in your guest OS, probably using the same gateway and name servers similar to your host OS.
    If you you cannot use a bridged mode adapter because your host network does not support another network card, you can configure a NAT and a host-only adapter in the VM setup as following:
    When you configure the network device that corresponds to the NAT device on the on the guest side, set it up to obtain the IP address via DHCP. The NAT device is for outgoing connections to the internet only. VBox will not provide any routing from the outside network to interface behind a NAT device, only via it's own internal DHCP routing.
    The host-only adapter is only good for connection between the host and the VM guest. It is primarily designed to provide DHCP like the NAT interface, but does allow a manual configuration, by customizing the "vboxnet0" configuration in the Vbox Network preferences. By default, the IP address range 192.168.56.1 to 192.168.56.100 can be used for manual IP configurations.
    It was not mentioned in your requirements, but you need a bridged mode adapter if you want to connect to your guest VM from any other machine beside your host system, e.g. local LAN.

  • Java Access Bridge and Windows 7 Run as Administrator Mode

    I've had to add java access bridge support to a winforms .net application. The application must be run as administrator for certain functions to work on Windows 7. Unfortunately, I've found the JAB breaks when it's run from a program that has been elevated to administrator.
    I'm able to reproduce the issue with JavaFerret.exe. Running with a simple double click has no issue tracking mouse events etc, but if I start it via right click "run as administrator" then nothing gets presented in the output window. Can others confirm JavaFeret.exe breaks for them as well in Windows 7 admin mode? Any ideas what's going on and how to work around the issue?

    So after a bit of experimenting we've found that as long as the accessibility program that's hosting the JAB and the java program that is being interacted with are both run in administrator mode then the issue goes away.
    In our case we were able to launch IE from the accessibility program (which was already in administrator mode), opening the java applet in IE and successfully use the JAB between the two.

  • Problems with Java Access Bridge

    Hello to all,
    first of all, sorry if the message is in the wrong place.
    I'm developing an application, in C++, to fill up the fields in a Java aplication, it should work on a Windows 7 x64 machine. I'm using jdk 6u29 and java access bridge 2.0.2 for 32 bits soft.
    My problem is that in some computers the function isJavaWindow() allways returns false when it it should be true, the most rare thing with it is tha it is working in a virtual machine, and in a clone of this virtual machine it is not working... Is there any special consideration I have to take into account when using Java AccessBridge?
    Thank you!
    Roger.

    Bump... I'd like to know how to click a button with Access Bridge too. I can automate windows programs tho... So, isn't there really anyone who knows how to automate a Java program with C++ and Access Bridge?

  • Java access problem - no authorization

    when i log in to SAP java access engine
    I can see the first page. If I click on anything, I get an error message that I am not authorized to see the same  .
    Please help  me
    Thanks
    bharat

    check with SU53 transaction for authorization issues,if found send the screenshot to Basis requesting the same
    Hope it Helps
    Chetan
    @CP..

  • Java Access Bridge 1.1 Could not find the main class

    When I try to load Java Access Bridge 1.1 I receive the following error:
    Could not find the main class. Program will exit.
    Does anyone know why?

    you must check with the classpath
    please see that you have not repeated %classpath%
    at the end of the class path like you do in win98.
    similiarly with %path%
    in win2000 it is automatically taken care off.

  • Java Access Classes

    Hi -
    Saw an interesting reference to Java Access Classes in a paper about Oracle Lite 3.0 (http://technet.oracle.com/products/8i_lite/htdocs/olja_bwp.htm?found)
    Can anybody point me to resources about how to/can I use Java Access Classes with 8iEE?
    Thanks!
    -best-darr-

    I just checked the link out you provided. However I dont have xml files when I access my REST service, I get JSON objects returned. I dont think this wizard can handle that.
    Anyways my version is 11.1.2.2.0 Generic on Mac.
    I have a Service lets say at http://99.99.99.99/daily_meals/yyyy-MM-dd, where the last level stands for the different days that you can request and the service then replies with a JSON object containing all the possible meals for this specific date. I then parse the JSON objects in java to fill the list. All this happens in the constructor of the class but I dont know how to have it set dynamically. I thought about using beans, but I cant iterate through a list in a bean as nicely as with data-controls.
    Maybe Bind Variables and Named Critera are the answer? Haven't figured those out yet.
    Thanks,
    Pascal
    Edited by: Pascal B on Jul 4, 2012 6:46 AM

  • Java Access Bridge 2.0.2 Installer for Windows OS

    Hi,
    I am searching for an automated install version of Java Access Bridge 2.0.2 for Windows, but am having great difficulties.
    The version that is around just now is not practical for our needs. I work for an organisation who wish to get users to install Java Access Bridge in order to use JAWS. As they are blind or partially sited, the manual install is too difficult for them to carry out by themselves.
    Searching Google has proved fruitless, and the only real lead I have found was on these forms when someone said that one was in beta test, but having searched the web site, I could not find it.
    Could someone please let me know the current status of the installer ?
    Thanks
    GW

    You might want to check out this thread:
    Java Access Bridge and JRE 1.6
    If you have Java 6, you'll need to manually install Java Access Bridge 2.0.1. The JAB 2.0.2 installer for Java 6 is also available as a beta:
    http://jdk6.java.net/6uNea.html

Maybe you are looking for