 # Create a base jar containing the ^META-INF^ taglib files and any classes shared by all of your components and anything else you can give away for free. ^faces-config.xml^ included must only refer to components in this jar. The other jar's will each contain a ^faces-config.xml^ for the components defined in that jar.
 # Split your components into logical sets. e.g. the ^DragItem^ and ^DropTarget^ need to go together, but not ^OutputWiki^ and make a jar for each. 