summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/Qpid Java Client refactoring.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/xdocs/Qpid Java Client refactoring.html')
-rwxr-xr-xdocumentation/content/xdocs/Qpid Java Client refactoring.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/documentation/content/xdocs/Qpid Java Client refactoring.html b/documentation/content/xdocs/Qpid Java Client refactoring.html
new file mode 100755
index 0000000000..1e23dbfa4a
--- /dev/null
+++ b/documentation/content/xdocs/Qpid Java Client refactoring.html
@@ -0,0 +1,59 @@
+<html>
+ <head>
+ <title>Apache Qpid : Qpid Java Client refactoring</title>
+ <link rel="stylesheet" href="styles/site.css" type="text/css" />
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+
+ <body>
+ <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
+ <tr>
+ <td valign="top" class="pagebody">
+ <div class="pageheader">
+ <span class="pagetitle">
+ Apache Qpid : Qpid Java Client refactoring
+ </span>
+ </div>
+ <div class="pagesubheading">
+ This page last changed on Apr 02, 2007 by <font color="#0050B2">ritchiem</font>.
+ </div>
+
+ <p>Summary<br/>
+&#45;-------&#45;<br/>
+The goals of the re-factoring are as follows.</p>
+
+<p>1. Provide an AMQP protocol level API.<br/>
+2. Achieve a clear separation of concerns.<br/>
+3. Implement proper state and event handling.<br/>
+4. Provide extensibility to extend the API at any level.<br/>
+5. Provide a unified interface for configuration through jvm<br/>
+arguments,xml ..etc. (Used commons configuration)</p>
+
+<p>The Prototype is available here <a href="https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure/java/newclient/" title="Visit page outside Confluence">https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure/java/newclient/</a></p>
+
+<p>The following document describes the design. <a href="http://cwiki.apache.org/confluence/download/attachments/50583/java_amqp_client_design.pdf?version=1" title="java_amqp_client_design.pdf attached to Qpid Java Client refactoring">java_amqp_client_design.pdf</a></p>
+
+ <br/>
+ <div class="tabletitle">
+ <a name="attachments">Attachments:</a>
+ </div>
+
+ <div class="greybox" align="left">
+ <img src="icons/bullet_blue.gif" height="8" width="8" alt=""/>
+ <a href="Qpid Java Client refactoring_attachments/java_amqp_client_design.pdf">java_amqp_client_design.pdf</a> (application/pdf)
+ <br/>
+ </div>
+
+ </td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
+ </tr>
+ <tr>
+ <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file