Contents
DailyDev Wave Robot
DailyDev Wave Robot engine reference and it's generic components and approaches.
Robot Servlets
Reference of servlets and related components which enables
integration of DailyDev Wave Robot engine to simple web applications.
Spring Support
Reference of Spring supporting classes which enables integration of DailyDev Wave Robot engine into Spring driven web application.
Reference of Spring supporting classes which enables integration of DailyDev Wave Robot engine into Spring driven web application.
Introduction
DailyDev Wave Robot is an extension over Google Wave Java Client Library
which makes development of Google Wave Robots
much simplier.
The simplicity is basically in event handling dispatching. With
standard Google's library you have to take care about all the if-elses.
But with DailyDev Wave Robot solution you create a POJO handler classes
and using annotations define what events the handler wants to listen
to. The rest is on the framework.
As an addition it includes also set of Spring MVC
components to enable you to build your robots as Spring Beans or to add
robot interface to your existing Spring based web application. Since it
is implemented as Spring MVC Controller
it can reuse all Spring container realted functionality like wiring robot with your existing services, localization, ...