From: <jbo...@li...> - 2005-09-09 09:14:03
|
Author: mla...@jb... Date: 2005-09-09 05:13:32 -0400 (Fri, 09 Sep 2005) New Revision: 1059 Added: trunk/labs/jbossweb/xdocs/reference/ trunk/labs/jbossweb/xdocs/reference/ch01.xml trunk/labs/jbossweb/xdocs/reference/project.xml trunk/labs/jbossweb/xdocs/sources/ trunk/labs/jbossweb/xdocs/sources/acceptflowchart.vsd trunk/labs/jbossweb/xdocs/sources/jbosswebblockda.vsd trunk/labs/jbossweb/xdocs/sources/tcnativeblockda.vsd Modified: trunk/labs/jbossweb/xdocs/build.xml trunk/labs/jbossweb/xdocs/index.xml trunk/labs/jbossweb/xdocs/project.xml Log: Add more stuff. Modified: trunk/labs/jbossweb/xdocs/build.xml =================================================================== --- trunk/labs/jbossweb/xdocs/build.xml 2005-09-08 21:07:16 UTC (rev 1058) +++ trunk/labs/jbossweb/xdocs/build.xml 2005-09-09 09:13:32 UTC (rev 1059) @@ -60,6 +60,25 @@ <param name="relative-path" expression="./.."/> <param name="project-menu" expression="nomenu"/> </style> + <style basedir="reference" + destdir="${build.dir}/${dist.name}/reference" + extension=".html" + style="style.xsl" + excludes="project.xml" + includes="*.xml"> + <param name="relative-path" expression=".."/> + </style> + <mkdir dir="${build.dir}/${dist.name}/reference/printer"/> + <style basedir="reference" + destdir="${build.dir}/${dist.name}/reference/printer" + extension=".html" + style="style.xsl" + excludes="project.xml" + includes="*.xml"> + <param name="relative-path" expression="../.."/> + <param name="project-menu" expression="nomenu"/> + </style> + <!-- <style basedir="news" destdir="${build.dir}/${dist.name}/news" Modified: trunk/labs/jbossweb/xdocs/index.xml =================================================================== --- trunk/labs/jbossweb/xdocs/index.xml 2005-09-08 21:07:16 UTC (rev 1058) +++ trunk/labs/jbossweb/xdocs/index.xml 2005-09-09 09:13:32 UTC (rev 1059) @@ -21,7 +21,25 @@ <p>Select one of the links from the navigation menu <code>(to the left)</code> to drill down to the more detailed documentation that is available. Each available manual is described in more detail below.</p> +<br/> +<p> +JBoss Web Server is an enterprise ready web server designed for medium +and large applications, based on the +<a href="http://tomcat.apache.org">Apache Tomcat</a>. It is meant to +be used as a replacement for the standard Web servers on all major +platforms. JBoss Web Server provides organizations with a single +deployment platform for Java Server Pages (JSP) and Java Servlet +technologies, Microsoft .NET, PHP, and CGI. It uses a genuine high +performance hybrid technology that incorporates the best of the most +recent OS technologies for processing high volume data, while keeping +all the reference Java specifications. It supports both in and out of +the process execution of CGI and PHP scripts, and together with new +AJP 1.4 protocol offers a scalable loadbalancing solutions for high +availability applications. The hybrid technology model offers the best +from threading and event processing models, and that makes the JBoss +Web Server one of the fastest and most scalable web servers +in the market. +</p> </section> - </body> </document> Modified: trunk/labs/jbossweb/xdocs/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/project.xml 2005-09-08 21:07:16 UTC (rev 1058) +++ trunk/labs/jbossweb/xdocs/project.xml 2005-09-09 09:13:32 UTC (rev 1059) @@ -8,5 +8,8 @@ <menu name="JBossWeb"> <item name="Overview" href="index.html"/> </menu> + <menu name="Reference"> + <item name="Architecture" href="reference/ch01.html"/> + </menu> </body> </project> Added: trunk/labs/jbossweb/xdocs/reference/ch01.xml =================================================================== --- trunk/labs/jbossweb/xdocs/reference/ch01.xml 2005-09-08 21:07:16 UTC (rev 1058) +++ trunk/labs/jbossweb/xdocs/reference/ch01.xml 2005-09-09 09:13:32 UTC (rev 1059) @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<!DOCTYPE document [ + <!ENTITY project SYSTEM "project.xml"> +]> +<document url="ch01.html"> + + &project; + + <properties> + <author email="mla...@jb...">Mladen Turk</author> + <title>Architecture</title> + </properties> + +<body> + +<section name="Design"> + <p>JBoss Web Server is based on the + <a href="http://tomcat.apache.org">Apache Tomcat</a>. + </p> + <figure src="/images/design/jbosswebblockda.png" name="Figure 1" text="JBossWeb architecture"/> +</section> +</body> +</document> Added: trunk/labs/jbossweb/xdocs/reference/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/reference/project.xml 2005-09-08 21:07:16 UTC (rev 1058) +++ trunk/labs/jbossweb/xdocs/reference/project.xml 2005-09-09 09:13:32 UTC (rev 1059) @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="JBossWeb Documentation - Top Level Directory" + href="http://labs.jboss.com/portal/index.html?ctrl:id=page.default.freezone&project=jbossweb&page=index.html"> + <title>JBossWeb</title> + <logo href="/images/jbossweblogo.gif">JBossWeb @ JBoss labs</logo> +<body> + + <menu name="JBossWeb"> + <item name="Overview" href="../index.html"/> + </menu> + <menu name="Architecture"> + <item name="Overview" href="ch01.html"/> + </menu> +</body> +</project> Added: trunk/labs/jbossweb/xdocs/sources/acceptflowchart.vsd =================================================================== (Binary files differ) Property changes on: trunk/labs/jbossweb/xdocs/sources/acceptflowchart.vsd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/labs/jbossweb/xdocs/sources/jbosswebblockda.vsd =================================================================== (Binary files differ) Property changes on: trunk/labs/jbossweb/xdocs/sources/jbosswebblockda.vsd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/labs/jbossweb/xdocs/sources/tcnativeblockda.vsd =================================================================== (Binary files differ) Property changes on: trunk/labs/jbossweb/xdocs/sources/tcnativeblockda.vsd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream |