Re: onBrowserEvent on a disabled button

2009-02-19 Thread alex.d
As far as i remember that is how it is - disabled native widgets (buttons, comboboxes etc.) do not receive browser events. Though i'm not sure whether this behaviour is consistent across all the browsers. On 19 Feb., 21:34, Salman Hemani wrote: > I guess that would work. However, the underlying

Out of process hosted mode succesfully on linux , better hosted mode speed , no compatibility problems with old mozilla , lower memory usage

2009-02-19 Thread Rene
Hi , just want to tell linux hosted mode users , that I am running oophm without problems , or I can say with far less problems than before. I used gwt from itmill oophm package . Tryed to compile myself , itmils compiled package works for me better though. Just instaled plugin to firefox and compi

Re: working with % for gwt/gwtext widget(Panel) height

2009-02-19 Thread Manish Kumar
Hi, Thanks for the answer. However I did not succeed to make this working by managing with the layout. I don't know what I am doing wrong. Could any one of you have a quick look on my attached file( .java. For your help, css is not having any entry related to this ) and help me out to get rid

Re: Announcing GWT 1.6 Milestone 1

2009-02-19 Thread Scott Blum
To be honest, we kind of punted on a full JUnitShell port for a couple of reasons: 1) Backwards compatibility. If we updated JUnitShell to use HostedMode, it seems like old test cases would probably break. The idea of a JUnitHostedMode is a good one... but how would we be able to tell which one t

Re: Using GWT on an existing Java application

2009-02-19 Thread FractalBob
Actually, Java2Script seems to do a pretty good job of conversion and may well do what I need. I'm still going to experiment with GWT to see how far I can go with it. On Feb 19, 5:41 pm, Daniel Jue wrote: > Bob, I don't mean to be rude, but led you to believe there was a > conversion program o

Re: Using GWT on an existing Java application

2009-02-19 Thread Daniel Jue
Bob, I don't mean to be rude, but led you to believe there was a conversion program or plugin? I don't think there is one, at least not any free ones I've heard of. The conversion is a manual process. I suggest you pick up a book on GWT or try the samples to see how different is is from your swi

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 su

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

Re: Hosted Mode crashes when embedding applet

2009-02-19 Thread Martin Trummer
I found some related tickets some time ago: * gwt ticket: http://code.google.com/p/google-web-toolkit/issues/detail?id=283 * swt ticket: https://bugs.eclipse.org/bugs/show_bug.cgi?id=59506 * java ticket: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6587166 On Feb 18, 9:56 pm, D

Re: GWT RPC problem while deploying on glassfish

2009-02-19 Thread Felipe Cypriano
What's is the code for this class: client.modeller.Student ? Regards, --- Felipe Marin Cypriano Vitória - ES http://www.linkedin.com/in/felipecypriano On Wed, Feb 18, 2009 at 12:15 PM, yek...@gmail.com wrote: > > Hi everybody > > I builded a war and using gwt-rpc mechanism. It works well on

Re: Using GWT on an existing Java application

2009-02-19 Thread FractalBob
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 is supposed to help convert Eclipse projects, but I haven't tried it yet. Do you think it will help? Bob On Feb 19, 3:52 pm, Daniel Jue wro

Re: Using GWT on an existing Java application

2009-02-19 Thread Daniel Jue
On Thu, Feb 19, 2009 at 6:21 PM, FractalBob 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 is that building the GUI is similar to building a

Re: Using GWT on an existing Java application

2009-02-19 Thread FractalBob
My mistake. I needed to specify the full name of the compiler (com.google.gwt.dev.GWTCompiler). But when I try to compile a file, the GWTCompiler returns the following: C:\ChiaraMail\Release 5.0>java com.google.gwt.dev.GWTCompiler ChiaraMail.java Loading module 'ChiaraMail.java' [ERROR] Unable

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. B

Re: Hosted Mode crashes when embedding applet

2009-02-19 Thread El Mentecato Mayor
I don't think this is a bug. It's just one of the drawbacks of rapid prototyping/development that hosted mode provides. You see, hosted mode uses this custom browser (the GWT Shell) that is not really running in a normal mode; it's drawing your html elements directly from your Java code, instead

