User: jung Date: 01/02/16 05:11:36 Modified: . index.html Added: . lists.html main.css Removed: . examples.html Log: Adopted jbossMQ documentation template. Added the desperately needed HowTo, streamlined the library inclusions, Added a Todo-List and Preliminary Schedule. Changed some CVS-tags. Revision Changes Path 1.5 +356 -213 zoap/index.html Index: index.html =================================================================== RCS file: /products/cvs/ejboss/zoap/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.html 2000/12/22 08:38:56 1.4 +++ index.html 2001/02/16 13:11:35 1.5 @@ -1,219 +1,359 @@ -<!-- ========================================================================================================= --> -<!-- $Id: index.html,v 1.4 2000/12/22 08:38:56 jung Exp $ --> -<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --> -<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. --> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<!-- ========================================================================================================= --> +<!-- $Id: index.html,v 1.5 2001/02/16 13:11:35 jung Exp $ --> +<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --><!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. --> <!-- --> -<!-- This program is free software; you can redistribute it and/or --> -<!-- modify it under the terms of the GNU General Public License --> -<!-- as published by the Free Software Foundation; either version 2 --> -<!-- of the License, or (at your option) any later version. --> +<!-- This program is free software; you can redistribute it and/or --> +<!-- modify it under the terms of the GNU General Public License --> +<!-- as published by the Free Software Foundation; either version 2 --> +<!-- of the License, or (at your option) any later version. --> <!-- --> -<!-- This program is distributed in the hope that it will be useful, --> -<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> -<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> -<!-- GNU General Public License for more details. --> +<!-- This program is distributed in the hope that it will be useful, --> +<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> +<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> +<!-- GNU General Public License for more details. --> <!-- --> -<!-- You should have received a copy of the GNU General Public License --> -<!-- along with this program; if not, write to the Free Software --> -<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. --> -<!-- ========================================================================================================= --> -<html> - -<head> -<title> -Welcome to ZOAP -</title> -</head> - -<body> - -<a href="http://www.infor.de"><img src="lib/resources/images/infor_logo.jpg" height="72"></a> -<a href="http://www.jboss.org"><img src="lib/resources/images/powered_by_jboss_flat_blue.gif" height="72"></a> - -<hr> - -<h2>The Zero-Effort Object Access Package (ZOAP) Source Distribution. Alpha Release. </h2> - -<h3> From SOAP ... </h3> - -The <a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">Simple Object Access Protocol -(SOAP)</a> is a lightweight protocol for the exchange of information in a globally -distributed and loosely coupled environment. The current -<a href="http://msdn.microsoft.com/xml/general/soapspec.asp">SOAPV1.1 specification</a>, -inter alia authored by <a href="http://www.microsoft.com">Microsoft Corp.</a> and -<a href="http://www.ibm.com">International Business Machines (IBM)</a>, has been recently -submitted to and acknowledged by the <a href="http://www.w3c.org/">World-Wide Web -Consortium (W3C)</a> (see <a href="http://www.microsoft.com/presspass/press/2000/May00/SoapW3CPR.asp"> -this press article</a>). - -<p> -By embracing existing Internet technologies, SOAP has the potential to become a powerful and really -interoperable standard for messaging middleware: The -<a href="http://www.w3.org/TR/1998/REC-xml-19980210">eXtensible Markup Language (XML)</a> is chosen as a -flexible and tolerant medium for encoding messages and their payload. For shipping such envelopes in a -resource-saving and possibly asynchronous manner, a variety of bullet-proof and widely available transport -protocols is applicable, such as the -<a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">Hypertext Transfer Protocol (HTTP1.1)</a> -and the <a href="http://www.faqs.org/rfcs/rfc821.html">Simple Mail Transfer Protocol (SMTP)</a>.</font> -</p> - -<h3> ... to ZOAP </h3> - -The <a href="http://www.jboss.org/zoap/zoap.htm">Zero-Effort Object Access Package (ZOAP)</a> is an Open Source -SOAP implementation for the Java2 platform running under the -<a href="license.html">GNU Lesser Public License</a>. It aims to be a lightweight and modular -alternative to the existing reference implementations. Furthermore, ZOAP is deeply integrated into the -<a href="http://www.jboss.org/">jBoss application server</a> to transparently turn -<a href="http://www.j2ee.com/">Enterprise Java-Beans (TM)</a> into globally interoperable web services. The source -distribution is available via cvs under :pserver:[EMAIL PROTECTED]/products/cvs/ejboss/zoap - -<p> -ZOAP has been initiated as a part of <a href="http://www.infor.de/">infor business solutions AG</a> application -component platform. The current alpha is released in August 2000 and comes -already with a decent set of <a href="#features">outstanding functionalities</a>. -The <a href="#todo">short-term roadmap</a> ensures that ZOAP, in combination with the technologically -advanced jBoss project, will develop into an up-front application middleware. A first beta release -is planned for September/October 2000. -</p> - -<h3> Contact </h3> - -For questions around ZOAP, please contact <a href="mailto:[EMAIL PROTECTED]">Dr. Christoph G. Jung</a> or -<a href="mailto:[EMAIL PROTECTED]">Michael Wolber</a>. For questions around jBoss, please contact -the <a href="mailto:[EMAIL PROTECTED]">jBoss Organisation</a>. - - -<h2> Features </h2> - -<ul> -<li> 100% pure and lightweight Java implementation. </li> -<li> On-the-fly (De-)Serialization (SAX, no intermediate DOM is generated). </li> -<li> -Extensible and expressive XML-Schema (draft as of May,2000) based Meta-Model Architecture; -Supports Null-values and Polymorhpism. -</li> -<li> -Powerful Builtin Encoding-Style Compliant to Java2 Serialization (Including Arbitrarily Nested Arrays and -Collections). -</li> -<li> "Automatic-Mode" for Generating Deployment Meta-Data via Java Reflection. </li> -<li> "Bootstrapping-Mode" for Reading Deployment Meta-Data. </li> -<li> Service Contract Language is a Hybrid of the Microsoft Service Contract Language and XmlSchema. </li> -<li> Builtin HTTP support (no servlet engine needed); Support for persistent HTTP/1.1 connections. </li> -<li> Transparent Proxy Access </li> -<li> Special Proxy Support for XML-enabled Web-Clients (no full (de-)serialisation needed). </li> -<li> Ready-Made Container-Plugin for jBoss2.0. Supports Stateless Beans. </li> -</ul> - -<h2> Roadmap </h2> - -<ul> -<li> Filter Architecture to Configure Verbosity and Depth of the Serialisation Process </li> -<li> Support for Stateful Beans through Persistent HTTP/1.1 connections. </li> -<li> More Sophisticated (type-safe) Array and Collection Support: Lazy-Modes, Delta-Interpretation. </li> -<li> Transactional and Asynchronous Messaging. </li> -<li> Connection of the Filter Architecture to Security Roles. </li> -<li> Support for Soap-Encoding-Style, XMI-Encoding-Style and Bean-Encoding-Style. </li> -<li> Integration with Java Messaging Service and EJB2.0�s message-based beans. </li> -<li> Enhanced Constraints and Validations as defined in XML-Schema. </li> -<li> SMTP-support </li> -</ul> - -<H2> Known Holes/Bugs </h2> - -<ul> -<li> forward references to types in field elements do not work the way it is implemented now.</li> -<li> Binding.class indeed represents what is called an EncodingStyle in SOAP. Should be renamed. </li> -<li> Lacking optmizing cache for Class-To-XmlType associations. </li> -<li> Lacking In-VM optimization for SOAPInvocationHandler/SOAPTie/SOAPContainerInvoker. </li> -<li> Not all license annotations in the src-files have yet been updated to GPL. </li> -<li> minOccurs and maxOccurs of elements are not yet supported. (default: 0/unbounded) </li> -<li> required of attributes is not yet supported. (default: false) </li> -<li> SOAPContainerInvoker takes connection data out of ejb-jar.xml and jboss.xml, not the contract.scl.</li> -</ul> - -<h2>Contents</h2> - -The ZOAP source distribution consists of the following folders and files: -<ul> -<li><a href="bin/">bin/</a> - executables and batch files for making and testing the distribution.</li> -<li><a href="build/">build/</a> - intermediate files compiled during make.</li> -<li><a href="dist/">dist/</a> - ready-made distribution.</li> -<li><a href="docs/">docs/</a> - papers, manuals, and API documentation.</li> -<li><a href="etc/">etc/</a> - meta-data and other textual/serialised files.</li> -<li><a href="lib/">lib/</a> - classes, dll�s, external jars and resources needed for a build. </li> -<li><a href="src/">src/</a> - source code, model information and project files.</li> -<li><a href="license.html">license.html</a> - the GNU General Public License.</li> -<li><a href="index.html">index.html</a> - this file.</li> -</ul> - -<h2>Comments</h2> - -To build ZOAP, you first have to put the following (non-open) jars -into the <a href="lib\ext">lib/ext/</a> directory: - -<ul> -<li> tools.jar - SUN�s jdk tools. </li> -<li> ejb.jar - SUN�s Enterprise Java-Beans API </li> -<li> jmxri.jar - SUN�s Java Management Extensions reference implementation </li> -</ul> - -<hr> - -<a href="http://www.infor.de"><img src="lib/resources/images/infor_logo.jpg" height="72"></a> -<a href="http://www.jboss.org"><img src="lib/resources/images/powered_by_jboss_flat_blue.gif" height="72"></a> - -<hr> - -<small> Last change of $RCSfile: index.html,v $ by $Author: jung $ on $Date: 2000/12/22 08:38:56 $; -See source for logging information. -<p> -Copyright (c) 2000 <a href="http://www.infor.de">infor:business solutions AG</a>, Hauerstrasse 12, -D-66299 Friedrichsthal, Germany. All Rights Reserved. -</p> -<p> -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. -</p> -<p> -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. -</p> -<p> -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -</p> -</small> - -</body> -</html> - -<!-- - $Log: index.html,v $ - Revision 1.4 2000/12/22 08:38:56 jung - began move to LGPL - - Revision 1.3 2000/12/04 12:35:24 jung - adopted to latest jboss container, - - added decimal and date - - removed some problems due to forward-referencing in meta-data - - added serialisation policy - - Revision 1.2 2000/08/11 08:37:18 jung - adopted html pages to reflect Alpha-Status. - added an announcement document folder with the - release mailings - - Revision 1.1.1.1 2000/08/10 21:04:48 jung - Initial import. - - ---> +<!-- You should have received a copy of the GNU General Public License --> +<!-- along with this program; if not, write to the Free Software --> +<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. --> +<!-- ========================================================================================================= --> + +<HTML> + <HEAD> + <LINK REL="stylesheet" TYPE="text/css" HREF= + "main.css"> + + <TITLE>Welcome to JBoss-ZOAP</TITLE> + </HEAD> + + <BODY> + + <TABLE SUMMARY="bodytable"> + + <TR> + <TD CLASS="pageheader"> + <P>The Zero-Effort Object Access Package (JBoss-ZOAP). + Alpha Release.</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsheader"> + <P>News</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <ul> + <li> We hear you: As of 19-02-2001, we have new documentation pages + both off- and online. Thx to DouglasDD for providing + useful hints and unix shell-scripts. This has been necessary since the + interest in XML-based middleware for EJB`s is constantly growing. Redesign of the + ContainerInvoker/InvocationHandler interaction is nearly ready; JNDI + support and stateful beans are close to be commited! + </li> + <li> 20-08-2000: JBoss-ZOAP goes online. JBoss.org and infor AG initiate + a fascinating new effort to embrace the promises of XML-based middleware + by the J2EE™ world.</li> + </ul> + + </TD> + </TR> + + <TR> + <TD CLASS="newsheader"> + <P>From SOAP ...</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P>The <A HREF= + "http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">Simple + Object Access Protocol (SOAP)</A> is a lightweight + protocol for the exchange of information in a globally + distributed and loosely coupled environment. The + current <A HREF= + "http://msdn.microsoft.com/xml/general/soapspec.asp">SOAP + V1.1 specification</A>, inter alia authored by <A HREF= + "http://www.microsoft.com">Microsoft Corp.</A> and <A + HREF="http://www.ibm.com">International Business + Machines (IBM)</A>, has been recently submitted to and + acknowledged by the <A HREF= + "http://www.w3c.org/">World-Wide Web Consortium + (W3C)</A> (see <A HREF= + "http://www.microsoft.com/presspass/press/2000/May00/SoapW3CPR.asp"> + this press article</A>).</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P>By embracing existing Internet technologies, SOAP + has the potential to become a powerful and really + interoperable standard for messaging middleware: The <A + HREF= + "http://www.w3.org/TR/1998/REC-xml-19980210">eXtensible + Markup Language (XML)</A> is chosen as a flexible and + tolerant medium for encoding messages and their + payload. For shipping such envelopes in a + resource-saving and possibly asynchronous manner, a + variety of bullet-proof and widely available transport + protocols is applicable, such as the <A HREF= + "http://www.w3.org/Protocols/rfc2616/rfc2616.html">Hypertext + Transfer Protocol (HTTP1.1)</A> and the <A HREF= + "http://www.faqs.org/rfcs/rfc821.html">Simple Mail + Transfer Protocol (SMTP)</A>.</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsheader"> + <P>... to ZOAP</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P><A HREF= + "http://www.infor.de"><IMG SRC= + "lib/resources/images/infor_logo.jpg" ALT= + "infor business solutions AG" HEIGHT="72" ALIGN="left"></A> + The <A HREF= + "http://www.jboss.org/newsite/business/jboss-zoap.htm">Zero-Effort Object + Access Package (JBoss-ZOAP)</A> is an Open Source + implementation of SOAP for the Java2 platform running + under the <A HREF="license.html">GNU Lesser Public + License</A>. It aims to be a lightweight and modular + alternative to the existing reference implementations. + JBoss-ZOAP is primarily designed as a pluggable + invocation layer to the <A HREF= + "http://www.jboss.org/">JBoss application server</A> + that should transparently turn your <A HREF= + "http://www.j2ee.com/">Enterprise Java-Beans + ™</A> into globally interoperable web + services.<br> JBoss-ZOAP has been initiated as a part of <A HREF= + "http://www.infor.de/">infor business solutions AG</A> + business component platform in August 2000. It comes + already with a decent set of <A HREF= + "#features">distinguishing functionalities</A>.</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P>Main developer is <A + HREF="mailto:[EMAIL PROTECTED]">Dr. Christoph G. + Jung</A>. </P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P>Thanks to JBoss.org for doing such a great and + innovative job and, in addition, hosting this humble + invocation layer. Thanks to all the people that + download and test our stuff every day. Your suggestions + have promoted this product so much.</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsheader"><A NAME="features">Features</A> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <UL> + <LI> + 100% pure and lightweight Java + implementation. + </LI> + + <LI> + On-the-fly (De-)Serialization (SAX, no + intermediate DOM is generated). + </LI> + + <LI> + Extensible and expressive XML-Schema (draft as + of May,2000) based Meta-Model Architecture; + Supports Null-values and Polymorhpism. + </LI> + + <LI> + Powerful Builtin Encoding-Style Compliant to + Java2 Serialization (Including Arbitrarily Nested + Arrays and Collections). + </LI> + + <LI> + "Automatic-Mode" for Generating + Deployment Meta-Data via Java Reflection. + </LI> + + <LI> + "Bootstrapping-Mode" for Reading + Deployment Meta-Data. + </LI> + + <LI> + Service Contract Language is a Hybrid of the + Microsoft Service Contract Language and + XmlSchema. + </LI> + + <LI> + Builtin HTTP support (no servlet engine needed); + Support for persistent HTTP/1.1 connections. + </LI> + + <LI> + Transparent Proxy Access + </LI> + + <LI> + Special Proxy Support for XML-enabled + Web-Clients (no full (de-)serialisation needed + without literal encodings). + </LI> + + <LI> + Ready-Made Container-Invoker-Plugin for jBoss2.0. + Supports Stateless Beans. + </LI> + + <LI> + SerialisationPolicy for Determining Depth of + Message Documents. + </LI> + </UL> + + <BR> + + <BR> + + </TD> + </TR> + + <TR> + <TD CLASS="pageheader"> + <P>Participate and Pioneer.</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsheader"> + <P>Organisation</P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P><A HREF= + "http://www.jboss.org"><IMG SRC= + "lib/resources/images/powered_by_jboss_flat_blue.gif" + ALT="JBoss rulez!" HEIGHT="72" align="left"></A> + The <A HREF="docs/todo.html">task list</A> ensures that + ZOAP, in synergy with the JBoss project, will develop + into an up-front application middleware. Be part of + that fascinating enterprise by contributing your + advice, ideas, and even programming skills! Join the + <a href="#mailing">jboss-mailing lists</a> to discuss with us! Browse and + complete the bug database with any problem/suggestion + you have! Download the source distribution via <a href="#cvs">CVS</a>. For general questions around JBoss, please + contact the <A HREF="mailto:[EMAIL PROTECTED]">jBoss + Organisation </A>. + </P> + </TD> + </TR> + + <TR> + <TD CLASS="newsheader"><STRONG><a name="mailing">Mailing + lists</a></STRONG></TD> + </TR> + + <TR> + <TD CLASS="newsbody"><SPAN CLASS="c1">Join us now! + Come on board of the JBoss-ZOAP project, the global web-service enabler. + You can find + our mailing lists <A HREF= + "lists.html">here.</A></SPAN> </TD> + </TR> + + <TR> + <TD CLASS="newsheader"><STRONG><a name="cvs">Distribution and + CVS</a></STRONG></TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <SPAN CLASS="c1">JBoss-ZOAP is distributed as a sub-project + of JBoss/Server.</SPAN> + + <P CLASS="c2">CVS module is <A HREF= + "cvs.html">zoap</A></P> + </TD> + </TR> + + + <TR> + <TD CLASS="newsheader"> + <P><A HREF="howto.html">Start Me Up!</A></P> + </TD> + </TR> + + <TR> + <TD CLASS="newsbody"> + <P>The usual first steps to get into the JBoss-ZOAP + world are provided by the following documents:</P> + + <UL> + <LI><A HREF="docs/howto.html">An Introduction to + JBoss-ZOAP</A></LI> + + <LI><A HREF="docs/index.html">JBoss-ZOAP documentation + & white papers</A></LI> + + <LI><A HREF="docs/faq.html">The JBoss-ZOAP FAQ</A></LI> + + <LI><A HREF="license.html">The Gnu Lesser General + Public License</A></LI> + + <LI><A HREF="docs/todo.html">Task Assignments & + Schedule</A></LI> + </UL> + </TD> + </TR> + </TABLE> + <HR> + <SMALL>Last change of $Source: /products/cvs/ejboss/zoap/index.html,v $ by $Author: + jung $ on $Date: 2001/02/16 13:11:35 $</SMALL> + + <P><SMALL>Copyright © 2000 <A HREF= + "http://www.infor.de">infor:business solutions AG</A>, + Hauerstrasse 12, D-66299 Friedrichsthal, Germany. All Rights + Reserved.</SMALL></P> + + <P><SMALL>This program is free software; you can redistribute + it and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version.</SMALL></P> + + <P><SMALL>This program is distributed in the hope that it + will be useful, but WITHOUT ANY WARRANTY; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for + more details.</SMALL></P> + + <P><SMALL>You should have received a copy of the GNU General + Public License along with this program; if not, write to the + Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA.</SMALL></P> + </BODY> +</HTML> + 1.1 zoap/lists.html Index: lists.html =================================================================== <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta name="generator" content="Adobe GoLive 4"> <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" width="648"><b>Main mailing lists</b></td> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b> </td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">Is the <b>main list for general discussion</b> of JBoss, send support questions here as well. </font> <p><font face="Myriad Web,Arial"><b>To subscribe</b> just click <a href="mailto:[EMAIL PROTECTED]">here</a> and send the mail "as is" no need to put a subject or a body. </font></p> <p><font face="Myriad Web,Arial"><b>To unsubscribe</b> follow the directions in the bodies of the mail. </font></p> <p><a href="http://www.mail-archive.com/[email protected]/"><font face="Myriad Web,Arial"><b>Archive</b></font></a></td> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED] </b></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial"><b>For development only</b>, all the architecture discussion are taken on this list. Deep EJB design stuff and modeling fun. It notifies you updates in the cvs tree. Register here if you are interested in following and participating in the building of the source tree. </font> <p><font face="Myriad Web,Arial"><b>To subscribe</b> just click <a href="mailto:[EMAIL PROTECTED]">here</a> and send the mail "as is" no need to put a subject or a body.</font></p> <p><font face="Myriad Web,Arial"><b>To unsubscribe</b> follow the directions in the bodies of the mail. </font></p> <p><a href="http://www.mail-archive.com/[email protected]/"><font face="Myriad Web,Arial"><b>Archive</b></font></a><font face="Myriad Web,Arial"> </font></td> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">JBossMQ develops a JMS server as a JBoss project. This list is unified for now and focused on development at this stage. Most JBoss projects will rely on the JBossMQ infrastructure at some point. Deep techno</font> <p><font face="Myriad Web,Arial"><b>To subscribe</b> just click <a href="http://www.egroups.com/subscribe/spyderMQ">here</a></font></p> <p><a href="http://www.egroups.com/group/spyderMQ"><font face="Myriad Web,Arial"><b>Archive</b></font></a><font face="Myriad Web,Arial"> </font></td> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">JBossCMP offers all the functionality of a powerful O->R tool. It is designed to be very lightweight and adapted to the needs of an EJB container. </font> <p><font face="Myriad Web,Arial"><b>To subscribe</b> just click <a href="mailto:[EMAIL PROTECTED]">here.</a> And<b> put "subscribe jbosscmp" in the body</b> of the text.</font></p> <p><a href="http://www.kpi.com.au/jbossarchive/"><font face="Myriad Web,Arial"><b>Archive</b></font></a></td> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">ZOL develops a full blown application in J2EE. The development of ZOL is done on this list. If you are interested in participating in the largest application building in J2EE join the list. You will learn a lot. </font> <p><font face="Myriad Web,Arial"><b>To subscribe</b> just click <a href="http://www.egroups.com/subscribe/ejboss-zol">here</a></font></p> <p><a href="http://www.egroups.com/messages/ejboss-zol"><font face="Myriad Web,Arial"><b>Archive</b></font></a><font face="Myriad Web,Arial"> </font></td> </tr> <tr> <td class="newsheader" width="648"><font face="Myriad Web,Arial"><b>[EMAIL PROTECTED]</b></font></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">This is a private list for board discussions. However you can send emails that deal with JBoss as a whole and issues you want to raise to the boards attention. </font> <p><font face="Myriad Web,Arial"><b>To send an email to the board</b> just click <a href="mailto:[EMAIL PROTECTED]">here</a></font></td> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b></td> </tr> <tr> <td class="newsbody" width="648"> <p><font face="Myriad Web,Arial">This list the main list of documentation synchronization in JBoss. Post your "howtos" and specific documentation enhancements here.</font></p> <p> Here is its <a href="http://groups.yahoo.com/group/jboss-docs"> home page </a> </p> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b></td> </tr> <tr> <td class="newsbody" width="648"> <p><font face="Myriad Web,Arial">This list is dedicated to discussions of business issues regarding JBoss.</font></p> <p> Here is its <a href="http://groups.yahoo.com/group/jboss-business"> home page </a> </p> </tr> <tr> <td class="newsheader" width="648"><b>[EMAIL PROTECTED]</b></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">This list is dedicated to discussions of license issues regarding JBoss. </font> <p><font face="Myriad Web,Arial"><b>To subscribe</b> just click <a href="http://www.egroups.com/subscribe/jbosslicense">here</a></font></p> <p><a href="http://www.egroups.com/messages/jbosslicense"><font face="Myriad Web,Arial"><b>Archive</b></font></a></td> </tr> <tr> <td class="newsheader" width="648"><font face="Myriad Web,Arial" size="3"><b>IRC:#jboss.org</b></font></td> </tr> <tr> <td class="newsbody" width="648"><font face="Myriad Web,Arial">JBoss now has a dedicated IRC channel thanks to Markus from Austria. To use it download an IRC client (mIRC on windows) connect to an IRCNet server (NY for US) and /join #jboss.org. You will find us there.</font></td> </tr> </table> </td> </tr> </table> </body> </html> 1.1 zoap/main.css Index: main.css =================================================================== /* Style Sheet document for the new JBoss website */ a.menu { color: black; text-decoration: none } body { background-color: #ffffff; margin: 0 } td { font-size: 8pt; font-family: Arial, helvetica, sans-serif } td.black { background-color: #000000 } td.dark { background-color: #276561 } td.light { background-color: #307d77 } td.marginbody { background-color: #edefed } td.marginheader { font-weight: bold; background-color: #e2b73c } td.menuheader { color: black; font-weight: bold; background-color: #ffffff } td.menuitem { font-weight:bold; background-color: #ffffff } td.newsbody { background-color: #ffffff} td.newsheader { color: black; background-color: #C1E0B2 } td.pageheader { color: black; font-weight: bold; font-size: 14pt; background-color: #339900 } td.yellow { background-color: #f4c641 } p.c2 {font-family: Myriad Web,Arial} span.c1 {font-family: Myriad Web,Arial}
