Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List and describe new manager methods, Struts actions, JSP pages, macros, etc.

Changes to

...

Roller boostrapping process

To select a back-end implementation, you set the property 'guice.backend.module' in the Roller configuration file the the class name of a Guice module that specifies the Roller interfaces. The RollerFactory will instantiate that Guice module and will use it to create and inject the Roller implementation specified by that module.

...

Roller implementation and all manager implementations use constructor injection. The are all declared as singletons.

...

Planet implementation and all manager implementations use constructor injection. The are all declared as singletons.

Changes to Weblogger's Planet integration

...