Re: GWT Tests with Sling

2009-06-25 Thread Juan José Vázquez Delgado
> Well, that of course then amounts to a problem - luckily GWT itself is > ASL2 licensed. And as long as the dependencies have acceptable licenses > (MIT and BSD come to mind) there is not an issue, either. Where it > starts getting problematic is the LGPL and GPL licenses. I think a GWT content e

Re: GWT Tests with Sling

2009-06-25 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > 2009/6/26 Felix Meschberger : >> Hi, >> >> Torgeir Veimo schrieb: >>> 2009/6/26 Felix Meschberger : Hi, Torgeir Veimo schrieb: >>> I'm in the development team of a new CMS which is based on Sling. > It seems there are several that are doing this,

Re: GWT Tests with Sling

2009-06-25 Thread Torgeir Veimo
2009/6/26 Felix Meschberger : > Hi, > > Torgeir Veimo schrieb: >> 2009/6/26 Felix Meschberger : >>> Hi, >>> >>> Torgeir Veimo schrieb: >> I'm in the development team of a new CMS which is based on Sling. It seems there are several that are doing this, basing their admin console on GWT

Re: GWT Tests with Sling

2009-06-25 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > 2009/6/26 Felix Meschberger : >> Hi, >> >> Torgeir Veimo schrieb: > I'm in the development team of a new CMS which is based on Sling. >>> It seems there are several that are doing this, basing their admin >>> console on GWT. There might be an opportunity to put tog

Re: GWT Tests with Sling

2009-06-25 Thread Juan José Vázquez Delgado
> No I was of course thinking about content editors. The "admin console" > is an umbrella term we use internally here to mean those things. Yes, I´m sure Thorsten is thinking about a content editor instead an OSGi environment admin console. Regards, Juanjo.

Re: GWT Tests with Sling

2009-06-25 Thread Torgeir Veimo
2009/6/26 Felix Meschberger : > Hi, > > Torgeir Veimo schrieb: I'm in the development team of a new CMS which is based on Sling. >> >> It seems there are several that are doing this, basing their admin >> console on GWT. There might be an opportunity to put together an open >> source project h

Re: GWT Tests with Sling

2009-06-25 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: >>> I'm in the development team of a new CMS which is based on Sling. > > It seems there are several that are doing this, basing their admin > console on GWT. There might be an opportunity to put together an open > source project here around this, since there would othe

Re: GWT Tests with Sling

2009-06-25 Thread Torgeir Veimo
>> I'm in the development team of a new CMS which is based on Sling. It seems there are several that are doing this, basing their admin console on GWT. There might be an opportunity to put together an open source project here around this, since there would otherwise be a lot of duplicate effort, a

Re: GWT Tests with Sling

2009-06-25 Thread Juan José Vázquez Delgado
Hi, > I'm in the development team of a new CMS which is based on Sling. Good choice!, Sling is the most suitable tool to this purpose :). > Now I want to test my GWT classes. GWT provides the test class GWTTestCase, > that are executed with the help of the gwt-maven-plugin. The tests are > runni

GWT Tests with Sling

2009-06-25 Thread Thorsten Rössner
Hello everybody, I'm in the development team of a new CMS which is based on Sling. I want to use GWT for the GUI of the backend. For this purpose I adapted the servlet in the contrib package of the Sling project to work with GWT 1.6.4. This works fine. I use the gwt-maven-plugin for creating th