DWR

Wrong documentation on plug-in architecture

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0, 2.0.1
  • Fix Version/s: 2.0.2
  • Component/s: None
  • Description:
    Hide
    Documentation on http://getahead.org/dwr/server/servlet/plugin lists
    "org.directwebremoting.WebContextFactory.WebContextBuilder" and "org.directwebremoting.ServerContextFactory.ServerContextBuilder" as two valid extension points that can be used in XML.

    This is however wrong, it took me quite a while that the correct strings was:
    "org.directwebremoting.WebContextFactory$WebContextBuilder" and
    "org.directwebremoting.ServerContextFactory$ServerContextBuilder".

    This might be the case for some of the other entries as well, but I found at least this while trying to plug-in my own ServerContext.
    Show
    Documentation on http://getahead.org/dwr/server/servlet/plugin lists "org.directwebremoting.WebContextFactory.WebContextBuilder" and "org.directwebremoting.ServerContextFactory.ServerContextBuilder" as two valid extension points that can be used in XML. This is however wrong, it took me quite a while that the correct strings was: "org.directwebremoting.WebContextFactory$WebContextBuilder" and "org.directwebremoting.ServerContextFactory$ServerContextBuilder". This might be the case for some of the other entries as well, but I found at least this while trying to plug-in my own ServerContext.

Activity

People

Dates

  • Created:
    26/May/07 11:08 PM
    Updated:
    30/May/07 8:47 PM
    Resolved:
    30/May/07 8:47 PM