Re: Paging Scroll Table in GWT 2.0.x?

2010-04-27 Thread davek
I leveraged this example: http://collectionofdemos.appspot.com/demo/com.google.gwt.gen2.demo.scrolltable.PagingScrollTableDemo/PagingScrollTableDemo.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Paging Scroll Table in GWT 2.0.x?

2010-04-27 Thread davek
Actually, I think I might have started with this: http://zenoconsulting.wikidot.com/blog:17#toc1 -- 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-tool...@googlegroups.com. To unsubscribe from

GWT 2.0 - Compile Time question

2010-04-20 Thread dardison
Hi, We have at the moment of writing this: 11,5 MB of java client sources, and 4,8 Mb of java server source code. We are spending 1 hour and 30 minutes to compile to JavaScript with 2.0 version. But if we use 1.7 version we spend 10 minutes. we are using a PC with Pentium Core 2 Duo, windows XP

Paging Scroll Table in GWT 2.0.x?

2010-04-19 Thread googelybear
Hi, I basically thave the same question as already asked here, but for the current version of gwt: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/610a20088c153898/c083bb973cf44f32 Is the PST still maintained for gwt 2.0.x? Would you recommend to use it or are there other

Re: Paging Scroll Table in GWT 2.0.x?

2010-04-19 Thread davek
, but for the current version of gwt:http://groups.google.com/group/google-web-toolkit/browse_thread/threa... Is the PST still maintained for gwt 2.0.x? Would you recommend to use it or are there other alternatives you'd suggest? thanks a lot, Dennis -- You received this message because you

Gwt 2.0 with Symfony php framework

2010-04-15 Thread Ricoux
I must implement a web application using Symfony php framework (with doctrine) with a javascript framework in order to use and create rich UI components. First of all, I have to realize a study of existing javascript framework and I must choose one. GWT provides many UI components and has many

Deploy GWT 2.0 in a jetty

2010-04-13 Thread Julian!
Hi im trying to deploy my GWT app in a jetty servlet container, im developing with eclipse with the google plugin. and when i run with the plugin http://127.0.0.1:/index.html?gwt.codesvr=127.0.0.1:9997, works fine. but when I copy the war directory and configure to jetty server the application

Re: __listener tags getting added in IE8 using GWT 2.0

2010-04-13 Thread Brandon Turner
- DockableWidget DIV class=mss-PortletContainer __eventBits=1 Has anyone faced this issue with IE8 and GWT 2.0? Thanks, -- 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-tool...@googlegroups.com

__listener tags getting added in IE8 using GWT 2.0

2010-04-12 Thread myapplicationquestions
- DockableWidget DIV class=mss-PortletContainer __eventBits=1 Has anyone faced this issue with IE8 and GWT 2.0? Thanks, -- 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-tool...@googlegroups.com

Error while invoking REST web svc from GWT client (GWT 2.0, restlet-gwt-2.0rc2)

2010-04-06 Thread dgiscool
Hello, I am using GWT 2.0 and restlet-gwt-2.0rc2 to develop a client that will invoke REST web services. The web service accepts a POST request with a User object. I followed the example at http://wiki.restlet.​org/docs_2.0/13-rest​let/21-restlet/318-r​estlet/303-restlet.h​tml . The only

Upgarde project to GWT 2.0 issue

2010-03-31 Thread Alemao
Hi, i have a project using GWT 1.7.1 + GAE 1.2.6 + GILEAD Adapter4appengine to use my JDO classes on gwt client side. The issue is that upgrading the project to GWT 2.0 and GAE 1.3.2 raises an error while i try to compile it for the GWT 2.0 library. Anyone can help? Regards! Compiling module

New JSON Serializer client side implementation (supports GWT 2.0+)

2010-03-31 Thread kfuntak
GWT Professional JSON Serializer http://code.google.com/p/gwtprojsonserializer/ -- 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-tool...@googlegroups.com. To unsubscribe from this group, send

Compiling problems GWT 2.0

2010-03-30 Thread indenovo
Hi, I migrate my App from gwt 1.7 to GWT 2.0 but when i try to compile it,it doesn't worked.Sometimes it works (1/100 of intent of compiling).I use netbeans,gwt 2.0 ,gwt.ext 2.0.6, gwt-ext-ux 0.3. It seems that's memory's problems,but i'm not sure,i try to change the parameter