problem with firefox and chrome to display content correctly

2009-02-19 Thread judi
Hi, the content of my website is correctly shown by using ie. but firefox and google chrome don't display the panel's tab items and special characters. special characters like the German "ü,ä..." are displayed with the formatting (e.g. "Uumlber mich" instead of "Über mich")although I have added th

Re: Want to call a GWT page by servlet

2009-02-19 Thread Shawn Brown
> I haven't noticed something like that. But you might search for > "GWT Comet" with the search-engine of your choice if there are > other implementations of newer age. You could also try DWR. http://directwebremoting.org/ The trick was using the same iframe to make an initial call to the server

HTML file gets overwritten

2009-02-19 Thread abrocketsfan
Hey all, I started off with a sample GWT project in Eclipse and changed it around to refer to id/tags in my HTML page that it would interact with. However, on each build, GWT will create a standard HTML file for me. In my case, I already have an HTML file that I want to use and don't want/need

Re: Running GWT code before third-party script tags

2009-02-19 Thread Dave Schweisguth
Eric, thanks for clarifying that scripts added in GWT run asynchronously. Still don't see why adding the script would fail to work or why one of the symptoms of the failure would be an error in the map. I think the next experiment will simply be to remove the map and see if everything else works w

Re: How I add my own class to .gwt-TabPanelBottom?

2009-02-19 Thread ProtoLD
Forgot to mention, I'd' like to do something like this: .mainTabPanels .gwt-TabPanelBottom { border: 0; } On Feb 19, 3:12 pm, ProtoLD wrote: > I can't figure out for the life of me which piece I need to add my > style class to so that I can separate it from other tab panels > (otherwise I'd

How I add my own class to .gwt-TabPanelBottom?

2009-02-19 Thread ProtoLD
I can't figure out for the life of me which piece I need to add my style class to so that I can separate it from other tab panels (otherwise I'd just alter .gwt-TabPanelBottom itself). I want to remove the border just around this one specific tabPanel. --~--~-~--~~~---

Re: onBrowserEvent on a disabled button

2009-02-19 Thread Salman Hemani
I guess that would work. However, the underlying problem still persists. Showing the tooltip is just what I am sepcifically doing here. The point is that it never receives a browserEvent when a button is disabled. I am still looking for an explanation for this behaviour. On Feb 17, 8:05 pm, satya

Spring Security and GWT : how I've done

