Re: [appfuse-user] Creating a plugin-based web application

2007-09-28 Thread Yopy
Allright, I'll check it out - thanks. I've gone ahead and created a plugin system of sorts myself though, I'm pretty proud of it :D. It's basically a Factory of sorts. I've added a folder to be included in the pom.xml file (I think that's the one anways, lol), and in that folder there's a bean x

Re: [appfuse-user] Creating a plugin-based web application

2007-09-25 Thread Michael Horwitz
You may want to take a look at OSGI: http://www.springframework.org/osgi. It is something that is on the AppFuse roadmap (or at least used to be?), but none of us seem to have time to look into it in depth. Mike On 9/25/07, Yopy <[EMAIL PROTECTED]> wrote: > > > To anyone willing to at least point

[appfuse-user] Creating a plugin-based web application

2007-09-25 Thread Yopy
To anyone willing to at least point me in the right direction, I'm currently working on a web application, one which has to be quite flexible and all. One part of it is to present the user with information from a certain source of data. This source can be anything - an XML file, database data, et