I just built a similar system for integration with tapestry and it is working out very well. Hivemind provided me with a very easy method of integrating my domain objects with this contribututions 'framework' to create a very powerful plugin archetecture. In a nut shell I have one war file I ship to all customers and a license.txt which hivemind reads and enables contributions as specified with very little work on my part (that I wouldn't have been doing anyways with other IOC containers).
ryan On 11/23/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > If there's something on the java world I really DO NOT like is SWT. Geoff > thanks for your advice, but I really can't stand SWT I had too much problems > with its coupling with the operational system (we had systems to had almost > all screens re-designed to run on linux). > I was not thinking on a RIA at the beginning, but a Web module :D. Just > like a CMS using Tapestry where all the modules could be loaded as they were > deployed. So if a user gets the CMS with only the forum module it would get > the proper menus, and settings tab, another one could get the Poll module, > news module etc. > > thanks all for the help, I'm gonna dig it down a little bit more on the > weekends to find a reasonable solution (hope using HM) > > Regards and good coding > > > On 11/23/05, Konstantin Ignatyev <[EMAIL PROTECTED]> wrote: > > IMO: Just say no to SWT. > > > > It is better then use JNDC or NetBeans _platform_ (not > > IDE) because NB at least strive for WORA and Eclipse > > help to promote inconsistent and non-crossplatform > > SWT. > > > > > > > > --- Geoff Longman < [EMAIL PROTECTED]> wrote: > > > > > Seems to me that you would have to build a lot of > > > infrastructure on > > > top of HM to achieve this. If you are bulding a rich > > > client I would > > > suggest you look at Eclipse RCP. What you describe > > > is exaclty what RCP > > > is geared towards. > > > > > > Geoff > > > > > > On 11/23/05, Vinicius Carvalho > > > < [EMAIL PROTECTED]> wrote: > > > > Hello there! First I'm sorry about this question, > > > I did not had the proper > > > > time for a more in depth search on this subject. > > > Anyway... > > > > We're facing a problem with our software, we're > > > creating modules for it. The > > > > basic idea is: if you buy modules A & B, the > > > menus, configuration screens, > > > > change displaying new information. All the user > > > needs to do is deploy the > > > > new modules (some jars). We're searching jplugin > > > for it, but I found it too > > > > immature for production use. So I remember > > > Hivemind (since I'm a Tapestry > > > > user). > > > > I was thinking if one could achieve such > > > functionality with Hivemind. Create > > > > a base system, and by having modules with new > > > contributions, the system > > > > would be customized per client? > > > > > > > > Regards and good coding > > > > > > > > Vinicius Carvalho > > > > > > > > > > > > > -- > > > The Spindle guy. http://spindle.sf.net > > > Get help with Spindle: > > > > > > http://lists.sourceforge.net/mailman/listinfo/spindle-user > > > Announcement Feed: > > > > > > http://www.jroller.com/rss/glongman?catname=/Announcements > > > Feature Updates: > > > http://spindle.sf.net/updates > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] > > > > > > > > > > > > Konstantin Ignatyev > > > > > > > > > > PS: If this is a typical day on planet earth, humans will add fifteen > million tons of carbon to the atmosphere, destroy 115 square miles of > tropical rainforest, create seventy-two miles of desert, eliminate between > forty to one hundred species, erode seventy-one million tons of topsoil, add > 2,700 tons of CFCs to the stratosphere, and increase their population by > 263,000 > > > > Bowers, C.A. The Culture of Denial: Why the Environmental Movement Needs > a Strategy for Reforming Universities and Public Schools. New York: State > University of New York Press, 1997: (4) (5) (p.206) > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
