Index: [Article Count Order] [Thread]

Date:  Fri, 15 Mar 2002 10:13:40 +0900
From:  "NAKAMURA, Hiroshi" <nahi@keynauts.com>
Subject:  [webricken:46] Re: ERB
To:  <webricken@notwork.org>
Message-Id:  <000e01c1cbbe$a49f4290$85222fc0@sarion.co.jp>
In-Reply-To:  <20020315.083121.74171231.gotoyuzo@kotetsu.does.notwork.org>
X-Mail-Count: 00046

Hi,

> From: GOTOU Yuuzou [mailto:gotoyuzo@notwork.org] 
> Sent: Friday, March 15, 2002 8:31 AM

> > I found that httpserver.rb tried to mount FileHandler.
> > httpserver.rb relies on filehandler.rb.  Don't you think
> > that httpserver.rb should require filehandler.rb
> > if it means?  Or, httpservlet.rb should be renamed to
> > 'httpservletwithfilehandler.rb'?
> 
> httpservlet.rb is a shortcut to load all servlets. 
> I guess it is as the same as most files are loaded by:
> 
>   require 'webrick'
> 
> Is it wrong?

No.  Though I don't want httpservlet.rb to load all
distributed servlets, I think it is not wrong.
I made an issue of implicit dependency between
httpserver.rb and filehandler.rb.  But this is a rather
programming style issue.  I need to stop talking about
it more. :)

Regards,
// NaHi