You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by di...@incubator.apache.org on 2004/10/23 21:43:26 UTC

[jira] Closed: (DIREVE-10) handlers into components?

Message:

   The following issue has been closed.

   Resolver: Alex Karasulu
       Date: Sat, 23 Oct 2004 12:42 PM

Keep em as pojos.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DIREVE-10

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

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Directory Eve
 Components: 
             protocol

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Thu, 18 Mar 2004 7:57 PM
    Updated: Sat, 23 Oct 2004 12:42 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