From line 2 changed to line 2:
++ Current initiatives
++ Seam 3
From line 4 changed to line 4:
[=>Seam project restructuring]
See the [Seam 3 section=>wiki://121356] for an overview, or jump right to the [Seam 3 modules=>wiki://74847].
From line 6 changed to line 6:
[=>wiki://47172]
++ Proposed changes to JSRs
From line 8 changed to lines 8 to 9:
++ Archive
= [Proposals for JSF 2.1=>wiki://64561]
= [Proposals for Unified EL=>wiki://118244]
From line 10 changed to lines 11 to 38:
...
++ seam-gen
= [=>wiki://69909] - the current set of features provided by seam-gen
= [=>wiki://47172] - documents the initiative to redesign seam-gen
= [=>wiki://48085] - steps to consider when testing seam-gen
++ Christian's HTTP related stuff
= [=>wiki://86109] (or: make your web application faster)
= [=>wiki://15985]
= [=>wiki://34158]
++ JSF Enhancements (2.1 and beyond)
= [View Actions=>wiki://88636]
= [Default Time Zone=>wiki://88638]
= [Generic subtree validation=>wiki://88642]
= [Multi-component validation=>wiki://88643]
= [Component referencing=>wiki://88648]
++ Exception handling guidelines
A catalog of exception handling guidelines originally put forth by Christian on the seam-dev mailinglist.
# Never swallow an exception
# Never try to do anything after an exception but exception handling
# Never log and handle an exception, do one or the other
# Provide contextual information to the exception handler enabling user to reproduce exception scenario