Can I use GWT to write a Gmail plugin?

2009-10-26 Thread FractalBob
Hi, I want to provide Gmail with additional functionality, but, if possible, I want to make the implementation browser-independent (I know how to do what I want as a Firefox addon, but what about a Google Chrome addon, or Opera, or...?). Is there any documented way to do this? TIA! Bob

Re: Can I use GWT to write a Gmail plugin?

2009-10-26 Thread FractalBob
Thanks, Mohamed. On Oct 26, 1:45 pm, Mohamed Mansour m0.interact...@gmail.com wrote: As an addon to the browser (Firefox, Chrome, Opera) you can use UserScripts. Search for Gmail User scripts for examples. On Oct 26, 9:28 am, FractalBob ruom...@gmail.com wrote: Hi, I want to provide

Re: Can I use GWT to write a Gmail plugin?

2009-10-26 Thread FractalBob
User scripts for examples. On Oct 26, 9:28 am, FractalBob ruom...@gmail.com wrote: Hi, I want to provide Gmail with additional functionality, but, if possible, I want to make the implementation browser-independent (I know how to do what I want as a Firefox addon, but what about

Using GWT on an existing Java application

2009-02-19 Thread FractalBob
Hi, I developed a Swing-based mail application that I'd like to convert to JavaScript. Is this the sort of thing that GWT can do? If so, how do I run GWTCompiler? I added the four JAR files contained in the GWT distribution to my CLASSPATH, but the java interpreter can't find GWTCompiler. TIA.

Re: Using GWT on an existing Java application

2009-02-19 Thread FractalBob
to find 'ChiaraMail/java.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? [ERROR] Build failed ChiaraMail.java wasn't built using GWT. Is that the problem? On Feb 19, 3:21 pm, FractalBob ruom...@gmail.com wrote: Hi, I developed a Swing

Re: Using GWT on an existing Java application

2009-02-19 Thread FractalBob
teamp...@gmail.com wrote: On Thu, Feb 19, 2009 at 6:21 PM, FractalBob ruom...@gmail.com wrote: Hi, I developed a Swing-based mail application that I'd like to convert to JavaScript. Is this the sort of thing that GWT can do? No, it's not going to convert it for you.  Your benefit

Java2Script for conversion of Java to javaScript?

2009-02-19 Thread FractalBob
Has anyone had any experience with the Java2Script plug-in for Eclipse? I'm looking for the easiest way to convert my extensive Java application to JavaScript. TIA! Bob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Wrting extensions to Chrome and Firefox

2009-02-19 Thread FractalBob
Hi, Another project I'm working on is to provide a simple extension to a Web browser, such as Firefox or Chrome. I understand how to do this by hand for Firefox, but can GWT make it any easier? Bob --~--~-~--~~~---~--~~ You received this message because you are

Re: Using GWT on an existing Java application

2009-02-19 Thread FractalBob
that you will want to join if you have Cypal specific questions. On Thu, Feb 19, 2009 at 6:56 PM, FractalBob ruom...@gmail.com wrote: Thanks for your reply, Daniel. I don't know if this is relevant, but I used Eclipse to develop the application. I also just downloaded Cypal Studio, which