Re: [appfuse-user] Suggestion for plug-in framework

2007-04-23 Thread Michael Horwitz
Other option is to use Spring as a lightweight plugin container: http://www.devx.com/Java/Article/31835/1954?pf=true. There is a more formal project at Spring to handle such functionality: http://www.springframework.org/osgi. It is on the roadmap for AppFuse at some point in the future. Mike On

Re: [appfuse-user] Suggestion for plug-in framework

2007-04-23 Thread sarat.pediredla
Joao, That is more like it. I will look into it. Btw, JPF seems a nice bit of plugin framework. Joao Nelas-2 wrote: > > I've been using a technique similar to the one described in > http://www.devx.com/Java/Article/31835 > It's not a full blown plugin architecture, but if your needs are simple

Re: [appfuse-user] Suggestion for plug-in framework

2007-04-23 Thread Joao Nelas
I've been using a technique similar to the one described in http://www.devx.com/Java/Article/31835 It's not a full blown plugin architecture, but if your needs are simple it can do the trick. João On 4/23/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: Tonic seems to be dead for now. So much f

Re: [appfuse-user] Suggestion for plug-in framework

2007-04-23 Thread sarat.pediredla
Tonic seems to be dead for now. So much for Atlassians commitment to OSS. I cant even find a decent download. Any other generic plugin framework suggestions? I know Matt mentioned a plugin framework for 2.0 but I think this is more related to adding and removing features from appfuse? I was think

Re: [appfuse-user] Suggestion for plug-in framework

2007-03-19 Thread Matt Raible
Developing some sort of Plugin mechanism is on our roadmap for AppFuse 2.2. http://appfuse.org/display/APF/Roadmap Matt On 3/19/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: I am new to appfuse but wondering if there is an integrated plug-in framework that we could use? I have looked at JPF

[appfuse-user] Suggestion for plug-in framework

2007-03-19 Thread sarat.pediredla
I am new to appfuse but wondering if there is an integrated plug-in framework that we could use? I have looked at JPF http://jpf.sourceforge.net/ and is this something that would be nice to be integrated into appfuse? I think it would be great if we wanted to kickstart the development of an appl