File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Will JSF handle a really huge webpage? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Will JSF handle a really huge webpage?" Watch "Will JSF handle a really huge webpage?" New topic
Author

Will JSF handle a really huge webpage?

Larry Summers
Greenhorn

Joined: Sep 21, 2012
Posts: 1
HI. I know Struts2 & JSP. My career hinges on the ability to create a WebApp that can display 6000 pieces of data on ONE WebPage. struts2 can't do it. Neither can using the C TagLib. Can someone tell me that JSF can handle this kind of volume. Speed is an issue, but right now, I just want to know if it is feasible? If not, do you have a recommendation?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Why isn't it feasible in Struts 2? It's a bad idea, but it is just a list of data.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Larry Summers wrote:Neither can using the C TagLib.

Yeah, not understanding the "can't do it" part. Of course it can.

Are you talking about "with acceptable performance"? Most of the performance drag on that much data is going to be the browser. And no server-side framework's gonna help with that.

Is it really necessary to show all that data at once? That's a lot of data to be throwing at someone.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14568
    
    7

My eyeballs start to bleed after about 100 data rows or so. That's regardless of the limitations of the appserver, app framework or browser. I'd start looking at friendlier display formats first, myself.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Will JSF handle a really huge webpage?
 
Similar Threads
problem with struts2...
Struts vs Struts2
Struts2 with JSF and RichFace
Struts2
Struts2