JPA and GWT 2.0

2010-03-24 Thread giaros
Hello I cannot figure out how to integrate JPA with GWT. I'm using eclipse Galileo with GWT2.0 plug-in and it seems that my problem is with datanucleus. Instead of using eclipselink library my project try always to use datanucleus -- You received this message because you are subscribed to the

GWT 2.0 jars that should be part of a Web apps' class path during installation

2010-03-24 Thread jayanth
I have a question concerning GWT 2.0 jars that should be part of a web applications' class path (WEB-INF/lib) during installation. The application server I am targeting is WAS 6.1. Is my understanding correct that the following jars need to be installed and that the rest of the jars

Re: GWT 2.0 jars that should be part of a Web apps' class path during installation

2010-03-24 Thread Sripathi Krishnan
Yes, your understanding is correct. If you are not using RPC, you can even eliminate gwt-servlet.jar. --Sri On 25 March 2010 01:35, jayanth jay.sesha...@gmail.com wrote: I have a question concerning GWT 2.0 jars that should be part of a web applications' class path (WEB-INF/lib) during

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-22 Thread Sebastian
it's still possible to use GWT-Ext in a GWT 2.0 application? Thanks for your answer anyway :) On Mar 21, 1:12 pm, gaill...@audemat.com gaill...@audemat.com wrote: I know this is not the answer you expect but GWT-Ext is a dead projet. You should try to move to Ext-GWThttp://www.extjs.com

How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread Dan
Hi all, I am trying to find a tutorial on how to use GWT-Ext 2.0.6 widgets in a GWT 2.0 project. Only found a couple, but if I follow them and try to include the widgets here http://www.gwt-ext.com/demo/#multipleFieldForm I always get an error com.google.gwt.core.client.JavaScriptException

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread gaill...@audemat.com
I know this is not the answer you expect but GWT-Ext is a dead projet. You should try to move to Ext-GWT http://www.extjs.com/products/gwt/?ref=learnmorebluebutton -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: How do I use GWT-Ext 2.0.6 widgets with GWT 2.0?

2010-03-21 Thread Dan
GWT-Ext in a GWT 2.0 application? Thanks for your answer anyway :) On Mar 21, 1:12 pm, gaill...@audemat.com gaill...@audemat.com wrote: I know this is not the answer you expect but GWT-Ext is a dead projet. You should try to move to Ext-GWThttp://www.extjs.com/products/gwt/?ref

Re: JAXB compatibility with GWT 2.0, any news?

2010-03-19 Thread crojay78
Hi, jaxb and gwt 2.0 working good togehter. I am generating Java-Files from my XML-Schema, I use these Java-Classes in my GWT-APP as transfer objects. One thing you have to do in JAXB Configuration, you have to configure a binding so that the output of the java classes will implements

Re: GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-19 Thread pau2bk
/articles/using_gwt_with_hib... Mathieu On 17 mar, 13:45,pau2bki...@dpaul.de wrote: Hello, I tried to develop a small server / client program in the following environment: Eclipse 3.5 GWT 2.0 Hibernate When starting the program inside of of eclipse, I got the following exception

GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-18 Thread pau2bk
Hello, I tried to develop a small server / client program in the following environment: Eclipse 3.5 GWT 2.0 Hibernate When starting the program inside of of eclipse, I got the following exception java.lang.NoClassDefFoundError: java.io.FileOutputStream is a restricted class. Please see

GWT 2.0 Developer Mode on Linux (openSuSE 11.2)

2010-03-18 Thread MacWiz
I have not seen this mentioned anywhere but in getting the GWT 2.0 Developer Mode to work using FF3.5.8 and Eclipse 3.5, I found that I had to disable the Compiz Desktop Effects setting. This setting is what enables/disables the window animations (window spongyness, ...) as you drag and drop

Re: GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-18 Thread Mathieu
3.5 GWT 2.0 Hibernate When starting the program inside of of eclipse, I got the following exception java.lang.NoClassDefFoundError: java.io.FileOutputStream is a restricted class. Please see the Google  App Engine developer's guide for more details. This happens during creation

