From line 2 changed to line 2:
++ Current
++ Seam 3
From line 4 changed to line 4:
Initiatives currently in the design or implementation phase.
See the [Seam 3 section=>wiki://121356].
From line 6 changed to line 6:
+++ Infrastructure
++ Proposed changes to JSRs
From line 8 changed to lines 8 to 9:
[=>wiki://48046]
= [Proposals for JSF 2.1=>?BROKEN LINK?]
= [Proposals for Unified EL=>wiki://118244]
From line 10 changed to line 11:
+++ Tooling
++ seam-gen
From line 12 changed to lines 13 to 15:
[=>wiki://47172]
= [=>wiki://69909] - the current set of features provided by seam-gen
= [=>wiki://47172] - documents the initiative to redesign seam-gen <a href="http://yourbookmaker.co.uk/bet365">bet365</a>
= [=>wiki://48085] - steps to consider when testing seam-gen
From line 14 changed to line 17:
+++ Security
++ Christian's HTTP related stuff
From line 16 changed to lines 19 to 21:
[=>wiki://48085]
= [=>wiki://86109] (or: make your web application faster)
= [=>wiki://15985]
= [=>wiki://34158]
From line 18 changed to line 23:
++ Archive
++ JSF Enhancements (2.1 and beyond)
From line 20 changed to lines 25 to 29:
Past initiatives, kept for reference.
= [View Actions=>wiki://88636]
= [Default Time Zone=>wiki://88638]
= [Generic subtree validation=>wiki://88642]
= [Multi-component validation=>wiki://88643]
= [Component referencing=>wiki://88648]
From line 22 changed to lines 31 to 38:
...
++ 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