Re: Enabling External Methods in skin folders
Martin Aspeli <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <CAPN0AAQUAzzxavSiAe8EN9KOoMkSmqfXbTFVp2kj+VJEcAqyxg@mail.gmail.com> |
On 17 November 2011 11:28, <[email protected]> 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 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )