You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ch...@apache.org on 2006/08/21 20:20:49 UTC

svn commit: r433314 [7/13] - in /geronimo/xbean/site: ./ 2005/10/12/ 2006/06/23/

Modified: geronimo/xbean/site/ideas.html
URL: http://svn.apache.org/viewvc/geronimo/xbean/site/ideas.html?rev=433314&r1=433313&r2=433314&view=diff
==============================================================================
--- geronimo/xbean/site/ideas.html (original)
+++ geronimo/xbean/site/ideas.html Mon Aug 21 11:20:43 2006
@@ -1,136 +1,316 @@
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
-  <HEAD>
-<!--
-    Pier's plugin always overwrites the stylesheet so lets explicitly use another one
-    <link type="text/css" rel="stylesheet" href="autoexport:///XB/resources/space.css">
--->
-    <LINK type="text/css" rel="stylesheet" href="resources/site.css">
-    <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT>
-    <TITLE>
-Ideas
-    </TITLE>
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
-  <BODY onload="init()">
-
-    <!-- Banner -->
-    <DIV id="site-banner">
-
-      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+    <HEAD>
+        <LINK type="text/css" rel="stylesheet" href="http://geronimo.apache.org/documentation/resources/space.css">
+        <STYLE type="text/css">
+            .quicklinks {
+                font-size: smaller;
+            }
+            .sideNavSectionTitle {
+                text-align: left;
+            }
+            .quicklinks a:link, .quicklinks a:visited, .quicklinks a:active, .quicklinks a:hover  {
+                color: #FFFFFF;
+                text-decoration: none;
+            }
+            .gfxbyepiq {
+                text-align: center;
+                font-size: smaller;
+            }
+            .gfxbyepiq a:link, .gfxbyepiq a:visited, .gfxbyepiq a:active, .gfxbyepiq a:hover {
+                color: #AAAAAA;
+                text-decoration: none;
+            }
+            .footer {
+                background-image:      url('http://geronimo.apache.org/images/border/border_bottom.gif');
+                background-repeat:     repeat-x;
+                background-position:   left top;
+                padding-top:           6px;
+                color:                 #666;
+                font-size: smaller;
+                text-align: right;
+            }
+        </STYLE>
+        
+        <SCRIPT type="text/javascript" language="javascript">
+            var hide = null;
+            var show = null;
+            var children = null;
+            
+            function init() {
+                /* Search form initialization */
+                var form = document.forms['search'];
+                if (form != null) {
+                    form.elements['domains'].value = location.hostname;
+                    form.elements['sitesearch'].value = location.hostname;
+                }
+                
+                /* Children initialization */
+                hide = document.getElementById('hide');
+                show = document.getElementById('show');
+                children = document.all != null ?
+                           document.all['children'] :
+                           document.getElementById('children');
+                if (children != null) {
+                    children.style.display = 'none';
+                    show.style.display = 'inline';
+                    hide.style.display = 'none';
+                }
+            }
+            
+            function showChildren() {
+                children.style.display = 'block';
+                show.style.display = 'none';
+                hide.style.display = 'inline';
+            }
+            
+            function hideChildren() {
+                children.style.display = 'none';
+                show.style.display = 'inline';
+                hide.style.display = 'none';
+            }
+        </SCRIPT>
+        
+        <TITLE>Ideas :: Apache XBean</TITLE>
+    <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+    
+    <BODY onload="init()">
+        
+            <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/header_bg_1x86.gif">
         <TR>
-          <TD align="left" class="topbardiv" nowrap="">
-            <DIV style="color:black; font-size:32pt; font-weight:bold;">XBean</DIV>
-          </TD>
-          <TD align="right" nowrap="">
-            <IMG border="0" src="http://geronimo.apache.org/images/topleft_logo_437x64.gif">
-          </TD>
-        </TR> 
-      </TABLE>
-
+            <TD valing="top" align="left">
+                <A href="http://geronimo.apache.org/xbean"><IMG src="http://geronimo.apache.org/images/topleft_logo_437x64.gif" border="0"></A>
+            </TD>
+            
+            <TD width="100%">
+                &nbsp;
+            </TD>
+            
+            <TD valign="top" align="right">
+                <IMG src="http://geronimo.apache.org/images/subnav_angle_15x18.gif" width="15" height="18" alt="" border="0">
+            </TD>
+            
+            <TD valign="top" align="right" nowrap="true">
+                <DIV class="quicklinks" style="background-color: #5D9ACD">
+                        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="1" height="14" border="0">
+                    <FONT color="#003366" face="Verdana, Helvetica, Arial">
+                            
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </FONT>
+                        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="4" height="1" border="0">
+                </DIV>
+            </TD>
+        </TR>
+    </TABLE>
+
+            <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/menu_bgstretch_1x22.gif">
+        <TR align="left">
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/index.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_home_off_63x19.gif" width="63" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/documentation.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_doc_off_116x19.gif" width="116" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/downloads.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_download_off_85x19.gif" width="85" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/get-involved.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_comm_off_96x19.gif" width="96" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/development.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_dev_off_104x19.gif" width="104" height="19" border="0"></A>
+            </TD>
+            <TD width="100%" align="right">
+                    <DIV align="right" style="padding: 2px 10px; margin: 0px;">
+        <A href="http://goopen.org/confluence/pages/editpage.action?pageId=4779">
+            <IMG src="http://geronimo.apache.org/images/icons/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></A>
+        <!--
+        &nbsp;
+        <a href="http://goopen.org/confluence/pages/listpages.action?key=XB">
+            <img src="http://geronimo.apache.org/images/icons/browse_space.gif" border="0" align="absmiddle" title="Browse Space"></a>
+        &nbsp;
+        <a href="http://goopen.org/confluence/pages/createpage.action?spaceKey=XB&fromPageId=4779">
+            <img src="http://geronimo.apache.org/images/icons/add_page_16.gif" height="16" width="16" border="0" align="absmiddle" title="Add Page"></a>
+        -->
+        
+        &nbsp;
+                                            <SCRIPT type="text/javascript" language="javascript">
+                document.write('<a href="http://goopen.org/confluence/pages/viewpage');
+                document.write('.action?pageId=4779&decorator=printable">');
+            </SCRIPT>
+            <IMG src="http://cwiki.apache.org/confluence/images/icons/print_16.gif" height="16" width="16" border="0" align="absmiddle" title="Print"></A>
+        &nbsp;
+        <A href="http://goopen.org/confluence/pages/doexportpage.action?pageId=4779&type=TYPE_PDF">
+            <IMG src="http://cwiki.apache.org/confluence/images/icons/attachments/pdf.gif" height="16" width="16" border="0" align="absmiddle" title="Export PDF"></A>
     </DIV>
