Here's a dilemma: I've updated John Rohrlich's JSF sample and integrated it into the "netui-samples" webapp, but some of the classes depend on JSF API code. This prevents netui-samples from building successfully unless JSF libraries are included in the webapp. I think there are four things we can do:

1) Include myfaces-jsf-api.jar (the MyFaces version of the JSF API, ~200K)
2) Include myfaces.jar (all of MyFaces, ~1.2MB)
3) Split out the JSF sample into a directory/zip that would get overlayed on top of netui-samples
4) Move the JSF sample into its own webapp


I'm leaning towards #3.  Anyone have any other opinions on this?

Rich

Reply via email to