You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/06/10 23:32:10 UTC

[Myfaces Wiki] Update of "Management of Webapp Resources With Weblets" by RogerioAraujo

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by RogerioAraujo:
http://wiki.apache.org/myfaces/Management_of_Webapp_Resources_With_Weblets

New page:
= Management of Webapp Resources With Weblets =

Sometimes you use the same images, css and scripts through many webapps and when one of these resources changes you must copy all of these files to each webapp, using weblets you can package all resources in a jar an deploy all common resouces in your webapps in a very elegant way.

== How to install? ==

First of all, you must download weblets from http://weblets.dev.java.net, unzip the file and put weblets-api.jar + weblets-impl.jar in WEB-INF/lib directory of your webapp.

== Creating your first resources jar ==

Please refer to [https://weblets.dev.java.net/doc/introduction.html weblets introduction] for more details.