From 82fb04e90a5f5839e711cc432c8aa9b57e7ff1c7 Mon Sep 17 00:00:00 2001 From: benni Date: Tue, 20 Nov 2012 14:03:30 +0100 Subject: [PATCH] update documentation --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f364e4..c9551be 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@ Mbassador is a very light-weight message bus (event bus) implementation followin for ease of use and aims to be feature rich, extensible while preserving resource efficiency and performance. Table of contents -[License](#license) ++ [Features](#features) ++ [License](#license) Check out the performance comparison which also reviews part of the features of the compared implementations +

Feature overview

+ At its core it offers the following: + Annotation driven: To define and customize a message handler simply mark it with @Listener annotation @@ -81,7 +84,8 @@ Message publication:

Import using maven

This project contains a maven repository that will allow you to import MBassador as a dependency into your maven project. -The following steps are necessary: +Currently this is all that will be provided because publishing to a central repository requires extra project setup that +will be done as soon as enough people use this component. Until then, the following steps are necessary: 1. Add the repository location to your pom.xml

@@ -109,7 +113,7 @@ The following steps are necessary:
 + Spring integration with support for conditional message dispatch in transactional context (dispatch only after
 successful commit etc.) -> coming in december 2012
 
-

License

+

License

This project is distributed under the terms of the MIT License. See file "LICENSE" for further reference.