Re: GWT Violates LGPL

2009-04-07 Thread ginger_ninja
What a farce. Who cares if it violates the LGPL (besides perhaps RMS)? GWT is release under the Apache v2.0 License. The two are completely separate from each other. About the only common heritage they share is the fact that they're OSI approved. On Apr 8, 12:18 am, Robert Hanson

Re: No source code is available for type java.io.File; did you forget to inherit a required module?

2009-03-04 Thread ginger_ninja
Hi Raghu, The GWT compiler complains because it doesn't support the full range of Java classes present in your run of the mill JRE. The reason for this can be found in asking the question; What does the GWT compiler produce as output?. Answering this question yields a far more pertinent

Re: Help with Byte Array to PDF

2009-02-17 Thread ginger_ninja
Hi koko, Ian is right, I encountered this exact same problem on the project I'm currently working on. In your case it sounds like you want to send some data from a textarea over to the server and put some dynamic content in the PDF, is that right? The best solution I've found is to separate