2009-02-19 Thread David
Hi everyone, This is my second message promoting something I've put in my "GWT test area" :) I hope you'll find it useful : It may help people to integrate Spring Security with GWT applications in a clean (that's my non-objective POV ! :)) way. Here is a small introduction on how it works ; a m

Re: GWt RPC issue: Unable to instantiate 'org.bcs.server.SelectionSearchServiceImpl

2009-02-19 Thread Isaac Truett
ClassNotFound means something needs to be in your classpath and it isn't. 1. Is the class compiled? 2. Is the .class file in the appropriate location somewhere on your classpath? That's really all there is to it. On Thu, Feb 19, 2009 at 2:52 PM, BobM wrote: > > Setting loglLevel to ALL did not

Re: GWt RPC issue: Unable to instantiate 'org.bcs.server.SelectionSearchServiceImpl

2009-02-19 Thread BobM
Setting loglLevel to ALL did not provide anything new or enlightening. As when trying to effect an GWT RPC in my own app I get the message, Unable to instantiate and the cause is ClassNotFound. I am at a loss. On Feb 19, 1:22 pm, BobM wrote: > I have build another project, using applicationCre

Re: link as action on a button

2009-02-19 Thread tony.p..
Thank you very much for your answers. I found out that doing this via RPC is the most efficient, at least for my project. Window.open() will show the action somehow in the browser and might give the user a warning too. RequestBuild has the SOP problem, there is work around this, but didn't seem ve

Re: Where has the documentation gone?

2009-02-19 Thread A Friend Of Yours
Hello http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/index.html?overview-summary.html Omer Akhter On Feb 19, 8:45 pm, Diego Vilar wrote: > Hi folks... does anyone know how to access the online documentation > for GWT these days? The links on the overview page (http:// > code.google.c

Re: Running GWT code before third-party script tags

2009-02-19 Thread Eric Ayers
On Thu, Feb 19, 2009 at 2:18 PM, Dave Schweisguth wrote: > > Hi Eric! Thanks for your suggestions. I think you're on to something > -- that is, because an error turns up in map code, it seems like > something is happening concurrently that shouldn't -- but I'm still > trying to work out what's go

Re: GWt RPC issue: Unable to instantiate 'org.bcs.server.SelectionSearchServiceImpl

2009-02-19 Thread BobM
I have build another project, using applicationCreator, but used the already written code from a tutorial on writing GWT RPCs. I get the same failure using this code, when running appName-shell: Unable to instantiate. What is going on here? I haven't a clue or a way to dig deeper. Well, I will

Re: How could I compress contents of a GWT-RPC response

2009-02-19 Thread jmpeace
Thank very much you for the quick answers. It's good to know it is already done :o). --~--~-~--~~~---~--~~ 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-Toolki

Re: Running GWT code before third-party script tags

2009-02-19 Thread Dave Schweisguth
Hi Eric! Thanks for your suggestions. I think you're on to something -- that is, because an error turns up in map code, it seems like something is happening concurrently that shouldn't -- but I'm still trying to work out what's going on. My understanding of the page-building process is that the b

Re: timeout on call to an RPC server

2009-02-19 Thread david_data_digga
On Feb 18, 2:18 pm, Ian Petersen wrote: > I can't really answer your question directly, but I'll try to fill you > in on some details, in case that answers it indirectly. > ... Thanks, Ian! --~--~-~--~~~---~--~~ You received this message because you are subscr

Build Instruction GWT OOPHM from Source

2009-02-19 Thread Allahbaksh
Hi All, I have posted a brief steps which I carried out to build hosted mode. These steps are for people who want to leverage the latest GWT sources but feels that it is very difficult to build it by themseleves. http://allahbaksh.blogspot.com/2009/02/building-gwt-oophm-from-source.html Warm Reg

Re: self-destroy image

2009-02-19 Thread Charlie
thanks again for the thought. On Feb 19, 10:37 am, jchimene wrote: > There really isn't any way to prevent the client side from saving the > images. You can impede some users by intercepting a right-button down > event, thus disabling the "save image" option. Smart users will avoid > this imped

Re: GOOGLE VISUALIZATION API

2009-02-19 Thread Isaac Truett
You could use the ones that have already been written: http://code.google.com/p/gwt-google-apis/ On Thu, Feb 19, 2009 at 4:44 AM, Ing.Daniele wrote: > > Hi, > > I have a big problem. I need to use google visualization API, in > particular Magic Table and Time Plot, from Java code in GWT. How

Re: Manage development and production environment

2009-02-19 Thread cyril.lakech
OK Great !!! Thank you so much ! But why can we read everywhere on the web that to speed up GWT we can/ should change module files from the GWT release ??? http://vinaytech.wordpress.com/2008/11/10/gwt-compiler-compiling-for-one-browser-and-also-supporting-hosted-mode/ http://blog.bazoud.com/po

Where has the documentation gone?

2009-02-19 Thread Diego Vilar
Hi folks... does anyone know how to access the online documentation for GWT these days? The links on the overview page (http:// code.google.com/intl/en/webtoolkit/overview.html) don't seem to get me where they intended. For instance, a link to the documentation section where it was supposed to el

GOOGLE VISUALIZATION API

2009-02-19 Thread Ing.Daniele
Hi, I have a big problem. I need to use google visualization API, in particular Magic Table and Time Plot, from Java code in GWT. How can I do to build a Java wrapper for Javascript libraries?...Somebody help me please! --~--~-~--~~~---~--~~ You received this mess

Re: Connecting to site 127.0.0.1

2009-02-19 Thread Roberts M.
The same problem for me, using GWT 1.5.0. It started approx. week ago and becomes worse and worse since then. On Feb 16, 4:29 am, "sunny...@gmail.com" wrote: > This one has been bugging me for a while now, and I haven't seen > anything around like this one. > > I have a Eclipse+Cypal Studio proj

How to do automatic testing of GWT web application

2009-02-19 Thread saffaf...@gmail.com
HI! I have developed a complex gwt web application with gwt1.5, now I want to perform an automatic testing of this application for both firefox and IE, I am wondering that if anyone knows about any tool, or way to perform automatic testing for such application, which contains lot of form fields,

Re: How could I compress contents of a GWT-RPC response

2009-02-19 Thread Shawn Pearce
On Thu, Feb 19, 2009 at 07:42, jmpeace wrote: > > Hi! I am developing an application which sends big amounts of text to > the client via a GWT-RPC. I wonder if there is a way to compress the > text in the server and decompress it on the client. What do you think > about this? The GWT RPC syste

Re: How could I compress contents of a GWT-RPC response

2009-02-19 Thread Ian Petersen
On Thu, Feb 19, 2009 at 7:42 AM, jmpeace wrote: > Hi! I am developing an application which sends big amounts of text to > the client via a GWT-RPC. I wonder if there is a way to compress the > text in the server and decompress it on the client. What do you think > about this? Unless something's

Re: Servlet Problems (Simple GWT Application)

2009-02-19 Thread scarlson
Excellent. All good now! On Feb 19, 8:47 am, Isaac Truett wrote: > The service interface is implemented by a servlet. It is not > exclusively a client side class. > > On Thu, Feb 19, 2009 at 8:33 AM, scarlson wrote: > > > I caught this just a minute ago, I didn't realize there were compiled > >

How could I compress contents of a GWT-RPC response

2009-02-19 Thread jmpeace
Hi! I am developing an application which sends big amounts of text to the client via a GWT-RPC. I wonder if there is a way to compress the text in the server and decompress it on the client. What do you think about this? --~--~-~--~~~---~--~~ You received this mess

Re: self-destroy image

2009-02-19 Thread jchimene
There really isn't any way to prevent the client side from saving the images. You can impede some users by intercepting a right-button down event, thus disabling the "save image" option. Smart users will avoid this impediment in obvious ways. You can also create an "image server" URL which accept

Re: GWT + FlowPanel + CSS = Tableless

2009-02-19 Thread logicpeters
Excellent advice.. I went through the pain of VerticalPanel / HorizontalPanel (and some of the Grid, and found that .addStyle was not working the way it should -- because the components were being rendered inside of TD tags instead of DIV's. A tremendous waste of time -- although table CSS is som

Re: GWt RPC issue: Unable to instantiate 'org.bcs.server.SelectionSearchServiceImpl

2009-02-19 Thread BobM
Mike, that was a good catch, but that difference was just a "typo" on my part. When I copied and pasted the messages into my post I just missed including the "l" in Impl on one of the messages. Actually both are the same. Now, I have scanned other posts on this same issue. Most suggest it is a

Solution: Getting and Setting Cursor Location/Position or Selection in RichTextArea

2009-02-19 Thread A Friend Of Yours
Hello All For firefox, I am finally able to write a code to get and set cursor location. Here is the solution. The field selectionStart will have the cursor location. If its value is equal to that of selectionEnd; there is no selection. Note that the value of selectionEnd can be less than select

Re: Compiling project

2009-02-19 Thread Isaac Truett
Look in your server logs. If I had to guess (which is all I can do with the information you've provided) it would be that you didn't deploy your database driver jar. But why chase somebody's wild guess when you could look in your log and see for sure what the problem is? On Wed, Feb 18, 2009 at

Re: Servlet Problems (Simple GWT Application)

2009-02-19 Thread Isaac Truett
The service interface is implemented by a servlet. It is not exclusively a client side class. On Thu, Feb 19, 2009 at 8:33 AM, scarlson wrote: > > I caught this just a minute ago, I didn't realize there were compiled > class on the client side, I assumed all of that turned into > javascript? I

Re: Running GWT code before third-party script tags

2009-02-19 Thread Eric Ayers
Hi Dave, Since you mentioned the Maps API by name, I have just introduced a library in the gwt-google-apis project that can load the Maps API on demand, instead of in the host page. The module is com.google.gwt.ajaxloader.AjaxLoader and is checked into the SVN repository on the project code site

Re: Servlet Problems (Simple GWT Application)

2009-02-19 Thread scarlson
I caught this just a minute ago, I didn't realize there were compiled class on the client side, I assumed all of that turned into javascript? Interesting.. So any client side RPC code gets compiled into java class?? Thanks. Scarlson On Feb 18, 3:51 pm, Isaac Truett wrote: > > java.lang.ClassNo

Re: tomcat gwt : changing the url to the desired one

2009-02-19 Thread ytbryan
anybody knows? please advise me thanks alot!! On Feb 19, 9:23 am, ytbryan wrote: > hi all, > > i deployed my app on tomcat but whenever i type in my url > > eghttp://localhost:8080/gwt-test-MySQLConn/ > > it will always go to the default application.html > > eghttp://localhost:8080/gwt-test-MySQ

Re: 1-2 minute build time in netbeans with nb4gwt

2009-02-19 Thread mebassett
Thanks :) I'm still getting really long build when I edit more than one file, but its certainly an improvement! I might just have to stick to eclipse. On Feb 19, 9:50 am, Jason Morris wrote: > Not sure why it would take less time on the command line (memory possibly). > > I blogged a nice l

A mini reequirement with Servlets...

2009-02-19 Thread Srihari Ch
Hi all, I am using Flash CS3 and working with ActionScript3.0, which is a new platform for me. I have flash code for File-uploading. Flash application uploads a file present in local system and when "Submit_btn" in flash application is clicked, then the file with whole contents

Re: GWt RPC issue: Unable to instantiate 'org.bcs.server.SelectionSearchServiceImpl

2009-02-19 Thread mikedshaf...@gmail.com
The first thing I noticed is that at one place in your message it's referred to as SelectionSearchServiceImp and in another it's SelectionSearchServiceImpl. That would indicate that your class is named one and is referenced in your Gwt.xml as the other. Again, that's the first thing I noticed

HorieontalSplitPanel + Frame acts weird in Firefox 3...

2009-02-19 Thread vince
Hello everyone, My application uses a HorizontalSplitPanel as main panel. The left side contain a StackPanel. There are 2 panels composing the stack panel. One displays a tree, the other one is a small search panel displayin a possible result list. When the user clicks on either a tree node or

Re: Want to call a GWT page by servlet

2009-02-19 Thread Lothar Kimmeringer
Richard schrieb: > That article is great! Are you using it in the latest version of GWT? > I think this is the sollution for the problem. The blog is dated, do > you know or a more recent implementation is available? I don't know but the used technique has not changed since that, so a more recen

Re: working with % for gwt/gwtext widget(Panel) height

2009-02-19 Thread Matías Costa
I had to think twice to understand you want to set height in percentage. The size of any widget is affected by the layout is contained in. You can do setHeight("50%"), add to the parent container setLayout(new FitLayout()), or just use any of the many layouts available and use panel.add(widget, la

Re: Want to call a GWT page by servlet

2009-02-19 Thread Richard
Lothar, That article is great! Are you using it in the latest version of GWT? I think this is the sollution for the problem. The blog is dated, do you know or a more recent implementation is available? Besides that, they are writing about 60% client cpu usage. Got any experience with that? On

Re: Mobile Phones

2009-02-19 Thread fatjack1...@googlemail.com
I am planning on using the system with an Internet tablet (Nokia N810), see: * http://shop.nokia.co.uk/nokia-uk/product.aspx?sku=3757269&culture=en-GB * http://www.youtube.com/watch?v=dywlV40L3rA It runs on an UNIX OS. Its web browser is a modified version of Firefox. Does anyone know i

Re: 1-2 minute build time in netbeans with nb4gwt

2009-02-19 Thread Jason Morris
Not sure why it would take less time on the command line (memory possibly). I blogged a nice little solution to gwt4nb's build problems here: http://lemnik.wordpress.com/2008/07/27/fixing-compilation-in-gwt4nb/ It's a chunk of ant that you can drop in your normal build.xml to give the GWT compi

Re: GWTTestCase v/s Selenium

2009-02-19 Thread Serge
You can try http://seleniumhq.org/projects/ide/ Regards, Serge --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com To u

Re: Announcing GWT 1.6 Milestone 1

2009-02-19 Thread Netsurfer
Hi, I was using GWT 1.5 since some weeks ago, now I moved my application to GWT1.6M1 in order to use the new war structure with a Spring server application context. Everything works fine with HostedMode: this version simplifies a lot web frameworks integration. Now the problem: I want to test my

Re: Dialog Box HELP

2009-02-19 Thread malen
This is the code where I call the dialog box. Thanks. On Feb 19, 5:05 pm, malen wrote: > TextToolItem edit = new TextToolItem("Edit");    //this is a button > edit.addSelectionListener(new SelectionListener() { >         @Override >         public void componentSelected(ToolBarEvent ce) { >    

Re: Dialog Box HELP

2009-02-19 Thread malen
TextToolItem edit = new TextToolItem("Edit");//this is a button edit.addSelectionListener(new SelectionListener() { @Override public void componentSelected(ToolBarEvent ce) { ce.stopEvent(); MyDialog md = new MyDialog(""+be.getSelectedItem().get

Re: TextBox.setFocus(true) not working

2009-02-19 Thread alex.d
Try to do it in a Timer in a DeferredCommand ;-) On 18 Feb., 12:37, Mittal Thakkar wrote: > Hi, > I have created an application in which i want to set focus on the > textbox on the load of the panel; i am using TextBox.setFocus(true) > but it doesnot work. I tried different ways wiz using Diferr

Re: Want to call a GWT page by servlet

2009-02-19 Thread Lothar Kimmeringer
Richard schrieb: > I think i know what you mean. Do you want to send data to the client > if an event happens on the servlet? I've also got that problem because > my server catches external events. I don't want to use a timer or some > other client-event like sollution to connect to the server. Is

Re: Want to call a GWT page by servlet

2009-02-19 Thread Richard
I think i know what you mean. Do you want to send data to the client if an event happens on the servlet? I've also got that problem because my server catches external events. I don't want to use a timer or some other client-event like sollution to connect to the server. Is it possible to make a pu

To make icon appear

2009-02-19 Thread ytbryan
Hi all, i can't seems to get icon to appear. besides editing the css and putting the required images in the "public" folder, what else did i miss out? my problem is i have this toolbarbutton and its method setIconCls(); ToolbarButton button_daily_View = new ToolbarButton("Daily View");

Re: Want to call a GWT page by servlet

2009-02-19 Thread Lothar Kimmeringer
sohail1u schrieb: > Till now I am using servlet to fetch the data from the databse and > then the servlet send those data > to a jsp page for displaying those data. If I understand you right, you have a JSP-page that is requesting data from a servlet by calling a URL and parse the data that is se

Re: Connecting to site 127.0.0.1

2009-02-19 Thread sunny...@gmail.com
Thanks for the suggestion Lothar, but I see nothing of the kind in my task manager (Win XP). On Feb 16, 9:32 pm, Lothar Kimmeringer wrote: > sunny...@gmail.com schrieb: > > > I have a Eclipse+Cypal Studio project that has grown to a reasonable > > size, and while testing I still use the GWT ho

tomcat gwt : changing the url to the desired one

2009-02-19 Thread ytbryan
hi all, i deployed my app on tomcat but whenever i type in my url eg http://localhost:8080/gwt-test-MySQLConn/ it will always go to the default application.html eg http://localhost:8080/gwt-test-MySQLConn/com.tribling.gwt.test.mysqlconn.Application/Application.html but my application should