-
Notifications
You must be signed in to change notification settings - Fork 0
/
Seam3.html
873 lines (837 loc) · 59 KB
/
Seam3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from 127.0.0.1:64444/Seam3 by HTTrack Website Copier/3.x [XR&CO'2008], Wed, 01 Oct 2014 13:51:14 GMT -->
<!-- Added by HTTrack -->
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- /Added by HTTrack -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Seam Framework - Home</title>
<link class="component" href="a4j/s/3_3_3.CR1org/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAELXT5DOhSIAQ%21sA18_.css" rel="stylesheet" type="text/css">
<link class="component" href="a4j/s/3_3_3.CR1org/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAELXT5DOhSIAQ%21sA18_.css" media="rich-extended-skinning" rel="stylesheet" type="text/css">
<script src="a4j/g/3_3_3.CR1org.ajax4jsf.javascript.AjaxScript" type="text/javascript"></script>
<script type="text/javascript">window.RICH_FACES_EXTENDED_SKINNING_ON=true;</script>
<script src="a4j/g/3_3_3.CR1org/richfaces/renderkit/html/scripts/skinning.js" type="text/javascript"></script>
<link class="user" href="seam/resource/wikiPluginTheme/feed/aggregator/css/feedAggregator.css" rel="stylesheet" type="text/css">
<link href="themes/sfwkorg/css/sfwk.css" rel="stylesheet" type="text/css">
<link href="themes/sfwkorg/css/shCore.css" rel="stylesheet" type="text/css">
<link href="themes/sfwkorg/css/shThemeDefault.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/atom+xml" title="Seam 3" href="service/Feed/atom/Area/Seam3html.html">
<script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
<script type="text/javascript" src="seam/resource/remoting/interface1535.js?httpSessionChecker"></script>
<script type="text/javascript" src="themes/sfwkorg/js/jquery.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/jqueryPlugins.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/lacewiki.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shCore.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushBash.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushCpp.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushCSharp.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushCss.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushDelphi.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushDiff.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushGroovy.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushJava.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushJScript.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushPhp.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushPlain.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushPython.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushRuby.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushScala.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushSql.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushVb.js"></script>
<script type="text/javascript" src="themes/sfwkorg/js/sh/scripts/shBrushXml.js"></script>
<script type="text/javascript">
/* If you really want to load the Flash garbage on every page, go ahead and enable this:
SyntaxHighlighter.config.clipboardSwf = '/themes/sfwkorg/js/sh/scripts/clipboard.swf';
*/
SyntaxHighlighter.defaults['gutter'] = false;
SyntaxHighlighter.all();
</script>
<script type="text/javascript">
// ###################### Session timeout alert #################################
var sessionChecker = Seam.Component.getInstance("httpSessionChecker");
var timeoutURL = '/Home/JBossSeam';
var timeoutMillis = '900'*1000+3000;
var sessionTimeoutInterval = null;
function startSessionTimeoutCheck() {
sessionTimeoutInterval = setInterval('sessionChecker.isNewSession(alertTimeout)', timeoutMillis);
}
function stopSessionTimeoutCheck() {
if (sessionTimeoutInterval) clearInterval(sessionTimeoutInterval);
}
function resetSessionTimeoutCheck() {
if (sessionTimeoutInterval != null) {
stopSessionTimeoutCheck();
startSessionTimeoutCheck();
}
}
function alertTimeout(newSession) {
if (newSession) {
clearInterval(sessionTimeoutInterval);
jQuery(".ajaxSupport")
.removeAttr('onblur')
.removeAttr('onchange')
.removeAttr('onkeyup')
.removeAttr('onclick');
jQuery(".sessionEventTrigger").hide();
var answer = confirm("Your session has timed out, you will be redirected to the start page.");
if (answer) window.location = timeoutURL;
}
}
// ###################### Popups #################################
var fadeInPopupDialog = function(hash) {
hash.w.fadeIn('fast',function(){ hash.o.show(); });
jQuery(".closeDialog", hash.w).attr("accesskey", "C"); // Dynamically assign accesskey to .closeDialog buttons
};
var fadeOutPopupDialog = function(hash) { hash.w.fadeOut('fast',function(){ hash.o.remove(); }); };
// ###################### Tabbed Forms #################################
var formTabErrors = {};
function formTabRaiseError(tabId, fieldId, message) {
formTabClearError(tabId, fieldId); // Clear error then re-add
log("Raise error for tab: '" + tabId + "' field: " + fieldId);
// Add an error message to the client message box
log("Adding error message: " +tabId + fieldId + "ErrorMessage")
jQuery("#clientMessageBoxTable").append(
'<tr id="' + tabId + fieldId + 'ErrorMessage"><td><img src="/themes/sfwkorg/img/attention.gif" ' +
'height="18" width="18" class="clientMessageBoxImage attentionImage"/></td>' +
'<td><span id="attentionMessage" class="attentionMessage">'+ message + '</span></td></tr>'
);
if (formTabErrors[tabId] == null) {
formTabErrors[tabId] = 1;
} else {
formTabErrors[tabId]++;
}
formTabRenderErrors(tabId);
}
function formTabClearError(tabId, fieldId) {
if (document.getElementById(tabId+fieldId+"ErrorMessage") != null) { // This error is displayed
log("Clear error for tab: '" + tabId + "' field: " + fieldId);
log("Removing error message: " +tabId + fieldId + "ErrorMessage")
// Remove the error message on the client message box
jQuery("#"+tabId + fieldId + "ErrorMessage").remove();
formTabErrors[tabId]--;
formTabRenderErrors(tabId);
}
}
function formTabRenderErrors(tabId) {
log("Errors for tab: '" + tabId + "': " + formTabErrors[tabId]);
if (formTabErrors[tabId] > 0 && document.getElementById(tabId+"InvalidIcon") == null) {
log("Showing icon for tab: " + tabId);
// Show an icon on the tab and blink it a few times
jQuery("#"+tabId)
.prepend('<img id="' + tabId + 'InvalidIcon" ' +
'src="/themes/sfwkorg/img/attention.gif" width="13" height="13" ' +
'alt="!" style="vertical-align:bottom;margin-left:5px;margin-right:5px;"/>');
pulsate("#"+tabId);
} else if (formTabErrors[tabId] < 1){
log("Removing icon of tab: " + tabId);
jQuery("#"+tabId + "InvalidIcon").remove(); // Remove the error icon on the tab
}
var tabsHaveErrors = false;
for (var tab in formTabErrors) {
var numOfErrors = formTabErrors[tab];
if (numOfErrors > 0) {
tabsHaveErrors = true;
break;
}
}
if (tabsHaveErrors) {
log("Hiding save button and showing form message box");
jQuery(".saveButton").hide(); // Hide save button(s)
jQuery(".formControls").css("height", "30px"); // Adjust height for missing save button
jQuery("#messageBoxContainer").hide(); // Hide server messages
jQuery("#clientMessageBoxContainer").show(); // Show client error messages
} else {
log("Showing save button and hiding form message box");
jQuery(".saveButton").show(); // Show save button(s)
jQuery(".formControls").css("height", ""); // Readjust height for present save button
jQuery("#clientMessageBoxContainer").hide(); // Hide client error messages
}
}
function formTabClicked() {
jQuery("#messageBoxContainer").hide(); // Hide server messages
}
function log(message) {
return; // Remove to enable logging
if (!log.window_ || log.window_.closed) {
var win = window.open("", null, "width=400,height=200," +
"scrollbars=yes,resizable=yes,status=no," +
"location=no,menubar=no,toolbar=no");
if (!win) return;
var doc = win.document;
doc.write("<html><head><title>Debug Log</title></head><body style='font-family: monospace'></body></html>");
doc.close();
log.window_ = win;
}
var logLine = log.window_.document.createElement("div");
logLine.appendChild(log.window_.document.createTextNode(message));
log.window_.document.body.appendChild(logLine);
}
// ###################### Design #################################
function highlightStars(item, range, end) {
for (i = 1; i <= range; i++) {
styleClass = ".item"+item+"-rate"+i;
jQuery(styleClass).attr("src", "themes/sfwkorg/img/star_grey.gif");
}
for (i = 1; i <= end; i++) {
styleClass = ".item"+item+"-rate"+i;
jQuery(styleClass).attr("src", "themes/sfwkorg/img/star.gif");
}
}
function pulsate(query) {
var blinkCount = 2*2;
do {
jQuery(query)['fade'+(blinkCount%2==0?'Out':'In')]('fast');
} while (--blinkCount);
}
function clearDocumentBackground() {
// Noop for this skin
}
// Wrap boxes with border and shadow
function wrapBoxes() {
// Noop for this skin
}
function initPage() {
checkCookieSupport();
wrapBoxes();
}
jQuery(function() {
initPage();
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25106513-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<noscript>
<div class="cookieJavaScriptWarning">
Please activate JavaScript in your browser. Without it, you will only be able to browse this website but clicking on any advanced feature (any forms or submit buttons) will not work.
</div>
</noscript>
<div id="dialogHelp" class="popupDialog">
<span id="dialogHelpPopup" title="dialogHelp"></span>
<span id="dialogHelpInit"> <script type="text/javascript">
function showHelpPopup(width, height, offsetId) {
var offset = jQuery("#"+offsetId).offset();
jsf('dialogHelpPopup')
.css({width: width+"px", height: height+"px", top: offset.top-100+"px", left: offset.left-150+"px"})
.jqm({
closeClass: "closeDialog",
overlay: 0
});
jQuery("#dialogHelpContent").css("width", width-20+"px").css("height", height-75+"px");
jQuery("#dialogHelpContent").css("overflow", "auto");
jsf('dialogHelpPopup').jqmShow();
}
</script></span>
<script type="text/javascript">jQuery(function() {
jsf('dialogHelpPopup').Resizable({
minTop: 1,
dragHandle: "#dialogHelpHead",
handlers: { se: "#dialogHelpResizeHandle" }
});
});</script>
<div class="popupDialogHead" id="dialogHelpHead">
Help
</div>
<div id="dialogHelpContent" class="popupDialogContent"></div>
<div id="dialogHelpControls" class="popupDialogControls">
<div id="j_id14" style="padding:5px;">
<a href="#" class="buttonNonpersistent closeDialog"><span class="buttonLabel">Close Help</span></a>
</div>
</div>
</div>
<div id="wrapper">
<div id="header">
<div>
<a href="http://seamframework.org/"><img src="themes/sfwkorg/img/blank.gif" height="98" width="210"></a>
</div>
</div>
<div id="body">
<div id="container">
<div id="leftColumn">
<div id="mainMenu" xmlns="http://www.w3.org/1999/xhtml">
<div id="j_id121" class="box">
<div class="mainMenuContainer">
<div class="mainMenuHeader"></div>
<div class="mainMenuBody">
<div id="j_id125" class="level1">
<span class="level1Marker level1MarkerDot">·</span>
<span class="level1Marker level1MarkerGreaterThan">></span>
<span class="level1Marker level1MarkerSlash">/</span>
<span class="level1Marker level1MarkerSpace"> </span>
<a href="Home.html" class="level1Link">Home</a>
</div>
<div id="j_id132" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Home/WhySeam.html" class="level2Link">Why Seam?</a>
</div>
<div id="j_id139" class="level1">
<span class="level1Marker level1MarkerDot">·</span>
<span class="level1Marker level1MarkerGreaterThan">></span>
<span class="level1Marker level1MarkerSlash">/</span>
<span class="level1Marker level1MarkerSpace"> </span>
<a href="Seam2.html" class="level1Link">Seam 2</a>
</div>
<div id="j_id146" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Seam2/GettingStarted.html" class="level2Link">Getting Started</a>
</div>
<div id="j_id153" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Seam2/Downloads.html" class="level2Link">Downloads</a>
</div>
<div id="j_id160" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Seam2/Documentation.html" class="level2Link">Documentation</a>
</div>
<div id="j_id167" class="level1">
<span class="level1Marker level1MarkerDot">·</span>
<span class="level1Marker level1MarkerGreaterThan">></span>
<span class="level1Marker level1MarkerSlash">/</span>
<span class="level1Marker level1MarkerSpace"> </span>
<a href="http://weld.cdi-spec.org/" class="level1Link">Weld</a>
</div>
<div id="j_id174" class="level1">
<span class="level1Marker level1MarkerDot">·</span>
<span class="level1Marker level1MarkerGreaterThan">></span>
<span class="level1Marker level1MarkerSlash">/</span>
<span class="level1Marker level1MarkerSpace"> </span>
<a href="Community.html" class="level1Link">Community</a>
</div>
<div id="j_id181" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="https://community.jboss.org/" class="level2Link">Forums</a>
</div>
<div id="j_id188" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/CDIExtensions.html" class="level2Link">CDI Extensions</a>
</div>
<div id="j_id195" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/Contribute.html" class="level2Link">Contribute</a>
</div>
<div id="j_id202" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/JIRA.html" class="level2Link">JIRA</a>
</div>
<div id="j_id209" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/MailingLists.html" class="level2Link">Mailing Lists</a>
</div>
<div id="j_id216" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/Events.html" class="level2Link">Events</a>
</div>
<div id="j_id223" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/Links.html" class="level2Link">Links</a>
</div>
<div id="j_id230" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Community/SeamInProduction.html" class="level2Link">Seam In Production</a>
</div>
<div id="j_id237" class="level1">
<span class="level1Marker level1MarkerDot">·</span>
<span class="level1Marker level1MarkerGreaterThan">></span>
<span class="level1Marker level1MarkerSlash">/</span>
<span class="level1Marker level1MarkerSpace"> </span>
<a href="Documentation.html" class="level1Link">Documentation</a>
</div>
<div id="j_id244" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Documentation/FAQs.html" class="level2Link">FAQs</a>
</div>
<div id="j_id251" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Documentation/KnowledgeBase.html" class="level2Link">Knowledge Base</a>
</div>
<div id="j_id258" class="level2">
<span class="level2Marker level2MarkerDot">·</span>
<span class="level2Marker level2MarkerGreaterThan">></span>
<span class="level2Marker level2MarkerSlash">/</span>
<span class="level2Marker level2MarkerSpace"> </span>
<a href="Documentation/Design.html" class="level2Link">Design</a>
</div>
</div>
<div class="mainMenuFooter"></div>
</div>
</div>
</div>
<br>
<div style="margin-top: 25px; margin-left: 15px; margin-right: 15px; ">
<h2>Built with Seam</h2>
<p> You can find the full source code for this website in the <a href="/Download.html">Seam package</a> in the directory /examples/wiki. It is licensed under the LGPL. </p>
<div style="text-align:center;">
<a href="/Community/GetASeamIcon.html"><img src="themes/sfwkorg/img/runningon_seamlogo_beige.gif" height="50" width="200"></a>
</div>
</div>
</div>
<div id="rightColumn">
<img src="themes/sfwkorg/img/blank.gif" height="8" width="1">
<div id="breadcrumb" class="breadcrumb">
<span class="breadcrumbPanel"><a href="index.html" class="itemLink breadcrumbRoot">Site</a><span class="itemSeparator breadcrumbRoot">·</span><a href="Seam3.html" class="itemLink">Seam 3</a><span class="itemSeparatorDot itemSeparator">·</span><span class="itemSeparatorGreaterThan itemSeparator">></span><span class="itemSeparatorSlash itemSeparator">/</span><a href="Seam3/Home.html" class="itemText">Home</a></span>
</div>
<div id="messageBoxContainer"></div>
<div id="clientMessageBoxContainer" style="display:none;">
<div id="clientMessageBox" class="messageBox">
<table id="clientMessageBoxTable" class="messageBoxTable" cellpadding="0" cellspacing="0" border="0"></table>
<script type="text/javascript">jQuery(function() {
jQuery("#clientMessageBoxContainer").css("margin-top", "10px").css("margin-bottom", "10px");
pulsate(".clientMessageBoxImage");
});</script>
</div>
</div>
<div id="documentDisplayContainer" class="box">
<div id="documentDisplay" class="documentDisplay">
<div style="float: right; margin-left: 10px;">
<img src="service/File/143952.png" width="600" height="160">
<div style="font-size: 1.5em; text-align: right; margin-right: 115px;">
<a href="Seam3/Status.html" target="" class="regularLink">Status</a> -
<a href="Seam3/Home.html#H-News" target="" class="regularLink">News</a>
<a href="service/Feed/atom/Aggregate/Seam3Newshtml.html"><img src="themes/sfwkorg/img/icon.atom.ongrey.gif" style="vertical-align: middle; margin-top: -2px;"></a>
</div>
</div>
<p class="wikiPara"> <b style="color: rgb(207,129,56); padding-right: 2px;">Seam</b><b style="color: rgb(99,58,24); font-size: 1.3em; font-style: italic;">3</b> is a collection of modules and developer tooling tailored for Java EE 6 application development, with CDI as the central piece. </p>
<p class="wikiPara"> <strong>Seam's <i class="wikiEmphasis">mission</i> is to provide a fully-integrated development platform for building <span style="color: rgb(207,129,56);">rich</span>, <span style="color: rgb(99,58,24);">standards-based</span> Internet applications tailored for traditional and cloud deployments.</strong> </p>
<p class="wikiPara"> The <i class="wikiEmphasis">modules</i> leverage portable CDI extensions to build on the core Java EE functionality, providing many of the popular features and integrations from Seam 2 (security, internationalization, JSF, rules, BPM) while also exploring new integrations and designs. </p>
<p class="wikiPara"> <i class="wikiEmphasis">Developer tooling</i> is provided by <a href="http://www.jboss.org/tools" target="" class="regularLink">JBoss Tools</a> and <a href="http://seamframework.org/Documentation/Forge" target="" class="regularLink">JBoss Forge</a>. JBoss Tools enhances Eclipse with features designed to help developers write, test and deploy enterprise Java applications. JBoss Forge is an incremental project enhancement API and shell. </p>
<p class="wikiPara"> Project lead: <a href="http://community.jboss.org/people/shane.bryzak" target="" class="regularLink">Shane Bryzak</a><br> Community liaison: <a href="http://community.jboss.org/people/dan.j.allen" target="" class="regularLink">Dan Allen</a> (<a href="Community/CommunityLiaison.html" target="" class="regularLink">about this role</a>)<br> <a href="Seam3/Home.html#H-MaintainersAndContributors" target="" class="regularLink">Team members</a> (below) (additional <a href="Community/CommunityRoles.html" target="" class="regularLink">community roles</a>) </p>
<div>
<h1 style="font-size:40px">Active development of Seam 3 has been halted by Red Hat.</h1> Many projects have moved over to
<a href="http://incubator.apache.org/deltaspike/" target="" class="regularLink">Apache DeltaSpike </a>, and others have been absorbed into different projects. Please see the below table for information about where the functionality from each module has gone and how you can participate.
<div style="margin-right:auto;margin-left:auto;width:500px">
<table cellspacing="10" width="640px">
<thead>
<tr>
<th>Seam Project</th>
<th>Where it's going</th>
</tr>
</thead>
<tbody>
<tr>
<td>Solder</td>
<td><a href="http://incubator.apache.org/deltaspike/">Apache DeltaSpike</a></td>
</tr>
<tr>
<td>Seam Catch</td>
<td><a href="http://incubator.apache.org/deltaspike/">Apache DeltaSpike</a></td>
</tr>
<tr>
<td>Seam Config</td>
<td><a href="http://aries.apache.org/">Apache Aries</a></td>
</tr>
<tr>
<td>Seam Cron</td>
<td>TBD</td>
</tr>
<tr>
<td>Seam Drools</td>
<td>Drools Project</td>
</tr>
<tr>
<td>Seam Faces</td>
<td><a href="http://incubator.apache.org/deltaspike/">Apache DeltaSpike</a> and JSF 2.2</td>
</tr>
<tr>
<td>Seam Errai</td>
<td><a href="http://www.jboss.org/errai">Errai</a></td>
</tr>
<tr>
<td>Seam International</td>
<td><a href="http://incubator.apache.org/deltaspike/">Apache DeltaSpike</a></td>
</tr>
<tr>
<td>Seam JCR</td>
<td><a href="http://www.jboss.org/modeshape">ModeShape</a></td>
</tr>
<tr>
<td>Seam JMS</td>
<td><a href="http://jcp.org/en/jsr/detail?id=343">JSR 343</a></td>
</tr>
<tr>
<td>Seam Mail</td>
<td><a href="https://github.com/codylerum/cdi-mail">cdi-mail</a></td>
</tr>
<tr>
<td>Seam Persistence</td>
<td><a href="http://incubator.apache.org/deltaspike/">Apache DeltaSpike</a> and JTA 1.1</td>
</tr>
<tr>
<td>Seam Remoting</td>
<td>Deprecated</td>
</tr>
<tr>
<td>Seam Reports</td>
<td>TBD</td>
</tr>
<tr>
<td>Seam Rest</td>
<td><a href="http://www.jboss.org/resteasy">RESTEasy</a></td>
</tr>
<tr>
<td>Seam Security</td>
<td><a href="http://www.jboss.org/picketlink">PicketLink</a></td>
</tr>
<tr>
<td>Seam Servlet</td>
<td><a href="http://jcp.org/en/jsr/detail?id=346">CDI 1.1</a></td>
</tr>
<tr>
<td>Seam Social</td>
<td><a href="http://agorava.org/">Agorava</a></td>
</tr>
<tr>
<td>Seam Spring</td>
<td>Proposed for <a href="http://incubator.apache.org/deltaspike/">Apache DeltaSpike</a></td>
</tr>
<tr>
<td>Seam Validation</td>
<td><a href="http://beanvalidation.org/">Bean Validation 1.1</a></td>
</tr>
<tr>
<td>Seam Wicket</td>
<td><a href="http://wicket.apache.org/">Apache Wicket</a></td>
</tr>
<tr>
<td>PDF and Spreadsheets</td>
<td>TBD</td>
</tr>
</tbody>
</table>
</div>
</div>
<div style="display: none;">
<b>Before diving in</b>, get up to speed with the
<u><a href="Seam3/Status.html" target="" class="regularLink">status and direction</a></u> of Seam 3. Also be sure to check out the latest news at the bottom of the page.
</div>
<table width="640px">
<tbody>
<tr valign="top">
<td> <h2>Using Seam 3</h2>
<ul class="wikiUnorderedList">
<li class="wikiUnorderedListItem"> <a href="Seam3/GetStarted.html" target="" class="regularLink">Get started</a></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/DistributionDownloads.html" target="" class="regularLink">Download a distribution release</a> <img src="service/File/122357.png" style="margin-top: -5px; vertical-align: middle;"></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/MavenArtifacts.html" target="" class="regularLink">Import Maven artifacts</a></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/APIAndReferenceDocumentation.html" target="" class="regularLink">Read documentation</a></li>
<li class="wikiUnorderedListItem"> <a href="http://seamframework.org/Community/Seam3Users" target="" class="regularLink">Participate in user discussions</a> <img src="seam/resource/wikiPluginTheme/forum/list/img/icon.posting_unread.gif" style="margin-top: -12px; padding-left: 2px; vertical-align: middle;"></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/ReportIssues.html" target="" class="regularLink">Report issues</a></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/Seam2ToSeam3MigrationNotes.html" target="" class="regularLink">Migrating from Seam 2 to Seam 3</a></li>
</ul> </td>
<td> <h2>Seam 3 design</h2>
<ul class="wikiUnorderedList">
<li class="wikiUnorderedListItem"> <a href="Seam3/Architecture.html" target="" class="regularLink">Architecture</a></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/Status.html#H-Modules" target="" class="regularLink">Module dashboard</a></li>
<li class="wikiUnorderedListItem"> <a href="Documentation/Seam3Examples.html" target="" class="regularLink">Examples</a> (<a href="Documentation/ExampleIdeas.html" target="" class="regularLink">example ideas</a>)</li>
<li class="wikiUnorderedListItem"> Testing support (<a href="http://community.jboss.org/en/arquillian" target="" class="regularLink">Arquillian</a>) <img src="http://design.jboss.org/arquillian/logo/final/arquillian_icon_24px.png" style="vertical-align: middle; margin-top: -8px;"></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/LanguagesAndClassloading.html" target="" class="regularLink">Language support and classloading</a></li>
<li class="wikiUnorderedListItem"> <a href="Documentation/Forge.html" target="" class="regularLink">JBoss Forge</a></li>
</ul> </td>
</tr>
<tr valign="top">
<td> <h2>Contributing to Seam 3</h2>
<ul class="wikiUnorderedList">
<li class="wikiUnorderedListItem"> <a href="Seam3/GetInvolved.html" target="" class="regularLink">How do I get involved?</a></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/ContributeHome.html" target="" class="regularLink">Start hacking</a> <img src="service/File/144317.png" style="margin-top: -4px; margin-bottom: -4px; margin-left: -4px; vertical-align: bottom; height: 26px;"></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/ProcessAndGovernance.html" target="" class="regularLink">Process and governance</a></li>
<li class="wikiUnorderedListItem"> <a href="Seam3/ModuleHandbookTOC.html" target="" class="regularLink">Manage your module</a> (Module Handbook)</li>
<li class="wikiUnorderedListItem"> <a href="Seam3/ReportIssues.html" target="" class="regularLink">Report an issue</a> <img src="service/File/144319.png" style="margin-top: -4px; padding-left: 2px; vertical-align: middle; height: 18px;"> </li>
<li class="wikiUnorderedListItem"> <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="" class="regularLink">Read the mailinglist</a> (shared with Seam 2)</li>
<li class="wikiUnorderedListItem"> <a href="Seam3/Chat.html" target="" class="regularLink">Chat (IRC)</a> (<a href="Seam3/ProjectMeetings.html" target="" class="regularLink">project meetings</a> Wed @ 17:00 EST)</li>
</ul> </td>
<td> <h2>Related efforts</h2>
<ul class="wikiUnorderedList">
<li class="wikiUnorderedListItem"> <a href="Weld/Home.html" target="" class="regularLink">Weld</a> (JSR-299 Reference Implementation)</li>
<li class="wikiUnorderedListItem"> <a href="http://seamframework.org/Documentation/CDIQuickstartForMavenUsers" target="" class="regularLink">Maven archetypes</a> (CDI & Java EE 6)</li>
<li class="wikiUnorderedListItem"> <a href="Community/StudentProjects.html" target="" class="regularLink">Student projects</a></li>
<li class="wikiUnorderedListItem"> <a href="Documentation/ELWishList.html" target="" class="regularLink">EL wish list</a></li>
<li class="wikiUnorderedListItem"> <b><a href="Seam3/ShowPride.html" target="" class="regularLink">Show your Seam pride!</a></b></li>
</ul> </td>
</tr>
</tbody>
</table>
<p><i class="wikiEmphasis">Got a suggestion to make this start page better? Is there a page we forgot? Please post your suggestion in the <a href="http://seamframework.org/Community/Seam3Users" target="" class="regularLink">community forums</a>.</i></p>
<table style="width:100%; margin-top:15px;" cellpadding="0" cellspacing="0" border="0" id="H-News">
<tbody>
<tr>
</tr>
<tr>
</tr>
</tbody>
</table>
<h2 class="wikiHeadline2" id="H-TheValueOfSeam3PortableExtensions"><a href="Seam3/Home.html#H-TheValueOfSeam3PortableExtensions">The value of Seam 3 Portable Extensions</a></h2>
<p class="wikiPara"> Portability is one of greatest advantages of Java Enterprise Edition. It represents the concept that from one application to another, from one application-server vendor to another, and from one job to another, knowledge is freely transferable; the same skills, technologies, and designs can be used with assurance that there are always multiple choices for business solutions. </p>
<p class="wikiPara"> Often times, in the world of open-source standards, we find ourselves solving similar problems in many places, sometimes leading to innovation, but frequently leading to frustration; this is where the world of portability takes on new meaning - with portable extensions from Seam. </p>
<p class="wikiPara"> Seam 3 designed as a set of Portable Extensions, usable on any Servlet container, application-server, or Java runtime; in a sense, learn once, run anywhere - the same promise that Java guarantees. Extensions include common features like custom web-application security, web-flow engines, internationalization and localization, simplified web-page development, and even mail templating or document generation - business needs that nearly every application developer must provide, but that nobody should need to re-invent. </p>
<h2 class="wikiHeadline2" id="H-MaintainersAndContributors"><a href="Seam3/Home.html#H-MaintainersAndContributors">Maintainers and contributors</a></h2>
<p class="wikiPara"> Want your name to appear in this list? Join us in <a href="Seam3/Chat.html" target="" class="regularLink">#seam-dev on freenode</a> and become part of the team!<br><i class="wikiEmphasis">If your name should be on this list, but isn't, please let us know</i>. </p>
<table class="datatable topLeftBottomBorder rightBorder" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr class="regularHeader alignLeft">
<th class="rightBorder">Name</th>
<th class="rightBorder">Role</th>
<th class="rightBorder">Association </th>
<th class="rightBorder">Commit username (Git)</th>
<th>Hometown (Time zone)</th>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/shane.bryzak@jboss.org"><img src="http://a0.twimg.com/profile_images/432322269/shane_bryzak_normal.jpg" style="vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/shane.bryzak" target="" class="regularLink">Shane Bryzak</a></td>
<td class="rightBorder">Project lead, core developer</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/sbryzak" target="" class="regularLink">sbryzak</a></td>
<td><span style="vertical-align: bottom;"><img src="service/File/150591.png" width="27" height="17"> Brisbane, AU</span><br>(UTC+10)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder bottomBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/dan.j.allen"><img src="http://a2.twimg.com/profile_images/53703885/twitter_normal.jpg" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/dan.j.allen" target="" class="regularLink">Dan Allen</a></td>
<td class="rightBorder bottomBorder">Community liaison, core developer</td>
<td class="rightBorder bottomBorder">Red Hat, Inc.</td>
<td class="rightBorder bottomBorder"><a href="http://github.com/mojavelinux" target="" class="regularLink">mojavelinux</a></td>
<td class="bottomBorder">Laurel, MD, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/est.html" target="" class="regularLink">UTC-05</a>)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://in.relation.to/Bloggers/Pete"><img src="http://gravatar.com/avatar/4ebf34d2cbe74a29138a6d1e477ab4c8?s=50" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://in.relation.to/Bloggers/Pete" target="" class="regularLink">Pete Muir</a></td>
<td class="rightBorder">Founder</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/pmuir" target="" class="regularLink">pmuir</a></td>
<td>Edinburgh, Scotland<br>(UTC+0)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/lincolnthree"><img src="http://gravatar.com/avatar/be9be712febc4e422694a3a284421f66?s=50" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/lincolnthree" target="" class="regularLink">Lincoln Baxter, III</a></td>
<td class="rightBorder">Forge lead, core developer</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/lincolnthree" target="" class="regularLink">lincolnthree</a></td>
<td>Philadelphia, PA, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/est.html" target="" class="regularLink">UTC-05</a>)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/meetoblivion"><img src="http://gravatar.com/avatar/e48547648dff8d70c9a9fd3663d150d7?s=50" style="vertical-align: middle; margin-right: 3px; width: 50px;"></a> <a href="http://community.jboss.org/people/meetoblivion" target="" class="regularLink">John Ament</a></td>
<td class="rightBorder">Module lead (JCR), committer (JMS)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="https://github.com/johnament" target="" class="regularLink">johnament</a></td>
<td>Mt. Laurel, NJ, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/est.html" target="" class="regularLink">UTC-05</a>)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/cbrock"><img src="http://a0.twimg.com/profile_images/975029368/think_normal.png" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/cbrock" target="" class="regularLink">Mike Brock</a></td>
<td class="rightBorder">Forge lead, module lead (GWT)</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="https://github.com/mikebrock" target="" class="regularLink">mikebrock</a></td>
<td>Toronto, Canada<br>(UTC-05)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/heiko.braun"><img src="http://community.jboss.org/people/heiko.braun/avatar/46.png?a=1452" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/heiko.braun%40jboss.com" target="" class="regularLink">Heiko Braun</a></td>
<td class="rightBorder">Module lead (GWT)</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/braunh">braunh</a></td>
<td>Munich, Germany<br>(UTC+01)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/swd847"><img src="http://gravatar.com/avatar/c3cc797e76ad63e206555f5520f603a0" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/swd847" target="" class="regularLink">Stuart Douglas</a></td>
<td class="rightBorder">Module lead (solder, config, persistence)</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/stuartwdouglas" target="" class="regularLink">stuartwdouglas</a></td>
<td>Sydney, AU<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/au/edt.html" target="" class="regularLink">UTC+10</a>)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/kenfinni"><img src="http://www.gravatar.com/avatar/74e721dd22b0d509b85746c5edf559c8?s=50" style="margin-right: 3px; vertical-align: middle;"></a> <a href="http://community.jboss.org/people/kenfinni" target="" class="regularLink">Ken Finnigan</a></td>
<td class="rightBorder">Module lead (international)</td>
<td class="rightBorder">- </td>
<td class="rightBorder"><a href="http://github.com/kenfinnigan" target="" class="regularLink">kenfinnigan</a></td>
<td>Boston, MA, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/est.html" target="" class="regularLink">UTC-05</a>)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/jganoff"><img src="http://gravatar.com/avatar/a5bf4be0a6f76a918e41ceca16947a08?s=50" style="vertical-align: middle; margin-right: 3px; width: 50px;"></a> <a href="http://community.jboss.org/people/jganoff" target="" class="regularLink">Jordan Ganoff</a></td>
<td class="rightBorder">Module lead (JMS)</td>
<td class="rightBorder"><a href="http://www.pentaho.com/" target="" class="regularLink">Pentaho</a></td>
<td class="rightBorder"><a href="http://github.com/jganoff">jganoff</a></td>
<td>Orlando, FL, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/est.html" target="" class="regularLink">UTC-05</a>)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/gastaldi"><img src="http://community.jboss.org/people/gastaldi/avatar/46.png?a=1523" style="vertical-align: middle; margin-right: 3px; width: 50px;"></a> <a href="http://community.jboss.org/people/gastaldi" target="" class="regularLink">George Gastaldi</a></td>
<td class="rightBorder">Module lead (JCR)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="http://github.com/gastaldi" target="" class="regularLink">gastaldi</a></td>
<td>Joinville, SC, Brazil</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/jharting"><img src="http://gravatar.com/avatar/677a79e7c42c41f037e6e9c3998a9d78?s=50" style="vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/jharting" target="" class="regularLink">Jozef Hartinger</a></td>
<td class="rightBorder">Module lead (REST)</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/jharting" target="" class="regularLink">jharting</a></td>
<td>Brno, Czech Republic<br>(UTC+02)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/bleathem"><img src="http://gravatar.com/userimage/13521104/c993765fb551953197ea79472b97f2b2.jpg" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/bleathem" target="" class="regularLink">Brian Leathem</a></td>
<td class="rightBorder">Module lead (faces)</td>
<td class="rightBorder">TRIUMF</td>
<td class="rightBorder"><a href="http://github.com/bleathem" target="" class="regularLink">bleathem</a></td>
<td>Vancouver, Canada<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/pst.html" target="" class="regularLink">UTC-08</a>)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><img src="http://gravatar.com/avatar/1137f0cfb63b80013b4fa20069d99e8f" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"> <a href="http://community.jboss.org/people/clerum" target="" class="regularLink">Cody Lerum</a></td>
<td class="rightBorder">Module lead (mail)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="http://github.com/codylerum">codylerum</a></td>
<td>Bozeman, MT, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/mst.html" target="" class="regularLink">UTC-07</a>)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><img src="http://gravatar.com/avatar/8e25c0ca4bf25113bd9c0ccc5d118164?s=50" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"> <a href="http://community.jboss.org/people/gunnar.morling" target="" class="regularLink">Gunnar Morling</a></td>
<td class="rightBorder">Module lead (validation)</td>
<td class="rightBorder">- </td>
<td class="rightBorder"><a href="http://github.com/gunnarmorling" target="" class="regularLink">gunnarmorling</a></td>
<td>UTC+01</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/cpopetz"><img src="http://seamframework.org/seam/resource/wikiUserPortrait/1923/l" style="width: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/cpopetz" target="" class="regularLink">Clint Popetz</a></td>
<td class="rightBorder">Module lead (wicket)</td>
<td class="rightBorder">42 Lines, Inc.</td>
<td class="rightBorder"><a href="http://github.com/cpopetz" target="" class="regularLink">cpopetz</a></td>
<td>Urbana, IL, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/cst.html" target="" class="regularLink">UTC-06</a>)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/LightGuard"><img src="http://profile.ak.fbcdn.net/hprofile-ak-snc4/hs628.ash2/157817_1209054213_2293811_q.jpg" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/LightGuard" target="" class="regularLink">Jason Porter</a></td>
<td class="rightBorder">Module lead (catch)</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/lightguard" target="" class="regularLink">lightguard</a></td>
<td>Salt Lake City, UT, USA<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/na/mst.html" target="" class="regularLink">UTC-07</a>)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/AntoineSabot-Durand"><img src="https://secure.gravatar.com/avatar/98d0697142b0d75568acf12b2767b01c?s=50" style="vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/AntoineSabot-Durand" target="" class="regularLink">Antoine Sabot-Durand</a></td>
<td class="rightBorder">Module lead (social)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="http://github.com/antoinesd" target="" class="regularLink">antoinesd</a></td>
<td></td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/tsurdilovic"><img src="http://gravatar.com/avatar/7c332efd184321e2d8493b77dff1627f?s=50" style="vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/tsurdilovic" target="" class="regularLink">Tihomir Surdilovic</a></td>
<td class="rightBorder">Module lead (drools)</td>
<td class="rightBorder">Red Hat, Inc.</td>
<td class="rightBorder"><a href="http://github.com/tsurdilo" target="" class="regularLink">tsurdilo</a></td>
<td>Atlanta, GA<br>(UTC-05)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/marcelkolsteren"><img src="http://gravatar.com/avatar/67260a52183d3b456a034a8ddb973daa?s=50" style="vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/marcelkolsteren" target="" class="regularLink">Marcel Kolsteren</a></td>
<td class="rightBorder">Committer (security)</td>
<td class="rightBorder">Meandi ICT</td>
<td class="rightBorder"><a href="http://github.com/marcelk" target="" class="regularLink">marcelk</a></td>
<td>Utrecht, Netherlands<br>(UTC+01)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://seamframework.org/user/spinner"><img src="https://secure.gravatar.com/avatar/b5214a657d4818d6826aec35a303f75d?s=50" style="vertical-align: middle; margin-right: 3px;"></a> <a href="http://seamframework.org/user/spinner" target="" class="regularLink">José Freitas</a></td>
<td class="rightBorder">Contributor (examples, international)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="http://github.com/joserodolfofreitas" target="" class="regularLink">joserodolfofreitas</a></td>
<td>-</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/nickarls"><img src="http://seamframework.org/seam/resource/wikiUserPortrait/1888/l" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"> Nicklas Karlsson</a></td>
<td class="rightBorder">Contributor (faces, servlet, solder)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="http://github.com/nickarls" target="" class="regularLink">nickarls</a></td>
<td>Turku, Finland<br>(UTC+02)</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/oranheim"><img src="http://gravatar.com/avatar/d1090d551b41464409e95aea522db2b9?s=50" style="width: 50px; vertical-align: middle; margin-right: 3px;"></a> <a href="http://community.jboss.org/people/oranheim" target="" class="regularLink">Ove Ranheim</a></td>
<td class="rightBorder">Contributor (wicket)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="https://github.com/oranheim" target="" class="regularLink">oranheim</a></td>
<td>Oslo, Norway<br>(<a href="http://timeanddate.com/library/abbreviations/timezones/eu/cet.html" target="" class="regularLink">UTC+01</a>)</td>
</tr>
<tr class="rowEven">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://seamframework.org/user/amir"><img src="http://seamframework.org/seam/resource/wikiUserPortrait/150115/l" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;">Amir Sadrinia</a></td>
<td class="rightBorder">Contributor (remoting)</td>
<td class="rightBorder">-</td>
<td class="rightBorder"><a href="http://github.com/Amir-Github" target="" class="regularLink">Amir-Github</a></td>
<td>AU</td>
</tr>
<tr class="rowOdd">
<td class="rightBorder" style="white-space: nowrap;"><a href="http://community.jboss.org/people/struberg"><img src="http://a3.twimg.com/profile_images/904168997/msxpic-2010_bigger.png" style="width: 50px; height: 50px; vertical-align: middle; margin-right: 3px;"> Mark Struberg</a></td>
<td class="rightBorder">Contributor (faces)</td>
<td class="rightBorder">Apache PMC</td>
<td class="rightBorder"><a href="http://github.com/struberg" target="" class="regularLink">struberg</a></td>
<td>Vienna, Austria<br>(UTC+01)</td>
</tr>
</tbody>
</table>
<p><strong>The Seam 3 project is also supported, validated and polished by our excellent <a href="http://seamframework.org/Seam3/QEAndEnterprisePlatformTeams" target="" class="regularLink">QE and EAP teams</a>.</strong></p>
<p class="wikiPara"> </p>
</div>
<div id="j_id433" class="documentTags undecoratedLink smallFont">
<div id="j_id434">
Tags:
<a href="https://community.jboss.org/tags?recursive=true#/?tags=Seam+3">Seam 3</a>
</div>
</div>
</div>
<div id="commentDisplayForm"></div>
</div>
<div class="clear" style="padding-top:15px;"></div>
</div>
</div>
</div>
<div id="footer" class="undecoratedLink">
<p> © Copyright 2009, Red Hat Middleware, LLC. All rights reserved. JBoss and Seam are registered trademarks and servicemarks of <a href="http://www.redhat.com/">Red Hat, Inc</a>. [<a href="http://www.redhat.com/legal/privacy_statement.html">Privacy Policy</a>]</p>
</div>
<div id="status">
<span id="globalStatus"><span id="globalStatus.start" style="display: none">
<div id="j_id489" class="statusStart">
<img src="themes/sfwkorg/img/statusindicator.gif" height="25" width="20">
</div></span><span id="globalStatus.stop">
<div id="j_id491" class="statusStop">
<img src="themes/sfwkorg/img/blank.gif" height="25" width="20">
</div></span></span>
</div>
<!-- Mirrored from 127.0.0.1:64444/Seam3 by HTTrack Website Copier/3.x [XR&CO'2008], Wed, 01 Oct 2014 13:51:14 GMT -->
<!-- Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!-- /Added by HTTrack -->
</body>
</html>