Re: GWT Distrubted Compiler Project

2010-07-28 Thread Dobes Vandermeer
OK let me know. Currently the system basically works (you can run a distributed build) but it could probably use some help in terms of just trying it out and finding the kinks. Cheers, Dobes On Tue, Jul 27, 2010 at 3:30 PM, Gal Dolber wrote: > Love your idea... even compiling a medium project

Re: GWT Distrubted Compiler Project

2010-07-28 Thread Dobes Vandermeer
Thanks, Jim! I had found those before. On Tue, Jul 27, 2010 at 3:35 PM, Jim Douglas wrote: > You might be interested in these references, Dobes: > > http://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds > http://development.lombardi.com/?p=993 > http://development.lombardi.com/?p=1

Re: GWT Distrubted Compiler Project

2010-07-28 Thread Dobes Vandermeer
Hi Charlie, If you use an RSS reader you can monitor different aspects of the project using the project "feeds": http://code.google.com/p/gwt-distcc/feeds For example, you could monitor downloads if you wanted to know any time a new build was posted. If you prefer email you can use an RSS to em

Re: Localization workflow?

2009-08-18 Thread Dobes Vandermeer
I also found this handy site http://99translations.com where you can upload the properties file from GWT and they have a system for tracking changes etc.. no need to hack up any scripts for using Excel! On Aug 18, 6:04 am, Thomas Broyer wrote: > On 18 août, 06:38, Dobes wrote: > > > What tools

Re: Localization workflow?

2009-08-18 Thread Dobes Vandermeer
On Tue, Aug 18, 2009 at 6:04 AM, Thomas Broyer wrote: > On 18 août, 06:38, Dobes wrote: > > What tools are people using for localization? > > > > For example, currently I've defined all my strings using @DefaultValue > > (...) for my Constants interface instead of a properties file - is > > ther

Re: GWT Deployment on Web Hosting Sites

2009-08-13 Thread Dobes Vandermeer
GWT runs fine, it's just javascript. However, if you want to use the RPC/Servlets system, you'll need Java hosting on the server-side, like tomcat, glassfish, etc.. Relatively few hosts provide this. There are some PHP libraries out there to implement the server-side part of RPC using PHP instea

Re: Change PRETTY or OBFUSCATED on a per-browser basis

2009-06-06 Thread Dobes Vandermeer
On Jun 5, 3:43 pm, Thomas Broyer wrote: > On 5 juin, 22:27, Dobes wrote: > > > > > Is there any clever way to set the PRETTY or OBFUSCATED javascript > > output depending on the browser? > > > > Any ideas? > > 1. Compile once in PRETTY and once in OBFUSCATED > 2. Run both in the browsers that ne

Re: Localization - is GWT localization worth it? Can we have juse a single permutation please?

2009-04-23 Thread Dobes Vandermeer
On Thu, Apr 23, 2009 at 5:43 PM, mP wrote: > > On Apr 24, 3:49 am, Dobes wrote: > > I'm considering translating my app, but I realized that it currently > > takes 12 minutes for GWT to compile the application - thus, for five > > languages would it take an hour, is that right? > > > > Or is the

Re: Localization - is GWT localization worth it? Can we have juse a single permutation please?

2009-04-23 Thread Dobes Vandermeer
Hi Vitali, I have to test my CSS in all browsers, so I can't really work with one permutation. Also, sometimes I need to make a last-minute patch before a release and a 1-hour compile time would make that pretty much impossible. Also, if using a single permutation development is the "right way" t

Re: Does GWT 1.6 break in Safari 4?

2009-04-19 Thread Dobes Vandermeer
Essington wrote: > > In Safari 4 I get a javascript error: > SyntaxError: Expression too deep > > Not sure what that is about, but maybe you can compile with -pretty > and step into it with webinspector? > > -jason > > On Apr 17, 2009, at 9:39 PM, Dobes Vandermeer

Re: How much slower is PRETTY mode?

2009-04-19 Thread Dobes Vandermeer
t be completely disabled (via Tools/ >> Addons) with a FF restart to get the real numbers (plus just about >> everything looks like it has a memory leak with Firebug on)) >> >> John >> >> On Apr 19, 10:20 am, Dobes Vandermeer wrote: >> > Okay, that&#x

Re: How much slower is PRETTY mode?

2009-04-19 Thread Dobes Vandermeer
t; >> surprised if the code bloats by 2-3x if not more. > >> > >> On Fri, Apr 17, 2009 at 11:40 PM, Dobes wrote: > >>> > >>> I'm considering deploying a version in PRETTY mode since it may solve > >>> a Safari 4 issue I'm having and it would al

Re: How much slower is PRETTY mode?

2009-04-19 Thread Dobes Vandermeer
>> the stack traces produced by Firefox a lot better. > >> > >> However, I'm wondering what experiences people have had with the > >> performance of PRETTY more - how is it? > >> > >> Thanks in advance, > >> Dobes > >> > >>

Re: Does GWT 1.6 break in Safari 4?

2009-04-17 Thread Dobes Vandermeer
I just tried it myself and it is in fact not working for our app. I guess it's something just between my app and Safari 4, though, if nobody else is having this issue. You can see it for yourself : http://www.clarityaccounting.com/demo and launch the demo. Works in Firefox 3 but not Safari 4.

Re: Why not use applets?

2009-03-29 Thread Dobes Vandermeer
After some more research it looks like the java plugin isn't as popular as I thought, only 50%-80% penetration, whereas javascript is supported in all browsers, and flash has 80%-99% penetration. Thus, applets are not cool ... oh well. On Mar 29, 3:17 pm, Dobes wrote: > Recently while cursing t

Re: Announcing Kiyaa! a new GWT library

2008-11-11 Thread Dobes Vandermeer
hese work for you. I've also added a page describing the different modules you can inherit, the javadocs can be browsed online at http://kiyaa.googlecode.com/svn/trunk/kiyaa/doc/index.html and the google docreader link for the project is http://code.google.com/docreader/#p=kiyaa -- Dobes Vand