• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

License of SmartGWT? Is it free software or not?

 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So, I want to write a program and make millions on it. I will probably make hundreds on it if I don't actually lose money, but that's another story.

I'm now writing it using SmartGWT, which is what GWT-Ext has transformed into, and most of the program was written using that.

This page says that SmartGWT is governed by the GNU Lesser, which means I can write and distribute my program:

http://code.google.com/p/smartgwt/

But, this page also says SmartGWT is based on the SmartClient library, and SmartClient only allows the use of their product for internal testing:

"Deployment or external exposure of works which use the Software is not permitted under the terms of this Agreement. You must acquire a deployment license for the Software from Isomorphic Software in order to deploy such works."

http://www.smartclient.com/

So, what's the deal? Can I develop and deploy my SmartGWT without giving anyone any kickbacks, or do I have to pony up some bills to smartclient when I'm done development?

Any lawyers in the house?

-Cameron McKenzie

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, SmartGWT is free software.

There are free, LGPL versions of both SmartClient and SmartGWT.

http://smartclient.com/product

The free version of SmartGWT is based on the free version of SmartClient.

The text you found is for the evaluation of the commercial versions of SmartClient.
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Charles Kendrick, did you join JavaRanch just to help me out with my lack of knowledge of SmartGWT licenses? Man, that's awesome. We love seeing that kind of dedication here at the ranch!

I googled a bit more last night, and found a few articles on theserverside.com that dispelled my initial hesitations. I see that it is a much more enterprise set of tools and a special SDK that smartclient provides that includes the licensing aspect. From what I see, it was some licensing issues that actually attracted developers to smartclient/smartgwt and away from JavaScript ES or whatever it was called.

Thanks so much for joining the site and helping to dispell my incorrect assumptions.

-Cameron McKenzie
 
Charles Kendrick
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah, I did join just for that question. We just like to clear up misconceptions wherever they appear.

We get did a surge of interest due to that licensing brouhaha, but it's really about the feature advantages these days. We think our free version compares favorably to other companies commercial versions, and our commercial versions are another level beyond.

You'd probably appreciate the advanced Hibernate integration:

http://www.smartclient.com/smartgwtee/showcase/#master_detail_batch

There's no server-side code in that sample because no server-side code is required.
 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
welcome to javaranch Charles Kendrick
 
Their achilles heel is the noogie! Give them noogies tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic