views:

49

answers:

1

Hello,

talking about a modular web application like a Content Management System, where you can upload and install separated modules, I would like to know what is the best way to develop separeted modules (like News, rss Reader, Forum, etc...) using JSF, that could be put in packages and uploaded into the modular web application.

Thank you! F.

A: 

Ok found the solution...

Simply use composite components... I was thinking that CC were useful to build little custom components only, but not to build entire sections of the view... this is not true. This article in IBM web site shows that it is possible to use CC also to build big parts of the view:

http://www.ibm.com/developerworks/java/library/j-jsf2fu2/index.html

Good and easy! :)

Fabio Beoni