how to use custom component into jar

Hi I want to use my custom component as jar and use it another application.I am using eclipse tool.What will be the structure of jar and where in the user application i need to put the JAR.
[218 byte] By [sunnyjaina] at [2007-11-26 12:36:38]
# 1

Your jar will include a faces-config.xml to describes the components / renderers / validators / etc, and a taglib.tld for the tags in the META-INF directory in the jar.

For the user application, put your jar in WEB-INF/lib. Then put the taglib directive in the jsps.

There are a some aspects of packaging custom components that I don't think have been standardized yet. For example, how to include images (or other resources) with a component.

BrantKnudsona at 2007-7-7 16:03:02 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...