Blogs

Contact us

Do you have problems with site or you want to give us a feedback? Use our mailing list.

Wave Robot

Built over Google's Wave Robot API
Simplifies event handling dispatching
Dynamic capabilities and profile generation
Spring MVC integration supported
Built over Google's Wave Robot API
  • Reuses Google's object model
    RobotMessageBundle, Event, Wavelet, Blip, serializers, ...
  • RobotServlet implemented
    Subclass of Google's AbstractRobotServlet which integrates DailyDev Wave Robot Engine
Simplifies event handling dispatching
  • Declarative method mapping
    Define which methods handles which events simply using annotations
  • Advanced filtering
    Apply additional filters on events handled by method (eg. based on blip content, button pressed, users role, workflow state, ...)
Capabilities and profile
  • Capabilities and profile are generated
    The documents are generated based on robot's configuration and annotations over handler's methods.
  • Servlets and Controllers implemented
    Servlets for Spring-less use, Controllers when used with Spring.
Spring MVC integration supported
  • Easier application configuration
    Wire robot with handlers and filters, wire handlers with existing services, ...
  • Out of the box additional functionality
    As standard Spring MVC application it can be secured, localised, themed, ...