Help

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

This area of the wiki is used to host design documents for Seam enhancements and refactorings.

Seam 3

See the Seam 3 section.

Proposed changes to JSRs

seam-gen

Christian's HTTP related stuff

JSF Enhancements (2.1 and beyond)

Exception handling guidelines

A catalog of exception handling guidelines originally put forth by Christian on the seam-dev mailinglist.

  1. Never swallow an exception
  2. Never try to do anything after an exception but exception handling
  3. Never log and handle an exception, do one or the other
  4. Provide contextual information to the exception handler enabling user to reproduce exception scenario