Re: GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-18 Thread Sripathi Krishnan
3.5 GWT 2.0 Hibernate When starting the program inside of of eclipse, I got the following exception java.lang.NoClassDefFoundError: java.io.FileOutputStream is a restricted class. Please see the Google App Engine developer's guide for more details. This happens during creation

JAXB compatibility with GWT 2.0, any news?

2010-03-16 Thread crojay78
Hi, I read a few posts that some people had problems with the integration of gwt with jaxb generated files. I want to use generated files from jaxb to use as shared objects in gwt. Is there anything new with gwt 2.0 ? Can I use it without problems or is there a good workaround how to get

Re: JAXB compatibility with GWT 2.0, any news?

2010-03-16 Thread Fabiano
On Mar 16, 3:11 pm, crojay78 croja...@googlemail.com wrote: Hi, I read a few posts that some people had problems with the integration of gwt with jaxb generated files. I want to use generated files from jaxb to use as shared objects in gwt. Is there anything new with gwt 2.0 ? Can I use

Re: JAXB compatibility with GWT 2.0, any news?

2010-03-16 Thread Sripathi Krishnan
people had problems with the integration of gwt with jaxb generated files. I want to use generated files from jaxb to use as shared objects in gwt. Is there anything new with gwt 2.0 ? Can I use it without problems or is there a good workaround how to get it working? Thanks a lot Hi

Re: Are VerticalPanel and HorizontalPanel (informally) deprecated in GWT 2.0?

2010-03-13 Thread dmen
I hope not! There is nothing wrong with using Components backed by tables. Especially in the context of building complex web-app UIs, where floated divs won't cut it. So we are left with absolute positioning and / or tables. Absolute layout can be more precise but also perform worse. Personally I

Re: GWT 2.0 + Hibernate + Gilead

2010-03-13 Thread Olivier
I am wondering if an other way could be to use maps instead of serializable objects (for a small application). Could not it increase performances ? On 13 mar, 03:21, Jeff Larsen larse...@gmail.com wrote: Instead of setting them to null, you could declare them as transient. That would cause them

Re: Debugging GWT 2.0 is pain

2010-03-12 Thread Eric
to separate operating systems in order to debug your application in a different browser. Our URL's are for the most part dynamic, i.e. they pass a bunch of dynamic URL query parameters to the GWT module.  In GWT 2.0 debugging, I now have to copy-paste the dynamic URL into a browser

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread Olivier
Hi, thanks for your answer Giuseppe, I tried Dozer when I did not succeed in Gilead. But now I resolved the problem, I prefer use Gilead which allows me to use an existing code without duplicating data. If my model changes, I will not have to modify the DTO according to the modifications : only

Re: Debugging GWT 2.0 is pain

2010-03-12 Thread Trevis
parameters to the GWT module.  In GWT 2.0 debugging, I now have to copy-paste the dynamic URL into a browser window that has the address bar enabled, and manually add gwt.codesvr=xxx URL query parameter at the end. This is major pain and I am not sure how I can justify an upgrade to 2.0

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread Giuseppe La Scaleia
Olivier ha scritto: Hi, thanks for your answer Giuseppe, I tried Dozer when I did not succeed in Gilead. But now I resolved the problem, I prefer use Gilead which allows me to use an existing code without duplicating data. If my model changes, I will not have to modify the DTO according to the

New GWT 2.0 tutorials

2010-03-12 Thread Chad Lung
For those that are interested I've posted two easy to follow tutorials based on GWT 2.0: Tutorial: Learning GWT 2.0 and RPC: http://giantflyingsaucer.com/blog/?p=1017 Tutorial: Using UiBinder in Google Web Toolkit 2.0 (GWT): http://giantflyingsaucer.com/blog/?p=978 Any feedback can be left

Are VerticalPanel and HorizontalPanel (informally) deprecated in GWT 2.0?

