Re: Unable to install GWT in Eclipse(Helios)

2012-05-24 Thread Alex
My students also often have similar problems installing GWT and other plugins. Often the locally installed firewall / virusscanner is the cause of this problem. Alex On Saturday, May 19, 2012 8:59:03 AM UTC+2, @$# wrote: Hi, I am new to GWT. While installing GWT in Eclipse I am getting

Re: JSON Parsing in GWT Client

2012-05-24 Thread dominikz
I was just having the same problem. I evaluated the solutions yesterday and frankly speaking was surprised by the lack of straight answers from both GWT documentation and the internet. The number of projects there are is just amazing, but nothing seems to stand out. - I don't like the

Re: JSON Parsing in GWT Client

2012-05-24 Thread dominikz
And by the lack of straight answers I mean that. Take a look at the number of projects listed in comments under the post: http://stackoverflow.com/questions/683123/json-java-serialization-that-works-with-gwt Surely, to evaluate all of them would take a week at least. -- You received this

Re: Large GIN Modules and DevMode performance

2012-05-24 Thread Thomas Broyer
On Thursday, May 24, 2012 4:25:34 AM UTC+2, Nuno R wrote: Hi, At the moment we've a large scale application that reached a bottleneck at DevMode startup time. It takes ~120s to hit onModuleLoad() call and spends most of the time generating and compiling GIN Injector ~85%. Our best

Re: JSON Parsing in GWT Client

2012-05-24 Thread Thomas Broyer
On Thursday, May 24, 2012 8:56:53 AM UTC+2, dominikz wrote: I was just having the same problem. I evaluated the solutions yesterday and frankly speaking was surprised by the lack of straight answers from both GWT documentation and the internet. The number of projects there are is just

Re: Root path for a GWT application

2012-05-24 Thread David Wery
Hi Thomas, Thanks for the answer ! My application is already deployed in the root context of the application server (JBoss 7). The bar in the url seems to be coming for the GWT module name (rename-to section in the GWT.xml file). Is there a way to remove the name of the GWT module ? David

Re: JSON Parsing in GWT Client

2012-05-24 Thread dominikz
Thanks Thomas, we're now doing performance comparision between AutoBean and Piriti. We still don't know whether there will be problems with AutoBean on mobile devices - I guess not. Do you know of any streghts/weaknesses of piriti/AutoBean? -- You received this message because you are

Re: Root path for a GWT application

