applet talking to server (with ajax?)
Hi,
I have an applet that i want to have grab text from the server. I
have a php function that generates the text, right now just plain
text, but it could be anything xml, json, etc.
anyway, what is the best thing for me to do to have the applet
communicate with the php function on the server?
All the recent sun articles seem to deal with the opposite of what
i want, java server talking to a standard html page through ajax
Chuck
.
Relevant Pages
- Re: IIS 6 & Server Permisions
... I am running a server side applett. ... link where I can find the correct changes to make in IIS6. ... is this Java application running on the Web Server or the Web Browser. ... where is the Applet trying to store the hit counters? ... (microsoft.public.inetserver.iis) - Applet Hangs when submitting data to servlet
... on our web server. ... applet that demonstrates the problem. ... private JButton theSubmitButton_, theClearButton_; ... public void actionPerformed ... (comp.lang.java.programmer) - Re: Applet Hangs when submitting data to servlet
... on our web server. ... applet that demonstrates the problem. ... private JButton theSubmitButton_, theClearButton_; ... public void actionPerformed ... (comp.lang.java.programmer) - Re: AJAX devtool using Cobol
... managed by a Java Applet. ... Server Affinity is completely under ... just enter an asterix "*" for the Queue Name and then click ... Applet Java code is application-neutral and completely reusable. ... (comp.lang.cobol) - Re: Applet Hangs when submitting data to servlet
... on our web server. ... applet that demonstrates the problem. ... private JButton theSubmitButton_, theClearButton_; ... public void actionPerformed ... (comp.lang.java.programmer) |
|