Re: Gwt Portlets and Fries on the side

2009-09-02 Thread David Tinker
Hi Shannon You can use GWT Portlets with whatever widget libraries you like. It provides a portal server like environment and programming model. Your portlets can be built using any set of GWT Widgets including ExtGwt. We are planning to add some more demos to GWT Portlets using different widget

Re: Creating a plugin framework with GWT

2009-09-02 Thread David Tinker
Hi Dave The GWT Portlets framework (http://code.google.com/p/gwtportlets/) will do most of what you want. Developers will have to recompile your application to add new 'plugins' (Portlets) but all your other requirements are covered (and more). Cheers David On Aug 24, 12:23 pm, Dave

Re: GWT Portlets framework published

2009-04-07 Thread David Tinker
Hmm. Our intention is to allow the use of GWT Portlets in commercial closed source projects without forcing those projects to become open source. We do want people who modify the framework to contribute their changes back to the community. That is why we chose LGPL instead of GPL or Apache 2. Is

Re: GWT Portlets framework published

2009-04-07 Thread David Tinker
, Joe Cole profilercorporat...@gmail.com wrote: IANAL but I believe you are stuck with liberal licensing or creating your own special license. In practice license makes no difference; if the project is successful it will always have contributions back. Joe On Apr 8, 1:07 am, David Tinker