Documentation or HowTo for using tobago?

Mini Howto

Demo
Where i can find a Hello World example and a list of needed jars?

Please look at tobago-example-blank.

Does tobago run with the Sun RI?

Tobago should run with Sun RI and with MyFaces.

Can I mix tobago and myfaces extensions in the same webapp?

Jsf only supports one renderkit (renderkitId) per page (f:view). Because tobago has it's own renderkitId you can't use any none tobago components that need a renderer.

Can tobago replace tiles? Can I ignore tiles and sitemesh in the favor of tobago or not?

Tobago can not replace it. But sometimes you may not need it, when you are using Tobago. If you want to position and size your components automatically, you can do that with a Tobago LayoutManager. If you want your header and sidebar rendered without writing dublicate code, you may use JSP 2.0 tag files or tiles/sitemesh.

How to configure a maven mirror?

If you want to set a different mirror for some reason, you can use your settings.xml and add the following lines:

mirrorID Give it a name The url of the mirror The server ID of the repository being mirrored. This must not match the mirror ID ]]>

See: Guide mirror settings

Mirrors: List of mirrors

How to configure an offline build?

If you run into problems with fetching jars from the online repository, in the settings.xml you can configure maven not to fetch them but to use the ones allready in your local repository:

]]>

or use the mvn -o switch