You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Wim Kerkhoff <wi...@merilus.com> on 2001/11/15 19:44:24 UTC

Re: Modular web sites - is this possible? (was Re: Modular web site not behaving as expected.)

Hi Scott,

I think I understand your point better now. I'm still convinced that it
is possible to do what you have described using EmbperlObject. 

Wim

Scott Chapman wrote:
> 
> Wim,
> I think you missed the point of our discussion. This isn't about
> authentication at all. It's about modular site design.  The web page
> I was talking about is just for getting a userid, password and email
> address to CREATE a new user in the .htpasswd file, not
> authenticate 'em. (After they create a userid they'll be asked to
> login using regular HTTP authentication).  It was just a sample of a
> modular design I'd like to see added to Embperl.  Read the
> previous discussion again for details.  Maybe I wasn't clear.
> 
> This modular idea is useful for any instance where you need to get
> form input from a person and validate it.

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Modular web sites - is this possible? (was Re: Modular web site not behaving as expected.)

Posted by Scott Chapman <sc...@mischko.com>.
Wim,

It may be possible with more complex coding but the idea is 
transparent abstraction layer here to make things behave just like 
calling a regular subroutine with a return statement at the end.  I'm 
hoping to hear from Gerald on the possibility of implementing this 
into Embperl.  It would be a serious improvment in the way we can 
make web sites where we don't have to spend as much time 
thinking about the problem and more time thinking in terms of the 
solution.  That's the promise of object oriented programming! :-)

Cordially,
Scott

On 15 Nov 2001, at 10:44, Wim Kerkhoff wrote:

> Hi Scott,
> 
> I think I understand your point better now. I'm still convinced that it
> is possible to do what you have described using EmbperlObject. 
> 
> Wim
> 
> Scott Chapman wrote:
> > 
> > Wim,
> > I think you missed the point of our discussion. This isn't about
> > authentication at all. It's about modular site design.  The web page
> > I was talking about is just for getting a userid, password and email
> > address to CREATE a new user in the .htpasswd file, not
> > authenticate 'em. (After they create a userid they'll be asked to
> > login using regular HTTP authentication).  It was just a sample of a
> > modular design I'd like to see added to Embperl.  Read the
> > previous discussion again for details.  Maybe I wasn't clear.
> > 
> > This modular idea is useful for any instance where you need to get
> > form input from a person and validate it.


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org