On Tuesday 16 January 2007 18:00, Joe Landman wrote:
> Yes. Never deliver the application. Host the critical bits. Have them
> make SOAP/XML-RPC calls back to your machine.
>
> Note: this is not exclusive to Catalyst. This is true with every/any
> MVC framework, and pretty much every language, compiled or otherwise.
This varies. Six Apart has done well with hosted solutions, Best Practical
has done well with open source applications.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/