File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes JSP vs JSF/Facelets vs Velocity vs ...? How can I render a view fast? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP vs JSF/Facelets vs Velocity vs ...? How can I render a view fast?" Watch "JSP vs JSF/Facelets vs Velocity vs ...? How can I render a view fast?" New topic
Author

JSP vs JSF/Facelets vs Velocity vs ...? How can I render a view fast?

Jochen Szostek
Ranch Hand

Joined: Mar 23, 2008
Posts: 42

Hi all,

As I'm quite new to front-end design and I'm building a webapp (spring 3 based) from scratch, I've read serveral times JSP can be quite slow.

Would there be a better (read: faster) solution?

JSF/facelets seems interesting so I wonder if this is faster than plain old JSP?

Thanks in advance!
All info appreciated a lot.

Greets,

Jochen
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

As JSF piles a whole lot of stuff on top of JSP, how could it be faster? If you're experiencing slowness, it's highly unlikely that it's the JSP engine. Use a profiler tool and find out where the real bottleneck is.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jochen Szostek
Ranch Hand

Joined: Mar 23, 2008
Posts: 42

Originally posted by Bear Bibeault:
As JSF piles a whole lot of stuff on top of JSP, how could it be faster? If you're experiencing slowness, it's highly unlikely that it's the JSP engine. Use a profiler tool and find out where the real bottleneck is.


Good point. I guess I better just keep on developing instead of doing proactive problem resolving based on some blog articles. After all if you have a well designed app you can switch technologies in no time.

Thanks a lot for the fast reply.
Have a nice weekend!
[ December 19, 2008: Message edited by: Jochen Szostek ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSP vs JSF/Facelets vs Velocity vs ...? How can I render a view fast?
 
Similar Threads
Christian: AJAX vs WebStart?
JSF tags Vs Facelets
JSP/Servlet VS PHP
Wicket versus JSF (with Facelets)
JSP and Facelets integration?