All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jsftoolkit.doc.ConfigurationUpdater.wiki.txt Maven / Gradle / Ivy

Go to download

The core classes for the JSF Toolkit Component Framework. Includes all framework base and utility classes as well as component kick-start/code-generation and registration tools. Also includes some classes for testing that are reused in other projects. They cannot be factored out into a separate project because they are referenced by the tests and they reference this code (circular dependence).

The newest version!
== Packaging a Component Library ==

When packaging a component library into a jar file, you need 2 files, 
at a minimum. ^META-INF/faces-config.xml^ and either a ^.tld^ file or 
a ^.taglib.xml^ file (also stored in ^META-INF^).  These files are 
automatically updated (and even generated if they don't exist) by the 
[javadoc/com/jsftoolkit/gen/ConfigurationUpdater.html ^ConfigurationUpdater^].  
By default, it assumes the files are in your project's 
^src/main/resources/META-INF/^ directory and that the filenames are 
^faces-config.xml^, ^components.tld^ and ^components.taglib.xml^.  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy