GWT: 100 LOC Rule of Thumb?

oriptLyhorp

New Member
I've read several GWT developer blogs that mentioned some "rule of thumb" whereby if your resultant JavaScript will be 100 lines of code or greater, it is better to just write the JavaScript yourself (instead of generating it through GWT).My question is: how can you tell how many LOC GWT will produce? This seems like a difficult rule of thumb to follow, and one that requires writing 2 sets of code (first writing the GWT, and then re-writing it in JavaScript)!?!?Have I misunderstood something here?
 
Top