2012-05-24 Thread Thomas Broyer
On Thursday, May 24, 2012 11:05:15 AM UTC+2, David Wery wrote: Hi Thomas, Thanks for the answer ! My application is already deployed in the root context of the application server (JBoss 7). The bar in the url seems to be coming for the GWT module name (rename-to section in the GWT.xml

Re: Root path for a GWT application

2012-05-24 Thread David Wery
Ah, indeed I have the Bar.html in the resources folder (src/main/resources). This is not the right way to manage it ? On Thursday, May 24, 2012 11:05:15 AM UTC+2, David Wery wrote: Hi Thomas, Thanks for the answer ! My application is already deployed in the root context of the

Re: Root path for a GWT application

2012-05-24 Thread Thomas Broyer
On Thursday, May 24, 2012 11:14:04 AM UTC+2, David Wery wrote: Ah, indeed I have the Bar.html in the resources folder (src/main/resources). This is not the right way to manage it ? Put it in src/main/webapp and change your script's src= accordingly (from src=bar.nocache.js to

Re: Null pointer

2012-05-24 Thread SCK
Hi Thks very much. I follow your suggestions. It's OK now On 23 mai, 14:48, Trevor Skaife tska...@gmail.com wrote: To add to what Thad said, your map should look like this MapString, String formData since the key of the map looks like a String, and your just doing a toString on the value.

GWT XML REQUEST RESPONSE

2012-05-24 Thread alp
Merhaba, Asagidaki adrese XML gonderip ardindanda cevap olarak bir data almak istiyorum Kullanici adi ve password bilgileri dogruladigi icin code 200 reponse aliyorum ama ardindan datayi alamiyorum bana yardimci olurmusunuz Client tarafindan server tarafina gidiyorum server dan diger servera

XML REQUEST RESPONSE data

2012-05-24 Thread alp
Hi, I am trying to access a URL with user name password and id, from GET SERVER SIDE, i call the server method from gwt client than the server side connects to the URL and get the response code of 200 which means connection succesfull for authentication. after that i cant get data from the other

Export CellTable data to PDF and Excel Format using UIBinder

2012-05-24 Thread lucky
Hi, can any one tell me how can i export my celltable data to pdf and excel format? Thanks in advance -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: JSON Parsing in GWT Client

2012-05-24 Thread dominikz
Just got performance results for various browsers and devices. If you're interested please take a look here: https://docs.google.com/spreadsheet/ccc?key=0AsuvWfSBnfyodEZqdmktOGNacG1MX0tsM0FBdXhXdUE#gid=0 -- You received this message because you are subscribed to the Google Groups Google Web

problem with css and link

2012-05-24 Thread Assiya EL
hi all , I'd like the link to my gray, I tried : . link { color: # 2E2E2E; text-decoration: none; with : Hyperlink link = new Hyperlink(Be the first to review this product, http://www.google.com;); link.addStyleName(link); but it did not work thank you -- Assiya EL Master Qualité du

Re: Google IO 2012 : no GWT session ?

2012-05-24 Thread kritic
Java is the main language in many enterprise projects and runs on 70% of the mobiles. So no, it won't go away. It is also the main course language for computer science. So what? That doesn't mean it won't be changed to something else. Also, I'm not talking about the enterprise. I'm

Re: Large GIN Modules and DevMode performance

2012-05-24 Thread Nuno R
Thanks Thomas, that was what i suspected. On Thursday, May 24, 2012 8:58:06 AM UTC+1, Thomas Broyer wrote: On Thursday, May 24, 2012 4:25:34 AM UTC+2, Nuno R wrote: Hi, At the moment we've a large scale application that reached a bottleneck at DevMode startup time. It takes ~120s to

JS errors comes after migrating from GWT1.5 to GWT 2.0

2012-05-24 Thread Seema Singh
I changed deprecated methods Interface and classes which helped me to remove errors displayed for the code in eclipse Though there were few warnings. my GWT application started But the problem it is giving me DOM based JS error. It seems, the JS method gets loaded before content load I dont

How to Connect MySQL Connection?

2012-05-24 Thread Mahe
Hi all, I am Mahesh, new in GWT and Java. I want to create one application in that. Actually I do basic application like stop-watcher. But now i want connect my database to application and do dynamic application means like store all value in database of user registration form and show the the

Re: problem with css and link

2012-05-24 Thread Mahe
Hi, you refer this follow link https://developers.google.com/web-toolkit/tools/gwtdesigner/tutorials/loginmanager i hope you will get solution for On May 24, 5:59 pm, Assiya EL missweb...@gmail.com wrote: hi all , I'd like the link to my gray,  I tried  : . link { color: # 2E2E2E;

Re: GWT Browser Dev-Plugin

2012-05-24 Thread gwtdev
Hey, I am getting the same issue. Did you get any answer from anyone? If yes, please let me know. On May 22, 2:15 am, Fabio safesfa...@gmail.com wrote: Hi All, I get an error 404 while downloading GWT Dev Plugin for IE9. (https:// dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-

JS errors comes after migrating from GWT1.5 to GWT 2.0

2012-05-24 Thread Seema Singh
My application uses GWT XSL YUI -- 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 unsubscribe from this group, send email to

URL for GwtDevPluginSetup.exe is broken

2012-05-24 Thread gwtdev
Since yesterday, I keep getting following error when load local GWT application for the first time, please help where I can get GwtDevPluginSetup.exe. 404. That’s an error. The requested URL /tag/s/appguid%3D%7B9a5e649a- ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT

Can't download a GWT Plug In For IE

2012-05-24 Thread David
I cleared my IE cache and now I can't download anew GWT Plugin. No matter what link I follow I am getting 404 error. Does anyone else have this issue?

What are the check list to be followed to migrate from GWT1.5 to GWT 2.0

2012-05-24 Thread Seema Singh
I changed deprecated methods Interface and classes which helped me to remove errors displayed for the code in eclipse Though there were few warnings. my GWT application started But the problem it is giving me DOM based JS error. It seems, the JS method gets loaded before content load I dont

Caused by: java.lang.ClassCastException: org.hibernate.dialect.MySQLDialect cannot be cast to org.hibernate.dialect.Dialect

2012-05-24 Thread Edgar Zamora
Hi all I'm new with GWT (using plugin for eclipse) and Hibernate(v4.1.2). Recently I got this error in my under-development-test-app: java.lang.ClassCastException: org.hibernate.dialect.MySQLDialect cannot be cast to org.hibernate.dialect.Dialect I have found some info referring this exception

Re: GWT Browser Dev-Plugin

2012-05-24 Thread Pete_Scholar
Hi Fabio, I've hit the same error for ie7: https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%2520%2528x86%2529%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe returns: The requested

Unable To install GWT Developer Plug in for IE

2012-05-24 Thread David
I am getting 404 errors for both the IE and IE 64 bit install urls. I am blocked. -- 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 unsubscribe from this group, send

Sending request between servers

2012-05-24 Thread Rafal Baumann
Hi, My problem might seems strange but just to make it simpler imagine I have a sever that runs GWT app listening on port 8080 and PHP app on tis same server (apache listening on port 8000). What I want to do is to make an ajax request from second server to GWT and get an JSON answer. What I

Re: problem with css and link

2012-05-24 Thread Assiya EL
thank you for your reply i resolved my problem with : yourLink.setStyleName(gwt-Hyperlink a:active); and in css : .gwt-Hyperlink a:link,.gwt-Hyperlink a:hover,.gwt-Hyperlink a:visited,.gwt-Hyperlink a:active { color:gray; } 2012/5/24 Mahe mahesh.jagad...@gmail.com Hi, you refer

Re: ScrollPanel inside HeaderPanel // Another option for an auto-resizable DockLayoutPanel?

2012-05-24 Thread Shaun Tarves
No, I can't get the header panel to work at all. The header block shows up, but nothing in the content area is visible. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Error with GWT 2.4

2012-05-24 Thread skippy
IE8, Window 7, not chrome plug-in. $wnd.addEventListener($intern_965, com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent, true); the error is: Object doesn't support this property of method Char:3. This is in a .cache.html file. Its also not happening to all IE8 users.

Re: JSON Parsing in GWT Client

2012-05-24 Thread Harald Pehl
Thanks for the numbers It's quite interesting for me to see how Piriti performs compared to AutoBeans. In recent versions, I've added new features mainly (right now I'm working on JAXB support). Regarding performance there's still room for improvement. The problem is that Piriti is currently

Re: Can't download a GWT Plug In For IE

2012-05-24 Thread David
Its been 24 hours and the GWT Developer Browser Plugin for IE is still broken [image: Google] //www.google.com/ *404.* That’s an error. The requested URL

Re: Large GIN Modules and DevMode performance

2012-05-24 Thread Joseph Lust
We've run into the same issue with out project (~80 rich app screens). We're currently breaking it out into many independent modules for just this reason. We also tried to make many application components common, and then moved these out into our common component module. This way we don't keep

GWT Local Database?

2012-05-24 Thread Kyle Anderson
I have a user application where a user loads a map with about 3000-5000 widgets on it. The user needs to be able to filter/sort/ modify these elements quickly. The server load is heavy, and GAE is performing abominably. My idea is to transfer all the elements to the client in a local database

Re: Editor framework - return error from proprietary server validation (not requestfactory)

2012-05-24 Thread leemon
I figured this out. I needed to call driver.edit(myObject), then call driver.setConstraintViolations(myViolations) On Sunday, May 20, 2012 12:22:38 PM UTC-4, leemon wrote: I am using the Editor framework combined with a proprietary rest-based back end. The objects returned from my back end

Re: Export CellTable data to PDF and Excel Format using UIBinder

2012-05-24 Thread K vfdsdfbsdb
First time You have to deal it in server side. Second. Make link for it's down load. 2012/05/24 21:10 lucky lucky.begum...@gmail.com: Hi, can any one tell me how can i export my celltable data to pdf and excel format? Thanks in advance -- You received this message because you are

Re: Export CellTable data to PDF and Excel Format using UIBinder

2012-05-24 Thread Joseph Lust
Apache POI is a good place to start if you need richly formatted Excel exports. http://poi.apache.org/ Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Local Database?

2012-05-24 Thread Joseph Lust
Be sure to check out the GWT-Mobile-WebKit database APIhttp://code.google.com/p/gwt-mobile-webkit/wiki/DatabaseApi . Keep in mind that this could be a huge security hole for SQL injection. You'll need to ensure you escape everything coming back in that sqlLite DB. Then you'll also need a

Re: Error with GWT 2.4

2012-05-24 Thread Joseph Lust
Skippy, If you don't mind my asking, why are you using JSNI here to apply the listener rather than the DOM.sinkEvents() and DOM.setEventListener? Doing so is highly advised against in the documentation due to the high likelihood of memory leaks. It also mean's you're not getting permutation

Re: JS errors comes after migrating from GWT1.5 to GWT 2.0

2012-05-24 Thread Joseph Lust
Can you include any of your code or the exceptions generated? Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fscpZgPZahsJ. To post to this

Re: How to access a GWT Servlet from a C# application?

2012-05-24 Thread Joseph Lust
This ought to help as I've had to do this same thing before (implementation example code for a customer to connect from their C# to our GWT service). http://stackoverflow.com/questions/4821479/send-post-to-java-servlet-using-c-sharp-httpwebrequest Sincerely, Joseph -- You received this

Re: GWT Local Database?

2012-05-24 Thread dominikz
Just remember that there's a known issue with SQLite INSERT time. Google something like 'sqlite html5 insert time slow' and you'll see what I mean. We bumped into that when writing our applications. They are on mobile browsers so it impacts us even more. -- You received this message because

Re: JSON Parsing in GWT Client

2012-05-24 Thread dominikz
Don't get me wrong. One of my developers was evaluating JSON frameworks. He really liked pirity due to the fact that you can annotate fields there and not setters and getters like in AutoBean. He fealt that it's just too much code. I know this discussion is academic, but that's how he feels.

Re: JSON Parsing in GWT Client

2012-05-24 Thread dominikz
Nevertheless I'm happy to see that Piriti is actively used. If you have any questions don't hesitate to ask. Actually I have. Do you know why AutoBeans is much faster? Can you share some details? You know your implementation better then all of us. -- You received this message because

[gwt-contrib] Re: Fix issue 6959. (issue1587803)

2012-05-24 Thread t . broyer
Ping http://gwt-code-reviews.appspot.com/1587803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Generated EditorContext class names take actual parameterization into account. (issue1352806)

2012-05-24 Thread t . broyer
Ping http://gwt-code-reviews.appspot.com/1352806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Addresses a couple of my concerns re. RF validation. (issue1577806)

2012-05-24 Thread t . broyer
Ping (sorry for the spam, these are important issues that we should really try to fix in 2.5, so I'm just making sure they're not forgotten) http://gwt-code-reviews.appspot.com/1577806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] HELP: Generated Javascript contains wrong prototype assignments

2012-05-24 Thread Jens
Can you apply this patch to a local GWT trunk build and see if it helps: http://gwt-code-reviews.appspot.com/1513803/ Using trunk with your patch does not solve the issue. In the first split point the code _ = CustomPlace_2.prototype = CustomPlace_0.prototype = CustomPlace.prototype =

[gwt-contrib] Re: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-24 Thread jlabanca
committed as r10989 http://gwt-code-reviews.appspot.com/1702803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Removing uses of deprecated Tree code in GWT showcase sample and TreeExample. (issue1712804)

2012-05-24 Thread jlabanca
http://gwt-code-reviews.appspot.com/1712804/diff/1/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/CwTree.java File samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/CwTree.java (right):

[gwt-contrib] Re: Added style getters to UiRenderers (issue1700803)

2012-05-24 Thread rchandia
http://gwt-code-reviews.appspot.com/1700803/diff/1/user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java File user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java (right):

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1710804)

2012-05-24 Thread stephen . haberman
I suppose if I tracked down the commit that set it up for 2.4, I could just change whatever it changed...I'll look in to that. It seems like this shouldn't be too hard, but after making a new gwt24_25 conf file and creating new reference jars from gwt 2.4, I'm getting this error:

[gwt-contrib] Re: Removing uses of deprecated Tree code in GWT showcase sample and TreeExample. (issue1712804)

2012-05-24 Thread jlabanca
committed as r10991 http://gwt-code-reviews.appspot.com/1712804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Resubmitting code review 1660804 (issue1716803)

2012-05-24 Thread rchandia
Reviewers: rdayal, Description: Resubmitting code review 1660804 Allow absolute paths in ui:style's src= Thanks Thomas! Fixes issue: 7230 Review by: rda...@google.com Please review this at http://gwt-code-reviews.appspot.com/1716803/ Affected files: M

[gwt-contrib] Re: Issue 7230: allow absolute paths in ui:style's src= (issue1660804)

2012-05-24 Thread rchandia
Reposting for internal resubmission at: http://gwt-code-reviews.appspot.com/1716803 http://gwt-code-reviews.appspot.com/1660804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Resubmission of Issue 1686803 (issue1717803)

2012-05-24 Thread rchandia
Reviewers: rdayal, Description: Resubmission of Issue 1686803 Add text-align support to Style Thanks Patrick! Please review this at http://gwt-code-reviews.appspot.com/1717803/ Affected files: M user/src/com/google/gwt/dom/client/Style.java M

[gwt-contrib] HorizontalSplitPanel should use ScheduledCommand instead of Command (issue1718803)

2012-05-24 Thread rchandia
Reviewers: rdayal, Description: HorizontalSplitPanel should use ScheduledCommand instead of Command Resubmitting issue 1694803 Thanks Patrick! Please review this at http://gwt-code-reviews.appspot.com/1718803/ Affected files: M

[gwt-contrib] Re: HorizontalSplitPanel should use ScheduledCommand instead of Command (issue1694803)

2012-05-24 Thread rchandia
LGTM Reposting internally at: http://gwt-code-reviews.appspot.com/1718803 http://gwt-code-reviews.appspot.com/1694803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SplitLayoutPanel should use ScheduledCommand instead of Command (issue1695803)

2012-05-24 Thread rchandia
Submitted as r10957 http://gwt-code-reviews.appspot.com/1695803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] DateBox should use ScheduledCommand instead of Command (issue1719803)

2012-05-24 Thread rchandia
Reviewers: rdayal, Description: DateBox should use ScheduledCommand instead of Command Resubmission of issue 1695804 Thanks Patrick! Please review this at http://gwt-code-reviews.appspot.com/1719803/ Affected files: M user/src/com/google/gwt/user/datepicker/client/DateBox.java Index:

[gwt-contrib] Re: DateBox should use ScheduledCommand instead of Command (issue1695804)

2012-05-24 Thread rchandia
LGTM Reposting at http://gwt-code-reviews.appspot.com/1719803 http://gwt-code-reviews.appspot.com/1695804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue 7038: CompositeEditor and ListEditor optimizations (issue1664803)

2012-05-24 Thread Brian Slesinsky
On Sat, May 19, 2012 at 9:16 AM, Thomas Broyer t.bro...@gmail.com wrote: So I agree that is seems logical that a live view would only last until the next flush() or at most until the next setValue(). But this isn't well-documented in this class or anywhere else that I've found so far. To

[gwt-contrib] Add HasEnabled to FileUpload. (issue1614808)

2012-05-24 Thread tuckerpmt
LGTM http://gwt-code-reviews.appspot.com/1614808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add clear support to Style (issue1720803)

2012-05-24 Thread tuckerpmt
Reviewers: , Description: Style does not have a getter, setter or clear function for the 'clear' CSS property. Please review this at http://gwt-code-reviews.appspot.com/1720803/ Affected files: user/src/com/google/gwt/dom/client/Style.java