Skip to content
Snippets Groups Projects
Commit d739754a authored by bfraser's avatar bfraser
Browse files

Update the subproject descriptions

parent fb584bfb
No related branches found
No related tags found
No related merge requests found
......@@ -89,13 +89,13 @@ $html = <<<EOHTML
<h3>Subprojects</h3>
<ul>
<li>
<b>AJAX Toolkit Framework (ATF) - incubating</b>&nbsp;<a href="atf/main.php"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>AJAX Toolkit Framework (ATF)</b>&nbsp;<a href="atf/main.php"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
$atfoverview
<br /> <a href="atf/main.php">more about atf &raquo;</a>
</li>
<li>
<b>Common WTP stuff</b>&nbsp;<a href="common/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Common Components</b>&nbsp;<a href="common/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
$commonoverview
<br /> <a href="common/">more about common components &raquo;</a>
......@@ -110,13 +110,13 @@ $html = <<<EOHTML
<b>EJB Tools</b>&nbsp;<a href="ejb/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
$ejboverview
<br /> <a href="ejb/">more about EJB&raquo;</a>
<br /> <a href="ejb/">more about EJB Tools&raquo;</a>
</li>
<li>
<b>Java EE Tools</b>&nbsp;<a href="jee/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
$jeeoverview
<br /> <a href="jee/">more about Java EE&raquo;</a>
<br /> <a href="jee/">more about Java EE Tools&raquo;</a>
</li>
<li>
<b>JavaServer Faces Tools (JSF)</b>&nbsp;<a href="jsf/main.php"><img src="/images/more.gif" title="More..." alt="More..." /></a>
......@@ -124,12 +124,6 @@ $html = <<<EOHTML
$jsfoverview
<br /> <a href="jsf/main.php">more about jsf &raquo;</a>
</li>
<li>
<b>RDB</b>&nbsp;<a href="rdb/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
$rdboverview
<br /> <a href="rdb/">more about the RDB subproject&raquo;</a>
</li>
<li>
<b>Server Tools</b>&nbsp;<a href="server/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
......@@ -143,10 +137,10 @@ $html = <<<EOHTML
<br /> <a href="sse/">more about source editing&raquo;</a>
</li>
<li>
<b>Web Services</b>&nbsp;<a href="ws/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<b>Web Services Tools</b>&nbsp;<a href="ws/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
<br />
$wsoverview
<br /> <a href="ws/">more about Web services&raquo;</a>
<br /> <a href="ws/">more about Web services tools&raquo;</a>
</li>
<li>
<b>WTP Incubator</b>&nbsp;<a href="ws/"><img src="/images/more.gif" title="More..." alt="More..." /></a>
......
Description of common WTP stuff
The common component contains common utilities and infrastructure which
are required by the Web Tools Platform project, but which are not
specific to web tooling.
Description of the EJB Tools subproject.
The EJB Tools Project provides frameworks and tools focused on the
development of EJB artifacts.
Description of the Java EE Tools subproject.
The Java EE Tools Project provides frameworks and tools focused on the
development of J2EE artifacts.
The JavaServer Faces Tools project will provide tools and APIs for JSR 127 which is part of
Java EE 5. The project will operate as an incubator during the WTP 1.0 development cycle and
become a component of the JST subproject in WTP 1.5.
\ No newline at end of file
The JSF Tools Project adds comprehensive support to the Eclipse Web
Tools Platform Project to simplify development and deployment of
JavaServer Faces (JSF) applications.
Description of the server tools subproject.
The Server tools project is responsible for the framework and adapters
for selected servers. It provides a generic infrastructure and J2EE
specific server components.
The Source Editing sub-project's main goal is to provide source editing support for typical "web" languages and the mixing of them, with a focus on making the editors extensible and easily reusable. It contains editors based on the Structured Source Editing framework as well as the JavaScript Development Tools, all built upon the Eclipse Platform Text components.
\ No newline at end of file
The Source Editing project is a sub-project in the Eclipse WTP Top-Level
Project. Its main goal is to provide source editing support for typical
"web" languages and the mixing of them, with a focus on making the
editors extensible and easily reusable.
Description of the web services subproject.
The JST Web services component contains tools for developing and
interacting with Java Web services.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment