<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Hi,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>What specifically is the dependency on JBoss.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Should I try and build it with Glassfish V3 Preview or is there
some specific requirement that is not met and I shouldn’t even bother trying.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Regards.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> seam-dev-bounces@lists.jboss.org
[mailto:seam-dev-bounces@lists.jboss.org] <b>On Behalf Of </b>Dan Allen<br>
<b>Sent:</b> 28 May 2009 20:59<br>
<b>To:</b> seam-dev@lists.jboss.org Development List<br>
<b>Subject:</b> [seam-dev] lab notes for experimenting with Seam 3<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>If you've been watching in on the conversations and are
interested in experimenting with Seam 3, I've prepared a concise set of
instructions for getting started. Keep in mind that Seam 3 is in the very early
stages, so put on your lab glasses ;)<br>
<br>
Begin by installing/extracting JBoss AS 5. Set JBOSS_HOME to point to this
installation. Now, checkout and build!<br>
<br>
Open a shell and switch to your development directory. (Committers note that
you can change the repository URLs to <a href="https://svn.jboss.org.">https://svn.jboss.org.</a>..)<br>
<br>
mkdir webbeans-trunk<br>
cd webbeans-trunk<br>
svn co <a href="http://anonsvn.jboss.org/repos/webbeans/ri/trunk">http://anonsvn.jboss.org/repos/webbeans/ri/trunk</a>
ri<br>
svn co <a
href="http://anonsvn.jboss.org/repos/jbossas/projects/webbeans-ri-int/trunk">http://anonsvn.jboss.org/repos/jbossas/projects/webbeans-ri-int/trunk</a>
ri-int<br>
svn co <a href="http://anonsvn.jboss.org/repos/webbeans/extensions/trunk">http://anonsvn.jboss.org/repos/webbeans/extensions/trunk</a>
extensions<br>
cd ri<br>
mvn install -Dmaven.test.skip=true<br>
cd ../ri-int<br>
mvn install -Dmaven.test.skip=true<br>
cd ../extensions/logger<br>
mvn install -Dmaven.test.skip=true<br>
cd ../../ri/jboss-as<br>
<br>
PAUSE<br>
-&gt; create file local.build.properties and populate with:<br>
jboss.home=&lt;&lt;same as JBOSS_HOME&gt;&gt;<br>
webbeans-ri-int.version=5.2.0-SNAPSHOT<br>
webbeans.version=1.0.0-SNAPSHOT<br>
<br>
ant update<br>
<br>
cd ../../..<br>
mkdir seam-trunk<br>
cd seam-trunk<br>
svn co <a href="http://anonsvn.jboss.org/repos/seam/modules/trunk">http://anonsvn.jboss.org/repos/seam/modules/trunk</a>
modules<br>
cd modules/parent<br>
mvn install<br>
cd ../jsf-upgrade-tool/<br>
mvn<br>
cd ../..<br>
svn co <a href="http://anonsvn.jboss.org/repos/seam/examples/trunk">http://anonsvn.jboss.org/repos/seam/examples/trunk</a>
examples<br>
cd examples/booking<br>
mvn cli:execute-phase<br>
&gt; explode<br>
<br>
Start JBoss and visit <a href="http://localhost:8080/seam-booking/">http://localhost:8080/seam-booking/</a><br>
<br>
I welcome all feedback and patches.<br>
<br>
Cheers,<br>
<br>
-Dan<br>
<br>
--<br>
Dan Allen<br>
Senior Software Engineer, Red Hat | Author of Seam in Action<br>
<br>
<a href="http://mojavelinux.com">http://mojavelinux.com</a><br>
<a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br>
<a href="http://in.relation.to/Bloggers/Dan">http://in.relation.to/Bloggers/Dan</a><br>
<br>
NOTE: While I make a strong effort to keep up with my email on a daily<br>
basis, personal or other work matters can sometimes keep me away<br>
from my email. If you contact me, but don't hear back for more than a week,<br>
it is very likely that I am excessively backlogged or the message was<br>
caught in the spam filters. &nbsp;Please don't hesitate to resend a message if<br>
you feel that it did not reach my attention.<o:p></o:p></p>

</div>

</body>

</html>