Results 1 to 6 of 6
Thread: JSP and javascript binding???
- 01-02-2011, 06:21 PM #1
Member
- Join Date
- Nov 2009
- Posts
- 4
- Rep Power
- 0
JSP and javascript binding???
Hi,
I have a problem which I hope someone can help me with. I have an jsp page which also has some javascript in. The idea is that when a user presses a button on the page a busy cursor appears(java script) and some text appears to show the progress or status.
I have the javascript to do this and I have tested the jsp, but not sure how I link them both together??? The jsp creates a threaded class which provides an interface to for current percentage and current state.
Hope someone can help.
- 01-02-2011, 07:53 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
AJAX allows you to transfer data from client to server, which might be the appropriate solution in this case.
- 01-02-2011, 08:02 PM #3
Member
- Join Date
- Nov 2009
- Posts
- 4
- Rep Power
- 0
Never used AJAX before ; (
The jsp lives on the server though??? The javascript on the client? Its the java in the jsp that has the thread which has the data updating in time. Correct me if I am wrong... Guess I will still need to use AJAX? I will have a search on the net.
Thanks for your help.
- 01-02-2011, 08:06 PM #4
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Ajax allows the client to access the server through javascript by simply loading and getting the contents of a web page...useful in situations like this, for example you write a servlet that the AJAX accesses, and since the servlet is server side it can access the appropriate data and send it back to the client.
- 01-02-2011, 08:10 PM #5
Member
- Join Date
- Nov 2009
- Posts
- 4
- Rep Power
- 0
- 01-02-2011, 08:33 PM #6
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,619
- Rep Power
- 5
Similar Threads
-
Help: Key Binding
By mine0926 in forum New To JavaReplies: 0Last Post: 08-06-2010, 04:52 AM -
Key Binding problem
By dilpreet28 in forum New To JavaReplies: 4Last Post: 06-22-2010, 03:59 AM -
JAXB Binding
By Fusebox in forum XMLReplies: 0Last Post: 06-11-2010, 10:06 PM -
dynamic binding
By apparao in forum New To JavaReplies: 1Last Post: 02-16-2010, 08:41 AM -
Dynamic Binding
By javarishi in forum New To JavaReplies: 3Last Post: 04-09-2008, 11:17 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks