S
sponxe
I developed a C# desktop app with an integrated webbrowser control
because often I need to auto-fill some fields in a remote php form.
Now I would like to move to Java (rewriting the app) because I am
planning to abandon completely Windows but I have a problem with the
aforementioned feature. Does Java have something like that (maybe in
6.0) to allow me to integrate one browser (I assume Firefox on Linux)
so that I can get the webpage form, extract the fields and fill them?
Thanks in advance.
sponxe
P.S. I tried Mono on Linux but my app doesn't work and besides I
already planned to rewrite a lot of classes (time is not a problem).
because often I need to auto-fill some fields in a remote php form.
Now I would like to move to Java (rewriting the app) because I am
planning to abandon completely Windows but I have a problem with the
aforementioned feature. Does Java have something like that (maybe in
6.0) to allow me to integrate one browser (I assume Firefox on Linux)
so that I can get the webpage form, extract the fields and fill them?
Thanks in advance.
sponxe
P.S. I tried Mono on Linux but my app doesn't work and besides I
already planned to rewrite a lot of classes (time is not a problem).