Discussion: Can JSF be used also for websites?
Hi all,
I'm just a beginner using JSF but so far I've noticed that the navigations rules tend to be a little cumbersome. Sure, for webapps where you're going to use them in sort of a linear fashion (login, select an option, fill a form, validate it, logout) it's very helpful.
But how about public access websites where people might bookmark a page and return to it later? I tried to access a page directly an it gave me a navigation error.
Do you think that a website like Amazon.com could be done with JSF? I mean, where you could bookmark a specific product, and access some areas of the website without being logged in and when you're logged in these same areas expose additional features.
Can JSF be used for something like that or would you recommend something else (Java based).
Thanks, and I hope I made myself clear :P

