Hi Chris -- 

> A word of advice: if you'd like to use it under different web 
> environments, create your own system for registering/calling 
> handlers instead of using the Apache API. That is, have a map of 
> URL-to-class and have your controller find the class to execute 
> based on the URL and call it directly. This is how OpenInteract does 
> it and it's saved quite a lot of grief. It also makes for nice 
> decoupling which is always a good thing.

If you want a unique URL which points to a particular perl class, you
could also use CGI::Application.  It was built to run under mod_perl,
and solve exactly this problem.

TTYL,

-Jesse-


--

  Jesse Erlbaum
  The Erlbaum Group
  [EMAIL PROTECTED]
  Phone: 212-684-6161
  Fax: 212-684-6226



Reply via email to