Re: Distributing a fix to the customer

2010-07-15 Thread Parag Thakur

thanks Gal.

On Jul 15, 11:42 am, Gal Dolber gal.dol...@gmail.com wrote:
 no really, you need to recompile and replace the all folder

 2010/7/15 Parag Thakur para...@gmail.com





  hello,

  We need to provide a fix to a customer that's in our client side GWT
  code. Is there a way to avoid sending the entire ui folder again? Is
  there a way to distribute just the part that changed?

  thanks,
  Parag

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --http://ajax-development.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Distributing a fix to the customer

2010-07-14 Thread Parag Thakur
hello,

We need to provide a fix to a customer that's in our client side GWT
code. Is there a way to avoid sending the entire ui folder again? Is
there a way to distribute just the part that changed?

thanks,
Parag

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Redistributing GWT apps in a commercial software

2009-11-16 Thread Parag Thakur

thanks for the reply.

No, we don't ship gwt-dev.jar. However it's not very clear if any of
the code in gwt-dev.jar gets translated into javascript (like they
mention happens for the BrowserDetect code)..

--parag

On Nov 12, 11:27 pm, Yozons Support on Gmail yoz...@gmail.com wrote:
 I'm not an expert (or even a lawyer ;), but most of the third-party stuff
 appears to be related to gwt-dev.jar.  Heck, I don't even know what that JAR
 is since it's not in my WEB-INF/lib.  I only have gwt-servlet.jar and that
 has no third-party stuff so it's just under the Apache 2 license you expect
 of GWT.

 My guess is you don't redistribute any of the other third party stuff, so it
 shouldn't matter.  And even if you do, it seems that they all have
 compatible licenses that will allow you to use it in commercial software.  I
 didn't see any GPL code mentioned, for example.  But if you do ship that
 gwt-dev.jar, you should also include references to those parts and give them
 credit just like Google did with respect to those components as you can use
 them, you just need to give them credit.

 That's my guesstimate anyway

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: Redistributing GWT apps in a commercial software

2009-11-16 Thread Parag Thakur
Thomas,

Thanks! That's exactly what I was looking for.

regards,
Parag

On Nov 17, 3:02 am, Thomas Broyer t.bro...@gmail.com wrote:
 On Nov 16, 8:06 am, Parag  Thakur para...@gmail.com wrote:

  thanks for the reply.

  No, we don't ship gwt-dev.jar. However it's not very clear if any of
  the code in gwt-dev.jar gets translated into javascript (like they
  mention happens for the BrowserDetect code)..

 Of the libs listed here:http://code.google.com/webtoolkit/terms.html#licenses
 none of them, except as noted Browser Detect is transliterated into
 javascript:
  - Tomcat (and Jetty as of GWT 1.6) is used in Hosted Mode (now
 DevMode in GWT 2.0) to host your resources and servlets
  - Eclipse SWT is used for the GWTShell (up to GWT 1.5) and HostedMode
 (up to GWT 1.7.x) user interface (GWT 2.0 will have no dependency over
 SWT, it'll be Swing-based entirely)
  - Eclipse JDT is used by the GWT's Compiler to parse your Java
 sources so they can be analyzed and transliterated into JavaScript
  - Rhino is used by the GWT's Compiler to parse your JSNI (JavaScript)
 sources so they can be integrated into the Java-2-JS process
  - Mozilla 1.7 and WebKit are only used in GWTShell and HostedMode (up
 to GWT 1.7.1) as the embedded browsers in respectively Linux and OSX
 (Windows version just uses IE); GWT 2.0 won't have those dependencies
  - and finally JFreeChart is only used by the BenchmarkViewer tool.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Redistributing GWT apps in a commercial software

2009-11-12 Thread Parag Thakur
hello,

We are using GWT to create a web interface that will be shipped to end
customers with our product. The license agreement has a section that
lists 3rd party components included with GWT. However it's not clear
which of these will actually make it into our product as a part of the
GWT app. We do not plan to redistribute the GWT SDK. I did read the
FAQ on this topic but that did not help.
http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_Redistribution

Any advice in this regard will be greatly appreciated!

thanks,
Parag

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.