By now everyone know about the infamous discussions on the post discussing "J2EE programmers Survival Guide during Job Crunch"
There are more than 500 posts now. And I work on a slow connection. It takes about 5-9 minuits to load up the entire page.
Any one at TSS know about how to implement a page scoller so the 500 posts could be broken into 10 pages of 50 posts each ???????
Thanks.
-
Previous Page - Scroll - Next Page (3 messages)
- Posted by: Deepak Pai
- Posted on: March 06 2002 13:47 EST
Threaded Messages (3)
- Previous Page - Scroll - Next Page by Rickard Oberg on March 07 2002 03:40 EST
- Previous Page - Scroll - Next Page by Enrique Rodriguez on March 07 2002 12:45 EST
- Previous Page - Scroll - Next Page by Tyler Jewell on March 12 2002 06:40 EST
- Previous Page - Scroll - Next Page by Enrique Rodriguez on March 07 2002 12:45 EST
-
Previous Page - Scroll - Next Page[ Go to top ]
- Posted by: Rickard Oberg
- Posted on: March 07 2002 03:40 EST
- in response to Deepak Pai
Interesting suggestion. I will probably include this in the new version of TSS. We already have the same code done for thread listings so it should be easy to do.
Thanks! Keep 'em coming folks, I'm listening :-)
/Rickard
-
Previous Page - Scroll - Next Page[ Go to top ]
- Posted by: Enrique Rodriguez
- Posted on: March 07 2002 12:45 EST
- in response to Rickard Oberg
Maybe i good idea is to use the page-by-page iterator pattern. There is an example in the java pet store. -
Previous Page - Scroll - Next Page[ Go to top ]
- Posted by: Tyler Jewell
- Posted on: March 12 2002 18:40 EST
- in response to Enrique Rodriguez
Let's use the 80/20 rule here. I think that iterators should be something that a user has to specifically enable. Since most threads are < 100 posts, I prefer to see the entire listing in one page. I would want to specifically ask to see a page in an iterator fashion. Perhaps this is a personalization feature that users can configure.