Changes between Version 27 and Version 28 of BluePrint/Messaging


Ignore:
Timestamp:
09/13/09 23:42:45 (15 years ago)
Author:
Dan Zubey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v27 v28  
    1515 * SMS login / data entry / reports
    1616 * [wiki:BluePrintMessagingModuleJ2ME J2ME client]
     17
     18== Core Architecture ==
     19Instead of having several "apps" that cross-talk, such as sms, email, tweet, jabber, etc, it would be good to have a central messaging core that has 'connectors'. This would be the equivilient of a star-hub structure.
     20
     21This way, additional 'connectors' could be added or used as needed without refactoring the entire code base, and would allow sending messages from one connector to another, such as sms to email or email to jabber.
     22
    1723
    1824=== User Interface ===