-
-    <!-- Bread crumbs and Quick Links -->
-    <DIV id="site-navbar">
-      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+            </TD>
+        </TR>
+    </TABLE>
+
+            <TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
+        <TR class="topBar">
+            <TD align="left" valign="middle" class="topBarDiv" nowrap="true">
+                &nbsp;<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="developers.html" title="Developers">Developers</A>&nbsp;&gt;&nbsp;<A href="" title="Ideas">Ideas</A>
+            </TD>
+            
+            <!-- Search -->
+            <TD align="right" valign="middle" nowrap="true">
+                <FORM name="search" action="http://www.google.com/search" method="get">
+                    <INPUT type="hidden" name="ie" value="UTF-8">
+                    <INPUT type="hidden" name="oe" value="UTF-8">
+                    <INPUT type="hidden" name="domains" value="geronimo.apache.org">
+                    <INPUT type="hidden" name="sitesearch" value="geronimo.apache.org">
+                    <INPUT type="text" name="q" maxlength="255" value="">
+                    <INPUT type="submit" name="btnG" value="Search">
+                </FORM>
+            </TD>
+        </TR>
+    </TABLE>
+
+        <TABLE border="0" cellpadding="4" width="100%" bgcolor="#FFFFFF">
+            <TR>
+                <TD valign="top" nowrap="true">
+                            
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
         <TR>
-          <TD align="left" valign="middle" nowrap="">
-            <DIV id="site-breadcrumbs">
-<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="developers.html" title="Developers">Developers</A>&nbsp;&gt;&nbsp;<A href="" title="Ideas">Ideas</A>
-            </DIV>
-          </TD>
-          <TD align="right" valign="middle" nowrap="">
-            <DIV id="site-quicklinks">
-
-<P><A href="download.html" title="Download">Download</A> | <SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">JavaDocs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> | <A href="source.html" title="Source">Source</A> | <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> | <A href="lists.html" title="Lists">Mailing Lists</A> | <SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN" title="Visit page outside Confluence" rel="nofollow">Support<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/
 icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
-            </DIV>
-          </TD>
-        </TR> 
-      </TABLE>
-    </DIV>
-
-<!-- Integrate google search later.
-          <form name="search" action="http://www.google.com/search" method="get">
-            <input type="hidden" name="ie" value="UTF- 8" />
-            <input type="hidden" name="oe" value="UTF- 8" />
-            <input type="hidden" name="domains" value="" />
-            <input type="hidden" name="sitesearch" value="" />
-            <input type="text" name="q" maxlength="255" value="" />        
-            <input type="submit" name="btnG" value="Google Search" />
-          </form>
--->
-
-      <DIV id="site-content">
-        <TABLE>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Quick Links</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
         <TR>
-        <TD valign="top">
-          <DIV id="site-navigation">
-<H3><A name="Navigation-Overview"></A>Overview</H3>
-<UL class="alternate" type="square">
-	<LI><A href="home.html" title="Home">Home</A></LI>
-	<LI><A href="news.html" title="News">News</A></LI>
-	<LI><A href="site.html" title="Site">Site</A></LI>
-	<LI><A href="faq.html" title="FAQ">FAQ</A></LI>
-	<LI><A href="download.html" title="Download">Download</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-Features"></A>Features</H3>
-<UL class="alternate" type="square">
-	<LI><A href="custom-xml.html" title="Custom XML">Custom XML</A></LI>
-	<LI><A href="editing-custom-xml.html" title="Editing Custom XML">Editing Custom XML</A></LI>
-	<LI><A href="xbean-ant-task.html" title="XBean Ant Task">XBean Ant Task</A></LI>
-	<LI><A href="jaxb-jndi.html" title="A JNDI provider using JAXB2">JAXB JNDI</A></LI>
-	<LI><A href="annotation-based-dependency-injection.html" title="Annotation based Dependency Injection">AnDI</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-RelatedProjects"></A>Related Projects</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="http://www.springframework.org/" title="Visit page outside Confluence" rel="nofollow">Spring<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/" title="Visit page outside Confluence" rel="nofollow">Geronimo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://activemq.org/" title="Visit page outside Confluence" rel="nofollow">ActiveMQ<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://openejb.org/" title="Visit page outside Confluence" rel="nofollow">OpenEJB<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://jencks.org/" title="Visit page outside Confluence" rel="nofollow">Jencks<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://servicemix.org/" title="Visit page outside Confluence" rel="nofollow">ServiceMix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-</UL>
-
-
-<H3><A name="Navigation-Support"></A>Support</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="hhttp://issues.apache.org/jira/browse/XBEAN" title="Visit page outside Confluence" rel="nofollow">Issues<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:roadmap-panel" title="Visit page outside Confluence" rel="nofollow">Roadmap<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:changelog-panel" title="Visit page outside Confluence" rel="nofollow">Change log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-</UL>
-
-
-<H3><A name="Navigation-Community"></A>Community</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><A href="lists.html" title="Lists">Mailing Lists</A></LI>
-	<LI><A href="contributor.html" title="Contributor">Who We Are</A></LI>
-	<LI><A href="contributing.html" title="Contributing">Contributing</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-Developers"></A>Developers</H3>
-<UL class="alternate" type="square">
-	<LI><A href="source.html" title="Source">Source Code</A></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">JavaDocs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">Source XRef<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">Test Source XRef<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><A href="release-procedure.html" title="Release Procedure">Release Procedure</A></LI>
-</UL>
-
-          </DIV>
-        </TD>
-        <TD valign="top">
-          <DIV id="site-page">
-
-<!--          
-            <div class="pagetitle">Ideas</div>
--->
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Community</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
+        <TR>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Development</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
+        <TR>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Subprojects</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+                    
+                    <DIV class="gfxbyepiq">
+                        <A href="http://www.epiqtech.com/">Graphics by Epiq</A>
+                    </DIV>
+                </TD>
+                <TD align="left" valign="top" width="100%">
+                        <DIV id="PageContent">
+                
+        <DIV class="pagecontent">
             <DIV class="wiki-content">
+                
 <H3><A name="Ideas-RegularClassPathcreation"></A>Regular ClassPath creation</H3>
 
 <DIV class="code"><DIV class="codeContent">
@@ -213,39 +393,17 @@
 
 
 
-</DIV>
-          
-        <!--
-          <div class="tabletitle">
-            Children
-            <span class="smalltext" id="show" style="display: inline;">
-              <a href="javascript:showChildren()">Show Children</a></span>
-            <span class="smalltext" id="hide" style="display: none;">
-              <a href="javascript:hideChildren()">Hide Children</a></span>
-          </div>
-          <div class="greybox" id="children" style="display: none;">
-                                      <a href="http://goopen.org/confluence/display/XB/Dream+Config" title="Dream Config">Dream Config</a>
-              <span class="smalltext">(XBean)</span>
-              <br>
-                          <a href="http://goopen.org/confluence/display/XB/Templating+Ideas" title="Templating Ideas">Templating Ideas</a>
-              <span class="smalltext">(XBean)</span>
-              <br>
-                      </div>
--->
-                  </DIV>
-        </TD>
-      </TR>
-      </TABLE>     
-      </DIV>
-    </DIV>
-    <DIV id="site-footer">
-          Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on May 16, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=4779&originalId=5860">view change</A>)
-              
-      (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=4779">edit page</A>)
+
+            </DIV>
+        </DIV>
     </DIV>
+                </TD>
+            </TR>
+        </TABLE>
 
-  </BODY>
+            <DIV class="footer">
+        Copyright &copy; 2003-2006, The Apache Software Foundation
+    </DIV>
 
+    </BODY>
 </HTML>

Modified: geronimo/xbean/site/jaxb-jndi.html
URL: http://svn.apache.org/viewvc/geronimo/xbean/site/jaxb-jndi.html?rev=433314&r1=433313&r2=433314&view=diff
==============================================================================
--- geronimo/xbean/site/jaxb-jndi.html (original)
+++ geronimo/xbean/site/jaxb-jndi.html Mon Aug 21 11:20:43 2006
@@ -1,136 +1,316 @@
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
-  <HEAD>
-<!--
-    Pier's plugin always overwrites the stylesheet so lets explicitly use another one
-    <link type="text/css" rel="stylesheet" href="autoexport:///XB/resources/space.css">
--->
-    <LINK type="text/css" rel="stylesheet" href="resources/site.css">
-    <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT>
-    <TITLE>
-JAXB JNDI
-    </TITLE>
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
-  <BODY onload="init()">
-
-    <!-- Banner -->
-    <DIV id="site-banner">
-
-      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+    <HEAD>
+        <LINK type="text/css" rel="stylesheet" href="http://geronimo.apache.org/documentation/resources/space.css">
+        <STYLE type="text/css">
+            .quicklinks {
+                font-size: smaller;
+            }
+            .sideNavSectionTitle {
+                text-align: left;
+            }
+            .quicklinks a:link, .quicklinks a:visited, .quicklinks a:active, .quicklinks a:hover  {
+                color: #FFFFFF;
+                text-decoration: none;
+            }
+            .gfxbyepiq {
+                text-align: center;
+                font-size: smaller;
+            }
+            .gfxbyepiq a:link, .gfxbyepiq a:visited, .gfxbyepiq a:active, .gfxbyepiq a:hover {
+                color: #AAAAAA;
+                text-decoration: none;
+            }
+            .footer {
+                background-image:      url('http://geronimo.apache.org/images/border/border_bottom.gif');
+                background-repeat:     repeat-x;
+                background-position:   left top;
+                padding-top:           6px;
+                color:                 #666;
+                font-size: smaller;
+                text-align: right;
+            }
+        </STYLE>
+        
+        <SCRIPT type="text/javascript" language="javascript">
+            var hide = null;
+            var show = null;
+            var children = null;
+            
+            function init() {
+                /* Search form initialization */
+                var form = document.forms['search'];
+                if (form != null) {
+                    form.elements['domains'].value = location.hostname;
+                    form.elements['sitesearch'].value = location.hostname;
+                }
+                
+                /* Children initialization */
+                hide = document.getElementById('hide');
+                show = document.getElementById('show');
+                children = document.all != null ?
+                           document.all['children'] :
+                           document.getElementById('children');
+                if (children != null) {
+                    children.style.display = 'none';
+                    show.style.display = 'inline';
+                    hide.style.display = 'none';
+                }
+            }
+            
+            function showChildren() {
+                children.style.display = 'block';
+                show.style.display = 'none';
+                hide.style.display = 'inline';
+            }
+            
+            function hideChildren() {
+                children.style.display = 'none';
+                show.style.display = 'inline';
+                hide.style.display = 'none';
+            }
+        </SCRIPT>
+        
+        <TITLE>JAXB JNDI :: Apache XBean</TITLE>
+    <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+    
+    <BODY onload="init()">
+        
+            <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/header_bg_1x86.gif">
         <TR>
-          <TD align="left" class="topbardiv" nowrap="">
-            <DIV style="color:black; font-size:32pt; font-weight:bold;">XBean</DIV>
-          </TD>
-          <TD align="right" nowrap="">
-            <IMG border="0" src="http://geronimo.apache.org/images/topleft_logo_437x64.gif">
-          </TD>
-        </TR> 
-      </TABLE>
-
+            <TD valing="top" align="left">
+                <A href="http://geronimo.apache.org/xbean"><IMG src="http://geronimo.apache.org/images/topleft_logo_437x64.gif" border="0"></A>
+            </TD>
+            
+            <TD width="100%">
+                &nbsp;
+            </TD>
+            
+            <TD valign="top" align="right">
+                <IMG src="http://geronimo.apache.org/images/subnav_angle_15x18.gif" width="15" height="18" alt="" border="0">
+            </TD>
+            
+            <TD valign="top" align="right" nowrap="true">
+                <DIV class="quicklinks" style="background-color: #5D9ACD">
+                        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="1" height="14" border="0">
+                    <FONT color="#003366" face="Verdana, Helvetica, Arial">
+                            
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </FONT>
+                        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="4" height="1" border="0">
+                </DIV>
+            </TD>
+        </TR>
+    </TABLE>
+
+            <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/menu_bgstretch_1x22.gif">
+        <TR align="left">
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/index.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_home_off_63x19.gif" width="63" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/documentation.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_doc_off_116x19.gif" width="116" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/downloads.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_download_off_85x19.gif" width="85" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/get-involved.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_comm_off_96x19.gif" width="96" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/development.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_dev_off_104x19.gif" width="104" height="19" border="0"></A>
+            </TD>
+            <TD width="100%" align="right">
+                    <DIV align="right" style="padding: 2px 10px; margin: 0px;">
+        <A href="http://goopen.org/confluence/pages/editpage.action?pageId=5944">
+            <IMG src="http://geronimo.apache.org/images/icons/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></A>
+        <!--
+        &nbsp;
+        <a href="http://goopen.org/confluence/pages/listpages.action?key=XB">
+            <img src="http://geronimo.apache.org/images/icons/browse_space.gif" border="0" align="absmiddle" title="Browse Space"></a>
+        &nbsp;
+        <a href="http://goopen.org/confluence/pages/createpage.action?spaceKey=XB&fromPageId=5944">
+            <img src="http://geronimo.apache.org/images/icons/add_page_16.gif" height="16" width="16" border="0" align="absmiddle" title="Add Page"></a>
+        -->
+        
+        &nbsp;
+                                            <SCRIPT type="text/javascript" language="javascript">
+                document.write('<a href="http://goopen.org/confluence/pages/viewpage');
+                document.write('.action?pageId=5944&decorator=printable">');
+            </SCRIPT>
+            <IMG src="http://cwiki.apache.org/confluence/images/icons/print_16.gif" height="16" width="16" border="0" align="absmiddle" title="Print"></A>
+        &nbsp;
+        <A href="http://goopen.org/confluence/pages/doexportpage.action?pageId=5944&type=TYPE_PDF">
+            <IMG src="http://cwiki.apache.org/confluence/images/icons/attachments/pdf.gif" height="16" width="16" border="0" align="absmiddle" title="Export PDF"></A>
     </DIV>
-
-    <!-- Bread crumbs and Quick Links -->
-    <DIV id="site-navbar">
-      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+            </TD>
+        </TR>
+    </TABLE>
+
+            <TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
+        <TR class="topBar">
+            <TD align="left" valign="middle" class="topBarDiv" nowrap="true">
+                &nbsp;<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="features.html" title="Features">Features</A>&nbsp;&gt;&nbsp;<A href="" title="JAXB JNDI">JAXB JNDI</A>
+            </TD>
+            
+            <!-- Search -->
+            <TD align="right" valign="middle" nowrap="true">
+                <FORM name="search" action="http://www.google.com/search" method="get">
+                    <INPUT type="hidden" name="ie" value="UTF-8">
+                    <INPUT type="hidden" name="oe" value="UTF-8">
+                    <INPUT type="hidden" name="domains" value="geronimo.apache.org">
+                    <INPUT type="hidden" name="sitesearch" value="geronimo.apache.org">
+                    <INPUT type="text" name="q" maxlength="255" value="">
+                    <INPUT type="submit" name="btnG" value="Search">
+                </FORM>
+            </TD>
+        </TR>
+    </TABLE>
+
+        <TABLE border="0" cellpadding="4" width="100%" bgcolor="#FFFFFF">
+            <TR>
+                <TD valign="top" nowrap="true">
+                            
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
         <TR>
-          <TD align="left" valign="middle" nowrap="">
-            <DIV id="site-breadcrumbs">
-<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="features.html" title="Features">Features</A>&nbsp;&gt;&nbsp;<A href="" title="JAXB JNDI">JAXB JNDI</A>
-            </DIV>
-          </TD>
-          <TD align="right" valign="middle" nowrap="">
-            <DIV id="site-quicklinks">
-
-<P><A href="download.html" title="Download">Download</A> | <SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">JavaDocs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> | <A href="source.html" title="Source">Source</A> | <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> | <A href="lists.html" title="Lists">Mailing Lists</A> | <SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN" title="Visit page outside Confluence" rel="nofollow">Support<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/
 icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
-            </DIV>
-          </TD>
-        </TR> 
-      </TABLE>
-    </DIV>
-
-<!-- Integrate google search later.
-          <form name="search" action="http://www.google.com/search" method="get">
-            <input type="hidden" name="ie" value="UTF- 8" />
-            <input type="hidden" name="oe" value="UTF- 8" />
-            <input type="hidden" name="domains" value="" />
-            <input type="hidden" name="sitesearch" value="" />
-            <input type="text" name="q" maxlength="255" value="" />        
-            <input type="submit" name="btnG" value="Google Search" />
-          </form>
--->
-
-      <DIV id="site-content">
-        <TABLE>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Quick Links</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
+        <TR>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Community</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
+        <TR>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Development</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
         <TR>
-        <TD valign="top">
-          <DIV id="site-navigation">
-<H3><A name="Navigation-Overview"></A>Overview</H3>
-<UL class="alternate" type="square">
-	<LI><A href="home.html" title="Home">Home</A></LI>
-	<LI><A href="news.html" title="News">News</A></LI>
-	<LI><A href="site.html" title="Site">Site</A></LI>
-	<LI><A href="faq.html" title="FAQ">FAQ</A></LI>
-	<LI><A href="download.html" title="Download">Download</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-Features"></A>Features</H3>
-<UL class="alternate" type="square">
-	<LI><A href="custom-xml.html" title="Custom XML">Custom XML</A></LI>
-	<LI><A href="editing-custom-xml.html" title="Editing Custom XML">Editing Custom XML</A></LI>
-	<LI><A href="xbean-ant-task.html" title="XBean Ant Task">XBean Ant Task</A></LI>
-	<LI><A href="" title="A JNDI provider using JAXB2">JAXB JNDI</A></LI>
-	<LI><A href="annotation-based-dependency-injection.html" title="Annotation based Dependency Injection">AnDI</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-RelatedProjects"></A>Related Projects</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="http://www.springframework.org/" title="Visit page outside Confluence" rel="nofollow">Spring<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/" title="Visit page outside Confluence" rel="nofollow">Geronimo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://activemq.org/" title="Visit page outside Confluence" rel="nofollow">ActiveMQ<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://openejb.org/" title="Visit page outside Confluence" rel="nofollow">OpenEJB<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://jencks.org/" title="Visit page outside Confluence" rel="nofollow">Jencks<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://servicemix.org/" title="Visit page outside Confluence" rel="nofollow">ServiceMix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-</UL>
-
-
-<H3><A name="Navigation-Support"></A>Support</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="hhttp://issues.apache.org/jira/browse/XBEAN" title="Visit page outside Confluence" rel="nofollow">Issues<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:roadmap-panel" title="Visit page outside Confluence" rel="nofollow">Roadmap<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:changelog-panel" title="Visit page outside Confluence" rel="nofollow">Change log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-</UL>
-
-
-<H3><A name="Navigation-Community"></A>Community</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><A href="lists.html" title="Lists">Mailing Lists</A></LI>
-	<LI><A href="contributor.html" title="Contributor">Who We Are</A></LI>
-	<LI><A href="contributing.html" title="Contributing">Contributing</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-Developers"></A>Developers</H3>
-<UL class="alternate" type="square">
-	<LI><A href="source.html" title="Source">Source Code</A></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">JavaDocs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">Source XRef<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">Test Source XRef<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><A href="release-procedure.html" title="Release Procedure">Release Procedure</A></LI>
-</UL>
-
-          </DIV>
-        </TD>
-        <TD valign="top">
-          <DIV id="site-page">
-
-<!--          
-            <div class="pagetitle">JAXB JNDI</div>
--->
-            <DIV class="wiki-content"><H2><A name="JAXBJNDI-JNDIProviderusingJAXB2"></A>JNDI Provider using JAXB2</H2>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Subprojects</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+                    
+                    <DIV class="gfxbyepiq">
+                        <A href="http://www.epiqtech.com/">Graphics by Epiq</A>
+                    </DIV>
+                </TD>
+                <TD align="left" valign="top" width="100%">
+                        <DIV id="PageContent">
+                
+        <DIV class="pagecontent">
+            <DIV class="wiki-content">
+                <H2><A name="JAXBJNDI-JNDIProviderusingJAXB2"></A>JNDI Provider using JAXB2</H2>
 
 <P>This XBean module implements a JNDI context by parsing an XML configuration file using the excellent <SPAN class="nobr"><A href="https://jaxb.dev.java.net/" title="Visit page outside Confluence" rel="nofollow">JAXB2 library<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
 
@@ -146,22 +326,17 @@
 
 <P>There is an example <SPAN class="nobr"><A href="https://svn.apache.org/repos/asf/geronimo/xbean/trunk/xbean-jaxb/src/test/resources/org/apache/xbean/jaxb/example1.xml" title="Visit page outside Confluence" rel="nofollow">XML file here<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
 
-</DIV>
-          
-                  </DIV>
-        </TD>
-      </TR>
-      </TABLE>     
-      </DIV>
-    </DIV>
-    <DIV id="site-footer">
-          Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on May 31, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=5944&originalId=8511">view change</A>)
-              
-      (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=5944">edit page</A>)
+
+            </DIV>
+        </DIV>
     </DIV>
+                </TD>
+            </TR>
+        </TABLE>
 
-  </BODY>
+            <DIV class="footer">
+        Copyright &copy; 2003-2006, The Apache Software Foundation
+    </DIV>
 
+    </BODY>
 </HTML>

Modified: geronimo/xbean/site/lists.html
URL: http://svn.apache.org/viewvc/geronimo/xbean/site/lists.html?rev=433314&r1=433313&r2=433314&view=diff
==============================================================================
--- geronimo/xbean/site/lists.html (original)
+++ geronimo/xbean/site/lists.html Mon Aug 21 11:20:43 2006
@@ -1,136 +1,316 @@
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
-  <HEAD>
-<!--
-    Pier's plugin always overwrites the stylesheet so lets explicitly use another one
-    <link type="text/css" rel="stylesheet" href="autoexport:///XB/resources/space.css">
--->
-    <LINK type="text/css" rel="stylesheet" href="resources/site.css">
-    <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT>
-    <TITLE>
-Lists
-    </TITLE>
-  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
-  <BODY onload="init()">
-
-    <!-- Banner -->
-    <DIV id="site-banner">
-
-      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+    <HEAD>
+        <LINK type="text/css" rel="stylesheet" href="http://geronimo.apache.org/documentation/resources/space.css">
+        <STYLE type="text/css">
+            .quicklinks {
+                font-size: smaller;
+            }
+            .sideNavSectionTitle {
+                text-align: left;
+            }
+            .quicklinks a:link, .quicklinks a:visited, .quicklinks a:active, .quicklinks a:hover  {
+                color: #FFFFFF;
+                text-decoration: none;
+            }
+            .gfxbyepiq {
+                text-align: center;
+                font-size: smaller;
+            }
+            .gfxbyepiq a:link, .gfxbyepiq a:visited, .gfxbyepiq a:active, .gfxbyepiq a:hover {
+                color: #AAAAAA;
+                text-decoration: none;
+            }
+            .footer {
+                background-image:      url('http://geronimo.apache.org/images/border/border_bottom.gif');
+                background-repeat:     repeat-x;
+                background-position:   left top;
+                padding-top:           6px;
+                color:                 #666;
+                font-size: smaller;
+                text-align: right;
+            }
+        </STYLE>
+        
+        <SCRIPT type="text/javascript" language="javascript">
+            var hide = null;
+            var show = null;
+            var children = null;
+            
+            function init() {
+                /* Search form initialization */
+                var form = document.forms['search'];
+                if (form != null) {
+                    form.elements['domains'].value = location.hostname;
+                    form.elements['sitesearch'].value = location.hostname;
+                }
+                
+                /* Children initialization */
+                hide = document.getElementById('hide');
+                show = document.getElementById('show');
+                children = document.all != null ?
+                           document.all['children'] :
+                           document.getElementById('children');
+                if (children != null) {
+                    children.style.display = 'none';
+                    show.style.display = 'inline';
+                    hide.style.display = 'none';
+                }
+            }
+            
+            function showChildren() {
+                children.style.display = 'block';
+                show.style.display = 'none';
+                hide.style.display = 'inline';
+            }
+            
+            function hideChildren() {
+                children.style.display = 'none';
+                show.style.display = 'inline';
+                hide.style.display = 'none';
+            }
+        </SCRIPT>
+        
+        <TITLE>Lists :: Apache XBean</TITLE>
+    <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+    
+    <BODY onload="init()">
+        
+            <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/header_bg_1x86.gif">
         <TR>
-          <TD align="left" class="topbardiv" nowrap="">
-            <DIV style="color:black; font-size:32pt; font-weight:bold;">XBean</DIV>
-          </TD>
-          <TD align="right" nowrap="">
-            <IMG border="0" src="http://geronimo.apache.org/images/topleft_logo_437x64.gif">
-          </TD>
-        </TR> 
-      </TABLE>
-
+            <TD valing="top" align="left">
+                <A href="http://geronimo.apache.org/xbean"><IMG src="http://geronimo.apache.org/images/topleft_logo_437x64.gif" border="0"></A>
+            </TD>
+            
+            <TD width="100%">
+                &nbsp;
+            </TD>
+            
+            <TD valign="top" align="right">
+                <IMG src="http://geronimo.apache.org/images/subnav_angle_15x18.gif" width="15" height="18" alt="" border="0">
+            </TD>
+            
+            <TD valign="top" align="right" nowrap="true">
+                <DIV class="quicklinks" style="background-color: #5D9ACD">
+                        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="1" height="14" border="0">
+                    <FONT color="#003366" face="Verdana, Helvetica, Arial">
+                            
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </FONT>
+                        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="4" height="1" border="0">
+                </DIV>
+            </TD>
+        </TR>
+    </TABLE>
+
+            <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://geronimo.apache.org/images/menu_bgstretch_1x22.gif">
+        <TR align="left">
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/index.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_home_off_63x19.gif" width="63" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/documentation.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_doc_off_116x19.gif" width="116" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/downloads.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_download_off_85x19.gif" width="85" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/get-involved.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_comm_off_96x19.gif" width="96" height="19" border="0"></A>
+            </TD>
+            <TD valign="top" align="left">
+                <A href="http://cwiki.apache.org/GMOxSITE/development.html">
+                    <IMG src="http://geronimo.apache.org/images/menu_dev_off_104x19.gif" width="104" height="19" border="0"></A>
+            </TD>
+            <TD width="100%" align="right">
+                    <DIV align="right" style="padding: 2px 10px; margin: 0px;">
+        <A href="http://goopen.org/confluence/pages/editpage.action?pageId=4796">
+            <IMG src="http://geronimo.apache.org/images/icons/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></A>
+        <!--
+        &nbsp;
+        <a href="http://goopen.org/confluence/pages/listpages.action?key=XB">
+            <img src="http://geronimo.apache.org/images/icons/browse_space.gif" border="0" align="absmiddle" title="Browse Space"></a>
+        &nbsp;
+        <a href="http://goopen.org/confluence/pages/createpage.action?spaceKey=XB&fromPageId=4796">
+            <img src="http://geronimo.apache.org/images/icons/add_page_16.gif" height="16" width="16" border="0" align="absmiddle" title="Add Page"></a>
+        -->
+        
+        &nbsp;
+                                            <SCRIPT type="text/javascript" language="javascript">
+                document.write('<a href="http://goopen.org/confluence/pages/viewpage');
+                document.write('.action?pageId=4796&decorator=printable">');
+            </SCRIPT>
+            <IMG src="http://cwiki.apache.org/confluence/images/icons/print_16.gif" height="16" width="16" border="0" align="absmiddle" title="Print"></A>
+        &nbsp;
+        <A href="http://goopen.org/confluence/pages/doexportpage.action?pageId=4796&type=TYPE_PDF">
+            <IMG src="http://cwiki.apache.org/confluence/images/icons/attachments/pdf.gif" height="16" width="16" border="0" align="absmiddle" title="Export PDF"></A>
     </DIV>
-
-    <!-- Bread crumbs and Quick Links -->
-    <DIV id="site-navbar">
-      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+            </TD>
+        </TR>
+    </TABLE>
+
+            <TABLE border="0" cellpadding="2" cellspacing="0" width="100%">
+        <TR class="topBar">
+            <TD align="left" valign="middle" class="topBarDiv" nowrap="true">
+                &nbsp;<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="community.html" title="Community">Community</A>&nbsp;&gt;&nbsp;<A href="" title="Lists">Lists</A>
+            </TD>
+            
+            <!-- Search -->
+            <TD align="right" valign="middle" nowrap="true">
+                <FORM name="search" action="http://www.google.com/search" method="get">
+                    <INPUT type="hidden" name="ie" value="UTF-8">
+                    <INPUT type="hidden" name="oe" value="UTF-8">
+                    <INPUT type="hidden" name="domains" value="geronimo.apache.org">
+                    <INPUT type="hidden" name="sitesearch" value="geronimo.apache.org">
+                    <INPUT type="text" name="q" maxlength="255" value="">
+                    <INPUT type="submit" name="btnG" value="Search">
+                </FORM>
+            </TD>
+        </TR>
+    </TABLE>
+
+        <TABLE border="0" cellpadding="4" width="100%" bgcolor="#FFFFFF">
+            <TR>
+                <TD valign="top" nowrap="true">
+                            
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
         <TR>
-          <TD align="left" valign="middle" nowrap="">
-            <DIV id="site-breadcrumbs">
-<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="community.html" title="Community">Community</A>&nbsp;&gt;&nbsp;<A href="" title="Lists">Lists</A>
-            </DIV>
-          </TD>
-          <TD align="right" valign="middle" nowrap="">
-            <DIV id="site-quicklinks">
-
-<P><A href="download.html" title="Download">Download</A> | <SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">JavaDocs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> | <A href="source.html" title="Source">Source</A> | <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> | <A href="" title="Lists">Mailing Lists</A> | <SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN" title="Visit page outside Confluence" rel="nofollow">Support<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/link
 ext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
-            </DIV>
-          </TD>
-        </TR> 
-      </TABLE>
-    </DIV>
-
-<!-- Integrate google search later.
-          <form name="search" action="http://www.google.com/search" method="get">
-            <input type="hidden" name="ie" value="UTF- 8" />
-            <input type="hidden" name="oe" value="UTF- 8" />
-            <input type="hidden" name="domains" value="" />
-            <input type="hidden" name="sitesearch" value="" />
-            <input type="text" name="q" maxlength="255" value="" />        
-            <input type="submit" name="btnG" value="Google Search" />
-          </form>
--->
-
-      <DIV id="site-content">
-        <TABLE>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Quick Links</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
+        <TR>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Community</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
+        <TR>
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Development</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+        
+    <TABLE bgcolor="#5FA3D6" border="0" cellspacing="1" cellpadding="0">
         <TR>
-        <TD valign="top">
-          <DIV id="site-navigation">
-<H3><A name="Navigation-Overview"></A>Overview</H3>
-<UL class="alternate" type="square">
-	<LI><A href="home.html" title="Home">Home</A></LI>
-	<LI><A href="news.html" title="News">News</A></LI>
-	<LI><A href="site.html" title="Site">Site</A></LI>
-	<LI><A href="faq.html" title="FAQ">FAQ</A></LI>
-	<LI><A href="download.html" title="Download">Download</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-Features"></A>Features</H3>
-<UL class="alternate" type="square">
-	<LI><A href="custom-xml.html" title="Custom XML">Custom XML</A></LI>
-	<LI><A href="editing-custom-xml.html" title="Editing Custom XML">Editing Custom XML</A></LI>
-	<LI><A href="xbean-ant-task.html" title="XBean Ant Task">XBean Ant Task</A></LI>
-	<LI><A href="jaxb-jndi.html" title="A JNDI provider using JAXB2">JAXB JNDI</A></LI>
-	<LI><A href="annotation-based-dependency-injection.html" title="Annotation based Dependency Injection">AnDI</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-RelatedProjects"></A>Related Projects</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="http://www.springframework.org/" title="Visit page outside Confluence" rel="nofollow">Spring<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/" title="Visit page outside Confluence" rel="nofollow">Geronimo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://activemq.org/" title="Visit page outside Confluence" rel="nofollow">ActiveMQ<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://openejb.org/" title="Visit page outside Confluence" rel="nofollow">OpenEJB<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://jencks.org/" title="Visit page outside Confluence" rel="nofollow">Jencks<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://servicemix.org/" title="Visit page outside Confluence" rel="nofollow">ServiceMix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-</UL>
-
-
-<H3><A name="Navigation-Support"></A>Support</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="hhttp://issues.apache.org/jira/browse/XBEAN" title="Visit page outside Confluence" rel="nofollow">Issues<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:roadmap-panel" title="Visit page outside Confluence" rel="nofollow">Roadmap<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://issues.apache.org/jira/browse/XBEAN?report=com.atlassian.jira.plugin.system.project:changelog-panel" title="Visit page outside Confluence" rel="nofollow">Change log<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-</UL>
-
-
-<H3><A name="Navigation-Community"></A>Community</H3>
-<UL class="alternate" type="square">
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><A href="" title="Lists">Mailing Lists</A></LI>
-	<LI><A href="contributor.html" title="Contributor">Who We Are</A></LI>
-	<LI><A href="contributing.html" title="Contributing">Contributing</A></LI>
-</UL>
-
-
-<H3><A name="Navigation-Developers"></A>Developers</H3>
-<UL class="alternate" type="square">
-	<LI><A href="source.html" title="Source">Source Code</A></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">JavaDocs<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">Source XRef<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><SPAN class="nobr"><A href="http://geronimo.apache.org/xbean/dist/xbean-2.4/site/" title="Visit page outside Confluence" rel="nofollow">Test Source XRef<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-	<LI><A href="release-procedure.html" title="Release Procedure">Release Procedure</A></LI>
-</UL>
-
-          </DIV>
-        </TD>
-        <TD valign="top">
-          <DIV id="site-page">
-
-<!--          
-            <div class="pagetitle">Lists</div>
--->
+            <TD>
+                <TABLE border="0" cellspacing="0" cellpadding="4">
+                    <TR>
+                        <TD class="sideNavSectionTitle" bgcolor="#5FA3D6" width="175">
+                            <FONT color="#FFFFFF" style="font-size:12px" face="Verdana, Helvetica, Arial">
+                                <STRONG>&nbsp; Subprojects</STRONG>
+                            </FONT>
+                        </TD>
+                    </TR>
+                    
+                    <TR>
+                        <TD bgcolor="#F3F4F5" width="200">
+                            <TABLE>
+                                <TR>
+                                    <TD>&nbsp;</TD>
+                                    <TD align="left">    
+                
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </TD>
+                                </TR>
+                            </TABLE>
+                        </TD>
+                    </TR>
+                </TABLE>
+            </TD>
+        </TR>
+    </TABLE>
+    
+        <IMG src="http://geronimo.apache.org/images/spacer.gif" width="175" height="2" border="0">
+                    
+                    <DIV class="gfxbyepiq">
+                        <A href="http://www.epiqtech.com/">Graphics by Epiq</A>
+                    </DIV>
+                </TD>
+                <TD align="left" valign="top" width="100%">
+                        <DIV id="PageContent">
+                
+        <DIV class="pagecontent">
             <DIV class="wiki-content">
+                
 <H1><A name="Lists-MailingLists"></A>Mailing Lists</H1>
 
 <P>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</P>
@@ -160,22 +340,17 @@
 <TD class="confluenceTd"><SPAN class="nobr"><A href="mailto:scm-unsubscribe@xbean.org" title="Send mail to Unsubscribe" rel="nofollow">Unsubscribe<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/mail_small.gif" height="12" width="13" align="absmiddle" alt="" border="0"></SUP></A></SPAN></TD>
 <TD class="confluenceTd"><SPAN class="nobr"><A href="http://archive.xbean.org/scm/" title="Visit page outside Confluence" rel="nofollow">Archive<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></TD>
 </TR>
-</TBODY></TABLE></DIV>
-          
-                  </DIV>
-        </TD>
-      </TR>
-      </TABLE>     
-      </DIV>
-    </DIV>
-    <DIV id="site-footer">
-          Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on May 16, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=4796&originalId=5856">view change</A>)
-              
-      (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=4796">edit page</A>)
+</TBODY></TABLE>
+            </DIV>
+        </DIV>
     </DIV>
+                </TD>
+            </TR>
+        </TABLE>
 
-  </BODY>
+            <DIV class="footer">
+        Copyright &copy; 2003-2006, The Apache Software Foundation
+    </DIV>
 
+    </BODY>
 </HTML>