[Zope-dev] Enabling External Methods in skin folders
Martin Aspeli
optilude+lists at gmail.com
Thu Nov 17 11:51:08 UTC 2011
On 17 November 2011 11:28, <lists at nidelven-it.no> wrote:
> Hi,
>
> I have a bunch of External Methods I'd like to make available in a skin
> form, and which reload in the same way a page template would if it was
> modified and the server was in debug mode.
External methods should not require restarts either.
> What's the recommended product for enabling this now?
A more robust approach may be to turn your external methods into
views, utility functions called from other views, portal_setup upgrade
steps, or whatever other purpose they serve.
Martin
More information about the Zope-Dev
mailing list