in reply to Component-based architecture in Perl
I think that people tend to more often use the word "component" in cases like J2EE and ActiveX, where there's a dominant API and a standard GUI.
Because of the many types of "plugin" APIs in the Perl world, we use lots of different names for them -- Apache modules, POE components, Mason components, DBD drivers, archivers, cache engines, etc.
It's not clear to me what "the Perl component API" would look like -- wouldn't you need different kinds of component API for different purposes?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Component-based architecture in Perl
by Ultra (Hermit) on Jul 06, 2005 at 07:13 UTC |