Gossamer Forum
Home : Gossamer Threads Inc. : Discussion :

Re: [Alex] [Suggestion] Different GT plugin namespace for apps

Quote Reply
Re: [Alex] [Suggestion] Different GT plugin namespace for apps In reply to
Oh Blush
Just forgot, that under GCommunity, plugins are placed under Plugins::Community:: namespace.

The idea came, because I'm working on a general installer, and the namespace thing confused me.

I aggree to keep Plugins:: for backward compatibility in LSQL, but wouldn't be possible to keep a namespace mirror of Plugins:: in Plugins::Links:: namespace?

This would mean, that I could use the following scheme for constructing package names:
my $app_name = get_app_name();
my $package = "Package::".$app_name;

In current solution, I have to do an exception just for LSQL, which is not really an elegant solution Unimpressed
Low priority subject, as workaround can be easily done.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Subject Author Views Date
Thread [Suggestion] Different GT plugin namespace for apps webmaster33 4338 Apr 23, 2005, 4:02 PM
Post Re: [webmaster33] [Suggestion] Different GT plugin namespace for apps
pugdog 4216 Apr 23, 2005, 6:35 PM
Thread Re: [webmaster33] [Suggestion] Different GT plugin namespace for apps
Alex 4247 Apr 26, 2005, 11:33 AM
Post Re: [Alex] [Suggestion] Different GT plugin namespace for apps
webmaster33 4187 Apr 26, 2005, 12:52 PM