2010-03-12 Thread Marty Hall
VerticalPanel with FlowPanel and block display style. But I am guessing that I am missing some more straightforward use of LayoutPanel. What is the recommended way to make a single row of widgets or a single column of widgets in GWT 2? Thanks! - Marty GWT 2.0 Training

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread andreas
I have used Gilead, too. First I was very happy with it as it saved me a lot of time. But when my application grew larger, I also experienced that in some situations it's reducing performance. Another reason to not use Gilead was that I started to set properties of my mapped entities to null which

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread Jeff Larsen
Instead of setting them to null, you could declare them as transient. That would cause them to not be transported over the wire. On Mar 12, 4:57 pm, andreas andreas.kn...@nikem.de wrote: I have used Gilead, too. First I was very happy with it as it saved me a lot of time. But when my

Re: Debugging GWT 2.0 is pain

2010-03-12 Thread JazzyJava
on Mac, and Firefox on linux, which meant that you had to bounce around to separate operating systems in order to debug your application in a different browser. Our URL's are for the most part dynamic, i.e. they pass a bunch of dynamic URL query parameters to the GWT module.  In GWT

Re: Debugging GWT 2.0 is pain

2010-03-12 Thread JazzyJava
links (GWT or non non-GWT modules), and when I clicked on the GWT module that had a breakpoint, the Eclipse debugger would kick in. Our URL's are for the most part dynamic, i.e. they pass a bunch of dynamic URL query parameters to the GWT module.  In GWT 2.0 debugging, I now have to copy

Re: GWT 2.0 + Hibernate + Gilead

2010-03-11 Thread Olivier
Hello, I finally solved the problem here : https://sourceforge.net/projects/gilead/forums/forum/868076/topic/3585579/index/page/1 Regards. On 9 mar, 10:54, Olivier olivier.be...@gmail.com wrote: Hello, I am trying to integrate gilead in my GWT - Hibernate application. I followed this

Re: GWT 2.0 + Hibernate + Gilead

2010-03-11 Thread Giuseppe La Scaleia
Hi Oliver i suggest you to use Apache Dozer with Hibernate , that allows you to create objects as a mirror of your model bean. For Information http://dozer.sourceforge.net/ Regards Giuseppe 2010/ 3/11 Olivier olivier.be...@gmail.com Hello, I finally solved the problem here :

Debugging GWT 2.0 is pain

2010-03-11 Thread JazzyJava
Mode browser, I could happily click on my links (GWT or non non-GWT modules), and when I clicked on the GWT module that had a breakpoint, the Eclipse debugger would kick in. Our URL's are for the most part dynamic, i.e. they pass a bunch of dynamic URL query parameters to the GWT module. In GWT 2.0

Re: Debugging GWT 2.0 is pain

2010-03-11 Thread Chris Ramsdale
a bunch of dynamic URL query parameters to the GWT module. In GWT 2.0 debugging, I now have to copy-paste the dynamic URL into a browser window that has the address bar enabled, and manually add gwt.codesvr=xxx URL query parameter at the end. Since they're dynamic, you might be able

Re: Debugging GWT 2.0 is pain

2010-03-11 Thread JazzyJava
URL's are for the most part dynamic, i.e. they pass a bunch of dynamic URL query parameters to the GWT module.  In GWT 2.0 debugging, I now have to copy-paste the dynamic URL into a browser window that has the address bar enabled, and manually add gwt.codesvr=xxx URL query parameter

Re: Debug Gadget GWT 2.0

2010-03-10 Thread flokay
Is there any news on this issue? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Debug Gadget GWT 2.0

2010-03-10 Thread Andrés Cerezo
I've solved it installing Eclipse in linux and everything worked perfectly. Cheers. 2010/3/10 flokay f.kar...@cadenas.de: Is there any news on this issue? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Debugging GWT 2.0 Client-side and Server-side, using Eclipse/Tomcat 6.0

2010-03-10 Thread Jay
Hi All, I am having troubles debugging my Client-side GWT code when running it using my data server. I develop my GWT front-end using Mock data, to simplify development and reduce dependency on the server, but when bringing them together, the data sent from the server doesn't always match the

GWT 1.7 - GWT 2.0 - compiled size significantly increased

