Hi all! I'm planning to build a core site with the ability to plugin external modules dynamically. My thoughts at the moment is to make my own plugin api/interface that will insert the modules different parts at certain places in the app.
Now I need some feedback on this thoughts, is it possible to load a page and/or component under runtime in tapestry? As far as I can see should it work, if the class is a pure AbstractComponent with it's own renderComponent(...). But the BaseComponent maybe could be a little harder to load dynamically? or? Also, maybe someone could point me in the right direction for doing this thing. Is there anything in particular I should look in too? -- /ted --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
