Help

Controls

Switch Workspace

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.

Comparing current revision with historical revision 1.
Document History: Design Overview
Current revision:
45
Parent:
Design
Created On:
18. Oct 2008, 09:00 (dan)
Last Modified On:
27. Jan 2012, 01:25 (sbryzak)
Historical revisions:
44 25. Jan 2012, 05:27 (sbryzak) ShowDiff
43 10. Sep 2011, 19:17 (jennytay007) ShowDiff
42 28. Aug 2011, 23:21 (swd847) ShowDiff
41 25. Aug 2011, 09:18 (sharonortigas) ShowDiff
40 19. Aug 2011, 14:32 (fanathix001) ShowDiff
39 29. Jul 2011, 15:37 (MissPage) ShowDiff
38 29. Jul 2011, 15:37 (MikeHenry) ShowDiff
37 07. Jul 2011, 18:22 (MikeHenry) ShowDiff
36 07. Jul 2011, 07:42 (lightguard) ShowDiff
35 28. Jun 2011, 02:49 (jackb) ShowDiff
34 25. Jun 2011, 11:40 (jackb) ShowDiff
33 23. Jun 2011, 15:54 (noucktourno) ShowDiff
32 23. Jun 2011, 13:04 (annnax19) ShowDiff
31 23. Jun 2011, 13:04 (aarieadel) ShowDiff
30 21. Jun 2011, 07:06 (aarieadel) ShowDiff
29 20. Jun 2011, 08:49 (joshedward) ShowDiff
28 20. Jun 2011, 07:41 (christopher) ShowDiff
27 18. Jun 2011, 19:55 (smithwilson) ShowDiff
26 15. Jun 2011, 15:39 (adokadrik) ShowDiff
25 10. Jun 2011, 11:36 (faithyz27) ShowDiff
24 24. Mar 2010, 18:43 (sydneygrl20) ShowDiff
23 24. Mar 2010, 18:43 (dan) ShowDiff
22 11. Mar 2010, 19:27 (dan) ShowDiff
21 20. Feb 2010, 20:41 (lincolnthree) ShowDiff
20 01. Dec 2009, 18:44 (dan) ShowDiff
19 30. Jul 2009, 20:00 (dan) ShowDiff
18 30. Jul 2009, 19:44 (dan) ShowDiff
17 30. Jul 2009, 19:33 (dan) ShowDiff
16 28. Jul 2009, 12:56 (dan) ShowDiff
15 02. May 2009, 04:59 (dan) ShowDiff
14 03. Apr 2009, 23:59 (dan) ShowDiff
13 02. Apr 2009, 07:08 (dan) ShowDiff
12 02. Apr 2009, 05:36 (dan) ShowDiff
11 02. Apr 2009, 04:05 (dan) ShowDiff
10 02. Apr 2009, 04:02 (dan) ShowDiff
9 02. Apr 2009, 03:59 (dan) ShowDiff
8 29. Mar 2009, 05:22 (dan) ShowDiff
7 29. Mar 2009, 05:12 (dan) ShowDiff
6 17. Mar 2009, 16:45 (dan) ShowDiff
5 10. Nov 2008, 17:53 (dan) ShowDiff
4 10. Nov 2008, 17:51 (dan) ShowDiff
3 24. Oct 2008, 06:24 (dan) ShowDiff
2 24. Oct 2008, 00:25 (dan) ShowDiff
1 24. Oct 2008, 00:24 (dan) ShowDiff
0 (Initial Revision) ShowDiff

From line 2 changed to line 2:
++ Current initiatives
++ Seam 3
From lines 4 to 5 changed to line 4:
[=>Seam project restructuring]
[=>wiki://47172]
See the [Seam 3 section=>wiki://121356].
From line 7 changed to line 6:
++ Archive
++ Proposed changes to JSRs
From line 9 changed to lines 8 to 38:
...
= [Proposals for JSF 2.1=>?BROKEN LINK?]
= [Proposals for Unified EL=>wiki://118244]

++ seam-gen

= [=>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

++ 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