2010-03-09 Thread swxoz
Hi, After migration form GWT 1.7 to 2.0.1 we've noticed increased size of result .cache. file. OBFUSCATED size incresed from 500kB - 1 MB - almost twice. GWT 2.0 introduced turned on by default stack traces in web mode http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions You can

GWT 2.0 + Hibernate + Gilead

2010-03-09 Thread Olivier
Hello, I am trying to integrate gilead in my GWT - Hibernate application. I followed this article to set up my project : http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html. But at the compilation time I have the following error : [INFO] Compiling module

Compiling GWT 2.0 Project Using Ant on Linux

2010-03-08 Thread Daniel Simons
Changes to the GWT-SDK between version 1.7.1 and 2.0 introduced an error at compile time which seems to be the result of the 'define-configuration-property' element being unknown by the compiler. Below is the error: [java] Loading module 'my.uploader.File' [java]Loading inherited

Re: GWT 2.0.x and Maven

2010-03-08 Thread Nathan Wells
You should also be aware of the gwt-maven-plugin here: http://mojo.codehaus.org/gwt-maven-plugin/ That site has some good examples with archetypes to get you up and running. On Mar 7, 7:08 pm, Ignat Alexeyenko ignatalexeye...@gmail.com wrote: Hi, Steve! I'm using maven with GWT2.0 but I'm

GWT 2.0.x and Maven

2010-03-07 Thread Steve
After a few days of confusion, I thought I'd ask here ... What are the parts and pieces I need to set up a GTW/Maven project? I've got Eclipse 3.5.2, m2eclipse 0.10, the beta GPE 1.3 plugin, what else? What's the sequence of events I need to do to get a working project going? Steve -- You

Re: GWT 2.0.x and Maven

2010-03-07 Thread Ignat Alexeyenko
Hi, Steve! I'm using maven with GWT2.0 but I'm not using eclipse. Actually before every project launch my IDE calls 'package' target of maven lifecycle. You can view pom.xml file configuration sample. Follow the instructions to checkout the project:

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-03-04 Thread Thomas Broyer
On Mar 4, 1:22 am, javaunixsolaris lpah...@gmail.com wrote: Thanks Zak, that's exactly what I meant by the history way.  Because I thought by deprecating Hyperlink.addClickHandler that was GWT's way of saying, if you use the Hyperlink class make sure to use history tokens!...  I'd like to

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-03-04 Thread javaunixsolaris
Here's what I mean by it crashed, I click an Anchor which is tied to a server call. During the RPC call - com.google.gwt.user.client.rpc.StatusCodeException is thrown. Which causes the GWT Development Mode to create a new Session, reloading the app as if I just launched it (entering the

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-03-04 Thread javaunixsolaris
I just noticed something, these two constructors aren't the same, that's probably my problem sorry: Hyperlink myLogoutHyperlink = new Hyperlink(Logout, ); Anchor myLogoutHyperlink = new Anchor(Logout, ); On Mar 4, 9:10 am, Thomas Broyer t.bro...@gmail.com wrote: On Mar 4, 1:22 am,

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-03-03 Thread javaunixsolaris
...@gmail.com wrote: Hi javaunixsolaris- I'm not exactly sure what your question is. The history way is not new in GWT 2.0. Read about it here:http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... If you want to know how to use an a element that handles clicks AND changes history, I

Re: GWT downgrade (2.0 - 1.7.1) insists in launching GWT 2.0

2010-03-02 Thread Sorinel C
Your solution is explained here http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html down at point 4) Cheers! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-03-01 Thread Thoka
don't know how well this works with GWT, I think I've read about some problems with that here on the forum. The default doctype for GWT 2.0 projects (as created by WebAppCreator or the Eclipse plugin) is simply !DOCTYPE html, which uses HTML in standards mode - but I don't think it will change much

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-03-01 Thread rudolf michael
/doctype/ You're using XHTML - I don't know how well this works with GWT, I think I've read about some problems with that here on the forum. The default doctype for GWT 2.0 projects (as created by WebAppCreator or the Eclipse plugin) is simply !DOCTYPE html, which uses HTML in standards mode

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-03-01 Thread Thoka
the connection between doctype and strict mode/quirks mode:http://hsivonen.iki.fi/doctype/ You're using XHTML - I don't know how well this works with GWT, I think I've read about some problems with that here on the forum. The default doctype for GWT 2.0 projects (as created

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-03-01 Thread Chris Lercher
some problems with that here on the forum. The default doctype for GWT 2.0 projects (as created by WebAppCreator or the Eclipse plugin) is simply !DOCTYPE html, which uses HTML in standards mode - but I don't think it will change much in your case. I've quickly tried your setup. I'm

