User: tobias
Date: 00/12/02 20:38:07
Modified: developers menu.html
Added: developers links.html
Log:
only for developer site:
added a new entry to resources for external links
(like EJB specs, development tools etc.)
Revision Changes Path
1.10 +3 -0 newsite/developers/menu.html
Index: menu.html
===================================================================
RCS file: /products/cvs/ejboss/newsite/developers/menu.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- menu.html 2000/11/24 06:35:23 1.9
+++ menu.html 2000/12/03 04:38:06 1.10
@@ -77,6 +77,9 @@
<td class="menuitem"><img
src="../pictures/dot_empty.gif" alt="*" vspace="2" hspace="3"><a href="faq.html"
target="main" class="menu" onmouseover="over(this)" onmouseout="out(this)"> FAQ
</a></td>
</tr>
<tr>
+ <td class="menuitem"><img
src="../pictures/dot_empty.gif" alt="*" vspace="2" hspace="3"><a href="links.html"
target="main" class="menu" onmouseover="over(this)" onmouseout="out(this)"> Links
</a></td>
+ </tr>
+ <tr>
<td class="menuheader">About
jboss.org</td>
</tr>
<tr>
1.1 newsite/developers/links.html
Index: links.html
===================================================================
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css" >
</head>
<body marginwidth="0" marginheight="0" onload="">
<table border="0" cellpadding="0" cellspacing="3">
<tr>
<td width="600" valign="top">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td class="pageheader"><b>Links to related sources</b></td>
</tr>
<tr>
<td class="newsheader"><b>Enterprise Java Beans</b></td>
</tr>
<tr>
<td class="newsbody">
<ul>
<li><a href="http://java.sun.com/products/ejb/docs.html">Download EJB 1.1
Specification</a> from Sun</li>
<li><a href="http://java.sun.com/products/ejb/index.html">EJB Resources</a>
main page at Sun</li>
</td>
<tr>
<tr>
<td class="newsheader"><b>Frameworks and development tools</b></td>
</tr>
<tr>
<td class="newsbody">
<ul>
<li><a href="http://www.dreambean.com/ejbdoclet.html">EJBDoclet</a> is a
Javadoc plugin that allows you to generate various EJB-files from a commented bean
source-file.</li>
<li><a href="http://sourceforge.net/projects/webwork/">WebWork</a> is a web
application framework for J2EE.</li>
</td>
<tr>
</table>
</tr>
</table>
</body>
</html>