You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by ji...@apache.org on 2004/03/19 04:58:16 UTC

[jira] Created: (DIR-62) handlers into components?

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=DIR-62

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIR-62
    Summary: handlers into components?
       Type: Task

     Status: Open
   Priority: Major

    Project: Directory
 Components: 
             Eve

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Thu, 18 Mar 2004 7:57 PM
    Updated: Thu, 18 Mar 2004 7:57 PM

Description:
While working on whipping together the protocol/request processing module I came across a few questions but first the facts:

1). Individual request handlers are modeled as flywieghts 
2). They may need to depend on server components other than the processor to do their bidding
3). These flyweigths are not really going to be reused anywhere else besides the protocol request processor module

Do we make these handlers into components? Basically the RequestHandler is the service interface.  We can leave that upto the wrapper implementations?  

To leave this decision upto the wrapper implementations all we have to do is parameterize the RequestProcessor module to not create these handlers itself but to use them.  The constructor should just get a map of handlers?  That's probably the best direction to go.

Alex


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira