[
https://issues.apache.org/jira/browse/SHIRO-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499375#comment-13499375
]
Les Hazlewood commented on SHIRO-395:
-------------------------------------
Upon doing an SVN up, the most important JavaDoc to read to get started is in:
org.apache.shiro.event.Subscribe (an annotation)
org.apache.shiro.event.Publisher
and
org.apache.shiro.event.bus.DefaultEventBus
It's probably not a bad idea to read the JavaDoc for DefaultEventBus first.
Largely inspired by Guava and Akka. Simple docs here:
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/package-summary.html
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/EventBus.html
and a good overview:
http://codingjunkie.net/guava-eventbus/
> Add an EventBus for event publishing and low-coupling for custom
> components/plugins.
> ------------------------------------------------------------------------------------
>
> Key: SHIRO-395
> URL: https://issues.apache.org/jira/browse/SHIRO-395
> Project: Shiro
> Issue Type: New Feature
> Reporter: Les Hazlewood
> Fix For: 1.3.0
>
>
> https://cwiki.apache.org/confluence/display/SHIRO/Version+2+Brainstorming#Version2Brainstorming-Eventdrivendesign
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira