User: allsopp
Date: 01/02/17 03:39:28
Modified: business jboss-projects.html
Added: business jboss-jbosscx.html
Log:
Added a little page about JBossCX. Needs some more info at some point.
Revision Changes Path
1.2 +1 -1 newsite/business/jboss-projects.html
Index: jboss-projects.html
===================================================================
RCS file: /products/cvs/ejboss/newsite/business/jboss-projects.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jboss-projects.html 2001/02/15 21:58:15 1.1
+++ jboss-projects.html 2001/02/17 11:39:27 1.2
@@ -18,7 +18,7 @@
<li><a href="jboss-server.html">JBossServer</a></li>
<li><a href="jboss-jbossmq.html">JBossMQ</a> </li>
<li><a href="jboss-jaws.html">JBossCMP</a></li>
- <li><a href="../documentation/jca_config.html">JBossCX</a></li>
+ <li><a href="jboss-jbosscx.html">JBossCX</a></li>
<li><a href="jboss-jbosstx.html">JBossTX</a> </li>
<li><a href="../documentation/HowTo.Security.html">JBossSS</a></li>
<li><a href="jboss-zoap.html">JBossSOAP</a></li>
1.1 newsite/business/jboss-jbosscx.html
Index: jboss-jbosscx.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="main.css" type="text/css">
<title>JBossCX</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="3">
<tr>
<td width="100%" valign="top">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td class="pageheader">JBoss/JBossCX</td>
</tr>
<tr>
<td class="newsheader">
<b>JBossCX is part of a JCA implementation</b>
</td>
</tr>
<tr>
<td class="newsbody">
<p>JBossCX is the JBoss-specific part of a JCA
implementation; it takes care of resource adapter
deployment, interfacing to the JBoss transaction ans
security services and making services available
through JNDI. Essentially, it's plumbing.</p>
<p>The <a
href="http://java.sun.com/j2ee/connector/">J2EE
Connector Architecture</a> (JCA) specifies how J2EE
application components can access connection-based
resources. The JCA will be a required part of J2EE
1.3.</p>
<p>JBossCX started when <b>Toby Allsopp</b> and <b>Aaron
Mulder</b> independently implemented parts of JCA at
about the same time. Toby maintains the
JBoss-specific parts, i.e. JBossCX, while Aaron
maintains the connection manager implementations that
are part of Minerva.</p>
</td>
</tr>
<tr>
<td class="newsheader"><b>Features</b></td>
</tr>
<tr>
<td class="newsbody">
<ul>
<li>Support for resource adapters that support local
transaction, XA transactions and for those that
don't support transactions at all</li>
<li>Flexible resource principal mapping
architecture. Currently the only principal mapping
scheme implemented is to a single resource
principal per connection factory.</li>
<li>Support for basic password credentials.</li>
</ul>
</td>
</tr>
<tr>
<td class="newsheader"><b>To do</b></td>
</tr>
<tr>
<td class="newsbody">
<ul>
<li>Integrate RAR deployer with J2EE deployer
(currently underway - expected after next stable
JBoss release)</li>
<li>Correctly handle resources that are kept open
across multiple transactions (planned for after
next stable JBoss release as it will need to reach
outside of JBossCX)</li>
</ul>
</td>
<tr>
<td class="newsheader"><b>Mailing lists</b></td>
</tr>
<tr>
<td class="newsbody">
JBossCX is discussed on the main JBoss mailing lists:
jboss-dev and jboss-user. More information on these
lists can be found <a href="lists.html">here.</a>
</td>
</tr>
<tr>
<td class="newsheader"><b>Distribution and CVS</b></td>
</tr>
<tr>
<td class="newsbody">
<p>JBossCX is distributed as part of JBoss/Server.</p>
<p>The source is in a separate CVS module: <a
href="cvs.html">jbosscx</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>