Boomerang Software Framework
Encyclopedia
Boomerang is a notification
framework for professional developers that provides a service oriented infrastructure and a rapid development
interface. The infrastructure supports e-mail out, twitter out (twitter status update), printers, fax servers, file/ftp servers, incoming e-mail (e-mail to database) and twitter in (twitter stream to SQL database). In addition to comprehensive parsing, e-mail engine uniquely tags outgoing messages so that any response (replies) can be recognized and matched.
Interfacing with Boomerang’s services are done through a data base interface. This means that any programming languages can be used as long as it allows for records to be created in a SQL table.
Notification Service
A notification service provides means to send a notice to many persons at once. For example, if a flood were likely, residents of a community could be warned it time to evacuate. If a school were suddenly closed for the day, students or parents could be told not come to school, or told to report...
framework for professional developers that provides a service oriented infrastructure and a rapid development
interface. The infrastructure supports e-mail out, twitter out (twitter status update), printers, fax servers, file/ftp servers, incoming e-mail (e-mail to database) and twitter in (twitter stream to SQL database). In addition to comprehensive parsing, e-mail engine uniquely tags outgoing messages so that any response (replies) can be recognized and matched.
Interfacing with Boomerang’s services are done through a data base interface. This means that any programming languages can be used as long as it allows for records to be created in a SQL table.
See also
- Rapid application developmentRapid application developmentRapid application development is a software development methodology that uses minimal planning in favor of rapid prototyping. The "planning" of software developed using RAD is interleaved with writing the software itself...
- Service-oriented architectureService-oriented architectureIn software engineering, a Service-Oriented Architecture is a set of principles and methodologies for designing and developing software in the form of interoperable services. These services are well-defined business functionalities that are built as software components that can be reused for...
- Software frameworkSoftware frameworkIn computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by user code, thus providing application specific software...
- SQL Server Notification ServicesSQL Server Notification ServicesSQL Server Notification Services is a platform developed by Microsoft for the development and deployment of notification applications based on SQL Server Technology and the Microsoft .NET Framework. Notification Services offers a scalable server engine on which to run notification applications,...
- Apple Push Notification ServiceApple Push Notification ServiceThe Apple Push Notification Service is a service created by Apple Inc. that was launched together with iOS 3.0 on June 17, 2009. It uses push technology through a constantly-open IP connection to forward notifications from the servers of third party applications to the Apple devices; such...
- Notification ServiceNotification ServiceA notification service provides means to send a notice to many persons at once. For example, if a flood were likely, residents of a community could be warned it time to evacuate. If a school were suddenly closed for the day, students or parents could be told not come to school, or told to report...
- HOSEbirdHOSEbirdHosebird is the server implementation of the Twitter Streaming API. The Streaming API allows clients to receive Tweets in near real-time. Various resources allow filtered, sampled or full access to some or all Tweets. Every Twitter account has access to the Streaming API and any developer can build...