GWT downgrade (2.0 - 1.7.1) insists in launching GWT 2.0

2010-03-01 Thread Insano
After downgrading from 2 to 1.7.1 (also uninstalled the IE GWT plugin) I get the following error when running 'Hosted Mode': [ERROR] Unable to visit untrusted URL: 'http://gwt.google.com/missing- plugin I am using eclipse with the GWT plugin and it seems like it still insists in using GWT 2.0

GWT downgrade (2.0 - 1.7.1) insists in launching GWT 2.0

2010-03-01 Thread Insano
After downgrading from 2 to 1.7.1 (also uninstalled the IE GWT plugin) I get the following error when running 'Hosted Mode': [ERROR] Unable to visit untrusted URL: 'http://gwt.google.com/missing- plugin I am using eclipse with the GWT plugin and it seems like it still insists in using GWT 2.0

Re: GWT downgrade (2.0 - 1.7.1) insists in launching GWT 2.0

2010-03-01 Thread Insano
uninstalled the IE GWT plugin) I get the following error when running 'Hosted Mode': [ERROR] Unable to visit untrusted URL: 'http://gwt.google.com/missing- plugin I am using eclipse with the GWT plugin and it seems like it still insists in using GWT 2.0 Did anybody know how this could

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-02-28 Thread Tapas Adhikary
upgraded to GWT 2.0 , I am getting a blank screen where scrollPanel is used. Using the F12 DOM debugging I found , GWT 2.0 includes with an extra child DIV for Scroll Panel. And the DIV has a style of position:relative and Zoom:1. This DIV is not there if I use GWT 1.6. If I remove

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-02-28 Thread Chris Lercher
Hi Tapas, here's a table explaining the connection between doctype and strict mode/quirks mode: http://hsivonen.iki.fi/doctype/ You're using XHTML - I don't know how well this works with GWT, I think I've read about some problems with that here on the forum. The default doctype for GWT 2.0

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-02-27 Thread Chris Lercher
Application. One of my page is using ScrollPanel. Since I upgraded to GWT 2.0 , I am getting a blank screen where scrollPanel is used. Using the F12 DOM debugging I found , GWT 2.0 includes with an extra child DIV for Scroll Panel. And the DIV has a style of position:relative and Zoom:1

Re: GWT 2.0 is unusable in IE7

2010-02-26 Thread Joel Webber
(i.e., no !doctype html). If that fixes the problem, would you please update issue 4532 to reflect that? On Fri, Feb 26, 2010 at 9:45 AM, nagin naginkoth...@gmail.com wrote: I am developing Web application using GWT 2.0. I am using Layout panel which is added to RootLayout panel. In IE 7 when

Re: GWT 2.0 is unusable in IE7

2010-02-26 Thread Stefano Ciccarelli
-mode doctype (i.e., no !doctype html). If that fixes the problem, would you please update issue 4532 to reflect that? On Fri, Feb 26, 2010 at 9:45 AM, nagin naginkoth...@gmail.com wrote: I am developing Web application using GWT 2.0. I am using Layout panel which is added to RootLayout panel

GWT 2.0 as general purpose Java to Javascript compiler

2010-02-26 Thread sgriffins
Hi there, I was wondering if its possible to use GWT 2.0 as a general purpose java to Javascript compiler. A handful of new mobile technologies such as phonegap and titanium allow development in Javascript and deployment to iPhone/android/nokia, using platform specific Javascript- LanguageX

GWT 2.0 is unusable in IE7

2010-02-26 Thread nagin
I am developing Web application using GWT 2.0. I am using Layout panel which is added to RootLayout panel. In IE 7 when we open dialog box, popup panel, menu item or date picker or any thing that pop ups , then all widgets on the screen except popup disappears . when these pop ups are closed

IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-02-26 Thread Tapas Adhikary
I was using GWT 1.7 in My Application. One of my page is using ScrollPanel. Since I upgraded to GWT 2.0 , I am getting a blank screen where scrollPanel is used. Using the F12 DOM debugging I found , GWT 2.0 includes with an extra child DIV for Scroll Panel. And the DIV has a style

Re: GWT 2.0 as general purpose Java to Javascript compiler

2010-02-26 Thread Fabiano
I -suppose- you need cross site linker, the magic words are cross site linker or xs linker, let's serach into this forum and into GWT ocumentation. there are few rows into the documentation too (this feature is not so documented) . + by compiling with xs linker you are going to loose few

Re: Debug Gadget GWT 2.0

2010-02-25 Thread Gryl
Hi all, just want to confirm this problem. With gwt1.7.1 I'm able to debug my gwt gadgets on a local Shindig on port 8080. I run it in hosted mode with cross-site link option enabled and with this kind of url: http://localhost:8080/gadgets/ifr?url=http://localhost/gadget.xmlnocache=1 and it

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-25 Thread javaunixsolaris
listener. On Feb 19, 2:18 pm, Tapas Adhikary tapas4...@gmail.com wrote: I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using the deprecated ClickHandler. The JavaDoc says to use FocusWidget.addClickHandle. Why does the Hyperlink need to use

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-25 Thread Zak
Hi javaunixsolaris- I'm not exactly sure what your question is. The history way is not new in GWT 2.0. Read about it here: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html If you want to know how to use an a element that handles clicks AND changes history, I believe

Where GWT 2.0 takes default browser from?

2010-02-24 Thread Paweł Stawicki
Hello, I am using GWT 2.0.3. I can start GWT Development Mode and there is nice button Launch Default Browser. When I press it, it launches Firefox, which is NOT my default browser. My system is Ubuntu 9.10. I looked into System-Preferences-Preferred Applications and there is Google Chrome. --

Fwd: Where GWT 2.0 takes default browser from?

2010-02-24 Thread خليل بولو
-- Forwarded message -- From: Paweł Stawicki pawelstawi...@gmail.com Date: 2010/2/24 Subject: Where GWT 2.0 takes default browser from? To: Google Web Toolkit ‫google-web-tool...@googlegroups.com‬ Hello, I am using GWT 2.0.3. I can start GWT Development Mode and there is nice

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-23 Thread kolstae
Thanks Lukas! Worked like charm! On Feb 19, 6:07 pm, Thad thad.humphr...@gmail.com wrote: Thanks, Lukas. That's it. I've built 1.0.7591M.etc (the timestamp) in SuSELinux11.2, and installed it successfully inFirefox3.6.  This is working with GWT 2.0.2. On Feb 18, 5:06 pm, Lukas Laag

GWT 2.0 Eclipse - how to setup Oracle DataSource in built-in server

2010-02-23 Thread Richard Catlin
I've been developing a GWT 2.0 application with the Eclipse Plugin. I've been mocking the backend datasource. Now that the UI looks correct, I want to setup the model to connect via JPA to an Oracle datasource. How do I do this? What is the built-in server? Is it Jetty or Tomcat? What version

Re: Debug Gadget GWT 2.0

2010-02-23 Thread Mike
Eric, That would be GREAT. I'm having difficulty with the gadgets API as well. Bye, Mike some more about it.  I hope to have some time to bring the gadgets API up to speed soon. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Error occurred in deployement on glassfish with GWT 2.0 and EJB 3

2010-02-22 Thread Daniel Da Costa
Hi, i have a big problem, when i try to deploy my EAR project (containing GWT and EJB project) on Glassfish V3 i have this error: Exception while loading the app : java.lang.RuntimeException: Unable to load EJB module. DeploymentContext does not contain any EJB Check archive to ensure correct

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-22 Thread Rajeev Dayal
Hi Paul, Hotswapping should work if the following are true: 1) Your project's output folder is set to war/WEB-INF/classes (as all WAR-based projects created with GPE do) 2) Your GPE launch configuration uses the embedded server (i.e. not -noserver mode) 3) You run the GPE launch configuration in

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-22 Thread Chris Lercher
Keep in mind, that it hot-swaps code, but doesn't rebuild the objects. This may be confusing, because when something on the client side changes, you typically reload the page - thereby re-initializing all instances. On the server side you don't do that when hot-swapping. So (at least for me)

