Tutorials
A tutorial covers a complete web application - including the jsp, html and xsl code.
Beginner Tutorials
These are tutorials that are aimed at helping you understand how to implement websites/portals with Corinis. Its best to go through them in the given order.
- Create a basic page with the CMS - Learn how to get the first results with Corinis. Create a JSP Page and include the cms.
- Implementation overview - a generic overview on how to use Corinis modules. Includes a XSL-quick-tutorial and shows the different usage of the Corinis function with taglibs and with direct Java calls.
- Observer 1: Implement a CMS from Scratch - Start of the "Observer" tutorial, where in the end a whole plattform is developed. This is Part 1 where the cms is implemented with a navigation and a "News-Box"
- Observer 2: Create/add basic community/platform functions - This covers the mixture of taglib and direct java calls, the connection between corinis functions and html forms (ie. how to pass information to corinis modules), login and the guestbook
Java/direct call Tutorials
These tutorials cover the Java side of Corinis. All functionality is being called directly through Java - without taglibs. These tutorials cover some of the more advanced topics and require a basic understanding of Java.
- Implement a Cms from Scratch A introduction in the world of Java with Corinis. Using an Opensource layout from www.oswd.org and direct java calls.
All Available
