« Return to Thread: How to design a better web application

Re: How to design a better web application

by Ulises Lopez :: Rate this Message:

Reply to Author | View in Thread

Thanks for the response. I will give it a try.
 


Daniel Silva <ddso.01@...> wrote:
I believe you want to use Ajax (http://www.w3schools.com/ajax/default.asp). There is jMaki suport in Netbeans (Tools -> Plugins). You can also use AjaxTags (http://ajaxtags.sourceforge.net/), which is a very good library.

On Tue, Apr 15, 2008 at 1:59 PM, Ulises Lopez <micubera@...> wrote:
I need your help designing a better web application.
 
I am working with nb6.1 JSF/Persistance/MySql web application.   The user makes a selection from a dropdown list and the table is refreshed with new data from the database. 
 
So far so good but I don't like the way the pages are being refreshed. When the user makes a selection you can actually see the table being rebuild on the screen and everything on the page is reconstructed.
 
I would prefer for smoother page update where the contents of the page not related to the table would stay untouched providing smoother update. 
 
I need your ideas how to improve this application.  Please advice.
between 0000-00-00 and 9999-99-99  



--
Abraços,
Daniel Silva

between 0000-00-00 and 9999-99-99  

 « Return to Thread: How to design a better web application