Results 1 to 5 of 5
- 03-30-2011, 08:07 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 1
- Rep Power
- 0
- 03-30-2011, 08:39 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
The client (html) will have to make a request to the server every 10 seconds then.
This will probably be an AJAX call, with probably a JSON string returned containing the data.
The server will simply take the request and do whatever search is needed.
That should give you enough buzzwords to look up.
- 03-31-2011, 11:01 AM #3
Member
- Join Date
- Mar 2011
- Posts
- 16
- Rep Power
- 0
Retrieving data from database every 10 secs
Write down scheduler for that. So you can change duration as well from one location(.xml file).
For more information pls visit.
Quartz Scheduler - Home
- 03-31-2011, 11:08 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
That won't help the client.
The client has to make the request, so Quartz won't help.
- 03-31-2011, 11:14 AM #5
Member
- Join Date
- Mar 2011
- Posts
- 16
- Rep Power
- 0
Use Reverse AJAX concept of
DWR.
More information can be found from here.
DWR - Easy Ajax for JAVA
:)
Similar Threads
-
retrieving data from token
By bozovilla in forum Advanced JavaReplies: 4Last Post: 09-30-2010, 08:49 AM -
Problem retrieving data to JSP from Bean [using Hibernate]
By linking90 in forum JavaServer Pages (JSP) and JSTLReplies: 11Last Post: 09-09-2010, 05:50 PM -
Store data is not retrieving
By JavaJunkie in forum CLDC and MIDPReplies: 2Last Post: 05-30-2009, 08:08 AM -
error while retrieving data from data base
By kirtesh4u in forum New To JavaReplies: 5Last Post: 11-15-2008, 04:10 PM -
Retrieving data from the DB
By yuchuang in forum JDBCReplies: 2Last Post: 11-27-2007, 08:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks