Update of /cvsroot/ejtools/website/content/overview
In directory usw-pr-cvs1:/tmp/cvs-serv6740/overview
Added Files:
details.xhtml download.xhtml index.xhtml
Log Message:
Initial Import
--- NEW FILE: details.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>EJTools - Details</title>
</head>
<body>
<h1>More about EJTools</h1>
<p>The EJTools suite is composed with three tools :</p>
<ul>
<li>JNDI Browser : a tool which allows to view and interact with the
JNDI userspace.</li>
<li>JMX Browser : a tool which allows to view and interact with the
JMX space in the JBoss J2EE Server.</li>
<li>Management Tool : a partial implementation of the JSR77 API.</li>
</ul>
</body>
</html>
--- NEW FILE: download.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>EJTools - Downloads</title>
</head>
<body>
<h1>Downloading EJTools</h1>
<p>You can download the EJTools suite from the
<a href="http://sourceforge.net/project/showfiles.php?group_id=49088">
Sourceforge download pages</a>
.</p>
</body>
</html>
--- NEW FILE: index.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>EJTools - Homepage</title>
</head>
<body>
<h1>Welcome to the EJTools Website</h1>
<p>EJTools is a collection of WEB-based and GUI-based tools related to
the J2EE platform, and especially the JBoss J2EE Server. This includes a
JNDI space browser, a JMX browser, a management application (related to
JSR77 from SUN), a deployment application (related to JSR88 from SUN),
and others.</p>
<p>Many of the work behind EJTools is derived from what did Rickard
Öberg with
<a href="http://www.dreambean.com/">DreamBean</a>
. I would like to thank him for opening my eyes on how Java should be
coded.</p>
</body>
</html>
|