GWT 2.0 compile output using Eclipse plug-in

2010-02-22 Thread skippy
I am trying to integrate GWT 2.0 into a current Web Application. I want to override the location of the output from war/WEB-INF/ classes to WEB-INF/classes. Is there some xml I can add to the module definition xml file? ApplicartionName.gwt.xml? Thanks skippy -- You received this message

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-21 Thread Zak
and calling History.newItem from its listener. On Feb 19, 2:18 pm, Tapas Adhikary tapas4...@gmail.com wrote: I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using the deprecated ClickHandler. The JavaDoc says to use FocusWidget.addClickHandle. Why does

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-20 Thread Zak
reason you do really need a click handler, then it can still be done by using Anchor and calling History.newItem from its listener. On Feb 19, 2:18 pm, Tapas Adhikary tapas4...@gmail.com wrote: I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-20 Thread Tapas Adhikary
really need a click handler, then it can still be done by using Anchor and calling History.newItem from its listener. On Feb 19, 2:18 pm, Tapas Adhikary tapas4...@gmail.com wrote: I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using the deprecated

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-19 Thread Paul S
Rajeev, please elaborate on this. I thought is was just part of the fact that we had to restart the server if functionality there changed. Would be very nice if server code could be hot swapped. Naturally I would think that changes to web.xml and so on would require a server restart, but that's to

Re: Problem with GWT 2.0 Chrome developer plugin

2010-02-19 Thread Smiley
Same here..:( is there any solution for this problem? i really like the speed of my gwt application on the Chrome browser..but now i can't test on Chrome anymore. this is a major problem for me... any suggestions? On Feb 3, 6:02 pm, Steve Lancey steve.lan...@gmail.com wrote: Same here On Jan

Re: Problem with GWT 2.0 Chrome developer plugin

2010-02-19 Thread Smiley
i'm having the same problem :( is there any solution for this issue? i really like the speed of my gwt application on Chrome, but now i can't test on Chrome anymore..this is a major problem for me... any help would be appreciated . On Feb 3, 6:02 pm, Steve Lancey steve.lan...@gmail.com wrote:

Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-19 Thread Tapas Adhikary
I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using the deprecated ClickHandler. The JavaDoc says to use FocusWidget.addClickHandle. Why does the Hyperlink need to use this FocusWidget? How should I use it ? Why can a Hyperlink not use a ClickHandler

Re: Debug Gadget GWT 2.0

2010-02-19 Thread Eric Ayers
I'm not really sure if it works, and I'm the maintainer. I'm pretty sure it doesn't. I haven't finished converting all the gwt-google-api projects to work with GWT 2.0. Hey, if you want to walk over to the gwt-google-apis group we could talk some more about it. I hope to have some time

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
a GWT 2.0 app? Is there specific code i need to put into my app for it to run correction on tomcat6? Basically all i have done is create a new GWT app in eclipse, compile it and copy the war directory contents into my virtual host directory. Thank you again from your help. On Feb 17, 4:58 am

Debug Gadget GWT 2.0

2010-02-18 Thread flokay
Hi, how can I debug a GWT 2.0-gadget (with init-method etc.) with Eclipse? In 1.7.1 it worked well with a few changings but in 2.0 I don't get it! Has somebody done it already? Regards, flo -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread olivier nouguier
On Thu, Feb 18, 2010 at 3:10 PM, Eric er...@tmstechnologies.com wrote: Thanks for your reply. Where would you hard code the GWT-RPC url? When *not* using the annotation you can specify by code the remote end point. I have verified that there isnt a leading / in the GreetingService.java

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
I dont believe jk mapping is the issue because i get the same results if i use port 8080 or port 80. I do have apache2 in front of Tomcat6 but everything seems to be working correctly. Like i said the webapp works when i turn on the invoker code in the tomcat web.xml so i am guessing it has

<    1   2   3   4   5   6   7   8   9   10   >