From 88f4f04b32cf1024a9ce84db54a986950c1e7499 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Mon, 2 Jun 2008 18:12:47 +0000 Subject: Move to documentation directory git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/forrest-site@662505 13f79535-47bb-0310-9956-ffa450edef68 --- .../xdocs/Qpid Java Client refactoring.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 documentation/content/xdocs/Qpid Java Client refactoring.html (limited to 'documentation/content/xdocs/Qpid Java Client refactoring.html') 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 @@ + + + Apache Qpid : Qpid Java Client refactoring + + + + + + + + + +
+ +
+ This page last changed on Apr 02, 2007 by ritchiem. +
+ +

Summary
+---------
+The goals of the re-factoring are as follows.

+ +

1. Provide an AMQP protocol level API.
+2. Achieve a clear separation of concerns.
+3. Implement proper state and event handling.
+4. Provide extensibility to extend the API at any level.
+5. Provide a unified interface for configuration through jvm
+arguments,xml ..etc. (Used commons configuration)

+ +

The Prototype is available here https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure/java/newclient/

+ +

The following document describes the design. java_amqp_client_design.pdf

+ +
+ + +
+ + java_amqp_client_design.pdf (application/pdf) +
+
+ +
+ + + + + + + +
Document generated by Confluence on Apr 22, 2008 02:47
+ + \ No newline at end of file -- cgit v1.2.1