jsf and huge web site
- by darko petreski
Hi All,
I need to program a very huge web site.
The site should contain public part with search engine, user registration forms, cart and all other stuff.
The private part should contain administrative web application with a lot of data grids, complex edit forms, security checks, services and so on. Also I need very good support for html mailing and pdf exports. Web services are also required.
I am considering to use jsf.
Can you recommend me books or other stuff where I can find all this info for building what i need?
Is seam good option for this?
I have looked their site and page seam on production. The sites listed there are far from professional and enterprise.
Is there any book that explains how to build complete web site with jsf technology from login, security, sending mails, pdf conversion, time dependent background processes and everything else that big sites needs.
I do not have time reading 20 books.
In every php book all this stuff is explained but I have not seen a single java book that at least from high view will explain all of this.
Regards