|
<< back to johnspurlock.com
projects/java ProjectGhostData dist src ProjectRevere dist src ProjectUtil dist src lib cloudscape commons-httpclient commons-lang commons-logging hsqldb informa jaf jaimlib javamail jdom jgmail junit mssql postgresql smtpmailer soap swt timer xerces xstream john spurlock 2008
|
ProjectRevere
Generic framework for sending and receiving messages.
Binary packages
Source code packages
Browse source...
Library References
Description:
A generic message framework (messages as in email or instant messages, not as in MSMQ or JMS) where "messages" (IMessage) are sent/received through "entities" (IEntity) and are routed by the message controller (IMessageController) which houses multiple underlying message processors (IMessageProcessor). Basically, this allows you to simplify and coalesce all types of messages in one place (like an inbox/rss aggregator for everything). Message handlers for email(pop/stmp/gmail), aim, rss, and generic web scrapers are included. |