Results 1 to 4 of 4
Thread: Interactive DashBoard.
- 01-04-2012, 06:42 AM #1
Member
- Join Date
- Feb 2009
- Posts
- 29
- Rep Power
- 0
Interactive DashBoard.
Hi,
I am new to jsp. I have the following requirement.
I have to create an Interactive Dashboard. Dashboard is supposed to show multiple blocks. Each block consists of multiple records from different tables.
As soon as the table is updated/inserted into, the block should show it on the fly w/o the user refreshing the page.
And the user is also to be given the facility to update the row in the block and save the same in the database.
Could anyone suggest me how to achieve this.
I created multiple divs in a jsp page but dont know how to refresh the same w/o user interaction.
1 more way is to create multiple jsps instead of divs but is this a proper way... wont this make my page heavy to load??
Or is there any other way to achieve this??
Forgot to mention i am working on (Springs/Hibernate/Oracle).
Thanks in advance.
Ali.Last edited by ali_sakar; 01-04-2012 at 06:51 AM.
- 01-04-2012, 09:27 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,447
- Rep Power
- 16
Re: Interactive DashBoard.
The only way to refresh is to have the client ask the server every so often for the latest data, using Ajax calls generally.
You'd have a servlet for each of these different requests (presuming each block is a different set of data) which will return the data, and then your javascript will update the relevant div.
- 01-04-2012, 12:28 PM #3
Member
- Join Date
- Feb 2009
- Posts
- 29
- Rep Power
- 0
Re: Interactive DashBoard.
I will try what you are saying. If you have any sample code of what you are trying to say.. it will be really helpful.
- 01-04-2012, 02:50 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,447
- Rep Power
- 16
Similar Threads
-
interactive input i think.
By seanfmglobal in forum New To JavaReplies: 1Last Post: 11-29-2010, 01:06 AM -
Interactive floorplan
By teckygamer in forum AWT / SwingReplies: 0Last Post: 09-06-2010, 12:43 PM -
Interactive Panel
By homistar in forum Java 2DReplies: 4Last Post: 10-06-2009, 09:16 AM -
Interactive vector map in Java
By nenadm in forum AWT / SwingReplies: 1Last Post: 02-17-2009, 08:52 PM -
Java Interactive Profiler 1.1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-24-2007, 08:47 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks