Re: Using piriti 0.4.1

2010-08-10 Thread Harald Pehl
The JSON way would just be an alternative if the server delivers JSON. Converting XML to JSON on the client is a very bad idea. Anyway the XML is parsed using the browsers native XML parsrer. So it should be reasonable fast. Though it depends on the size of the XML response you're parsing. - Hara

Re: WSDL

2010-08-10 Thread Deepak Singh
Hi Bhaskar, I am using tomcat 6.0. But this is taking a lot of time. And is this way correct ? On Wed, Aug 11, 2010 at 9:07 AM, Bhaskar wrote: > what is the server you are using ? is it Tomcat or Google App Engine? > > in my project we are using the similar way.. > > > > On Tue, Aug 10, 2010

Re: Bug with UI Handler when using Selection Event

2010-08-10 Thread Shyam Visamsetty
Sorry abt that. The second time I posted by mistake, since I dint see my msg posted in the discussions list. Thanks, Shyam. On Aug 10, 4:03 pm, Chris Conroy wrote: > Repeatedly bumping threads like this is rude and is considered spam. Please > do not do it again. > > Everyone, please take note t

Re: WSDL

2010-08-10 Thread Bhaskar
what is the server you are using ? is it Tomcat or Google App Engine? in my project we are using the similar way.. On Tue, Aug 10, 2010 at 11:20 PM, rudolf michael wrote: > This has nothing to do with GWT/client side coding. > i was just pointing you to an easier way to integrate the load of

[Newb] Local Datastore

2010-08-10 Thread Sydney
Hello I want to setup a local datastore but I don’t know where I should put the following code: final LocalServiceTestHelper helper = new LocalServiceTestHelper( new LocalDatastoreServiceTestConfig().setBackingStoreLocation( "WEB-INF\\local-db.bin").

Re: Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread Luis Daniel Mesa Velasquez
GWT is client-side mostly. If you don't use RPC then ANY webhosting works. This could be for instance when you make a Facebook application that uses their Javascript SDK or your own Javascript SDK. If you use GWT RPC then you need a servlet hosting (like GAE) Each GWT module is a javascript libra

Re: gwt on IE5.01

2010-08-10 Thread Christian Goudreau
Anyway, point is, don't even think about ie5, 0.6 % market share in 2009 just doesn't worth the effort and GWT don't give any support for ie5 unless you made it yourself ! :D Cheers, On Tue, Aug 10, 2010 at 9:56 PM, asianCoolz wrote: > @Christian, thank you for the response. life would be easie

Re: Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread spierce7
Thank you very much for your replies earlier today. Due to the link to your app (and even the source code!), you've completely changed/ corrected my view of how GWT is supposed to be used. I was stuck in the PHP mindset of multiple websites, and I've read that GWT is used to make Rich Internet Appl

Re: gwt on IE5.01

2010-08-10 Thread asianCoolz
@Christian, thank you for the response. life would be easier for us. if users just always update and use the latest browser. =) cant IE just built in auto update feature . sigh.. infact, i not really agreed with their strategy for only allow vista/7 to install ie9. anyway...nevermind. -- You rece

Gwt Mac-Ubuntu- Compatibility

2010-08-10 Thread Sebastian Coronado A.
Hello I am making a web service using smartgwt and poi-2.5.1- final-20040804.jar, When I run the project as a webservice on Mac it works fine, but when I run the project on ubuntu using the same ide(eclipse) it gives error 503 and it wont load. This project reads from an excel file. I will upload t

UpdateCheck error InitializingAppEngine server

2010-08-10 Thread Sean Kelly
Hi I'm working through the Hello World using the eclipse Plug-In. Upon startup I get the following Initializing AppEngine server Aug 10, 2010 10:51:22 AM com.google.appengine.tools.info.RemoteVersionFactory getVersion INFO: Unable to access http://appengine.google.com/api/updatecheck?runtime=jav

Is there a way to write html and then wrap widgets

2010-08-10 Thread A/C A/C
Is there a way to write some html directly. Add this html to an existing gwt widget as a child and then wrap the html elements so they become gwt objects? That is: I want to write something like String myHtml=" Hello text field"; I then want to create a widget with this html, so I do a new HTML(

Failed to create an instance of Service via deferred binding

2010-08-10 Thread Sergio del Amo Caballero
I have been trying to build a web app using mvp4g framework. I keep getting an error about **Failing to create an instance of my Service via deferred binding**. My Acebankroll.gwt.xml file looks like: My Entry Module looks like: public class AceBankroll im

RequestCallback.onResponseReceived() always returning status code 0

2010-08-10 Thread Jaya
Hi All, I have deployed the GWT web app ( only client code. no server code is present) on JBOSS. web client is accessing a URL ( Servlet of different application. not the GWT servlet) on the same server using POST. The servlet is getting the Request (xml string) from GWT client app and responding

Re: Bug with UI Handler when using Selection Event

2010-08-10 Thread Chris Conroy
Repeatedly bumping threads like this is rude and is considered spam. Please do not do it again. Everyone, please take note that this is not acceptable behavior. If you find that someone is bumping threads repeatedly, please notify the group moderators. On Tue, Aug 10, 2010 at 5:40 PM, Shyam Visa

Re: GWT 2.0, Maven, Google eclipse and TOMCAT, why didn't google build maven support?

2010-08-10 Thread Rajeev Dayal
Hey guys, I know that maven issues with GWT and GPE are a common theme. We're currently working on improving the experience within GPE. It won't solve all of the problems, but it will at least solve some of them. Hilco's suggestion is probably the best one at this point, as GPE 1.4 M2 contains som

Re: Bug with UI Handler when using Selection Event

2010-08-10 Thread Shyam Visamsetty
Any update on this? Thanks, Shyam. On Aug 9, 11:10 pm, Shyam Visamsetty wrote: > I get this error when handling selection event for TabLayoutPanel. But > Selection Event is a subclass of GWTEvent. Can someone help? I have > seen multiple posts of the same error unanswered. Your help will be > ap

Re: GWT, web service and reverse ajax/Comet

2010-08-10 Thread Shawn Brown
> I don't think you can because you can't keep a connection open to the > client so polling would be your only option. Sorry I was thinking you were using GoogleAppEngine too. My bad... If not , yeah. -- You received this message because you are subscribed to the Google Groups "Google Web Too

Re: UiBinder and print media stylesheets

2010-08-10 Thread Erem
I came across this related post: https://groups.google.com/group/google-web-toolkit/browse_thread/thread/9f3bec190232ae6/4fbe10fa3730610d?lnk=gst&q=how+to+use+css+media#4fbe10fa3730610d Basically there's an open issue here - http://code.google.com/p/google-web-toolkit/issues/detail?id=4911 the w

UiBinder and print media stylesheets

2010-08-10 Thread Erem
Hey all, I'm trying to adapt my GWT+UiBinder app to print beautifully to paper. Normally I would just include a print.css file that would apply all necessary styles, but now my style names are obfuscated in .ui.xml files, so that approach becomes more hairy. Is there any way to specify alternate

UIBinder + DOMHandler?

2010-08-10 Thread spierce7
Hey guys, I know that UIBinder disables DOM Events, but I have an application that uses DOM Handlers in order to tell when a mouse up event, or mouse over event has taken place on my grid, and what cell it took place with. The issue is that since UIBinder disables DOM Events, I can't get my DOM han

Re: help with css bundles and background image sprites

2010-08-10 Thread Joe Hudson
Thanks Gal for the feedback. It's appreciated! Joe On Aug 10, 2:18 pm, Gal Dolber wrote: > That solution wont work on IE7 and IE6. > Because in all browser but IE7/IE7 gwt will inline the images as base64. > The only browsers that really use sprites are those and the nature of > sprites require

Re: help with css bundles and background image sprites

2010-08-10 Thread Gal Dolber
That solution wont work on IE7 and IE6. Because in all browser but IE7/IE7 gwt will inline the images as base64. The only browsers that really use sprites are those and the nature of sprites require you to put the real width and height to work. If you use width:auto; height:auto you will break it.

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Ed Bras
@Jeff: I don't think that's the solution as I can't use the date/time from the browser as it's not correct. On Tue, Aug 10, 2010 at 7:54 PM, Jeff Chimene wrote: > On 08/10/2010 10:35 AM, Ed Bras wrote: > > I am doing date/time comparision in the browser between objects from the > > server that c

Re: GWT 2.1 Documention

2010-08-10 Thread Brendan Kenny
I guess it depends on what you mean by documentation. I don't know about the release date, but for now there's always the IO sessions, discussion on the contributors board, and of course javadocs from trunk (which can be generated directly or are periodically updated here: http://google-web-toolki

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Jeff Chimene
On 08/10/2010 10:35 AM, Ed Bras wrote: > I am doing date/time comparision in the browser between objects from the > server that contain a date/time with the current date/time. > As such when the current date/time in the browser isn't correct, the > comparision will fail in the browser. > You unders

Re: WSDL

2010-08-10 Thread rudolf michael
This has nothing to do with GWT/client side coding. i was just pointing you to an easier way to integrate the load of the web service in your back end proxy class. best regards, Rudolf Michael On Tue, Aug 10, 2010 at 7:15 PM, Deepak Singh wrote: > Hi, > > Thank you all for your answers. > > Bha

Re: Data Presentation widgets

2010-08-10 Thread tc
Depends ? Do you lose functionality if you don't ? I would love to use all of the new MVP stuff / Request factory but currently there is no documentation on how it all works together ( At least that I have seen ). On Aug 10, 12:02 pm, Deepak Singh wrote: > It depends. However as of my knowledge

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Ed Bras
Thanks Lineman78. I was having the same thoughts just looking for some confirmation.. 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. To unsubscribe fro

Re: Synchronizing server and browser date/time?

2010-08-10 Thread lineman78
Lucky for you the Java Date object handles timezones for you. As long as you are okay with an an accuracy of up to 5 secs you should be okay with this method. Are you using GWT RPC? If so, just create a method that returns a new Date from the server. If not, create a servlet that just outputs n

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Ed Bras
I am doing date/time comparision in the browser between objects from the server that contain a date/time with the current date/time. As such when the current date/time in the browser isn't correct, the comparision will fail in the browser. You understand ? For example, snippet running in the browse

Re: help with css bundles and background image sprites

2010-08-10 Thread Joe Hudson
Figured this one out as well - posting it for completeness of this thread. you need to add height: auto; width: auto css properties (or different values based on your needs) Joe On Aug 9, 11:40 pm, Joe Hudson wrote: > Hi, > > I'm trying to use a css bundle with a background image reference and

Re: help with css bundles and background image sprites

2010-08-10 Thread Gal Dolber
public interface MessagePanelClientBundle extends ClientBundle { @Source("message-panel.css") MessagePanelCSS css(); @Source("error.png") DataResource error(); } css: @url errorUrl error; .error { background-image: 'errorUrl'; } 2010/8/10 Joe Hudson > It turns out

Re: help with css bundles and background image sprites

2010-08-10 Thread Joe Hudson
It turns out I was just being dumb :) I'll post the fix below but I've also got another question. I want the component to have a background image but I do not want the size to be restricted to the width and height of the background image. Can anyone tell me how to do this? I'm looking here: ht

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Jeff Chimene
On 08/10/2010 02:21 AM, Ed wrote: > I do date/time comparision in the browser and I can't assume that the > browser date/time is correct so I think I have to synchronize the date/ > time on the server with that on the browser as I know the server date/ > time is correct. > > Anybody any experience

Re: Using piriti 0.4.1

2010-08-10 Thread Deepak Singh
Hi Harald, If i use JSON then i think i need to convert first my xml into json as i am getting xml from my server response. And then i will have to map this JSON with java pojo. then it may take more time for conversion of xml into json. My critical issue is the time for taking xml and representin

Re: cross-domain with GWT (load JavaScript)

2010-08-10 Thread lineman78
The SOP doesn't apply to script tags. This is the idea behind JSONP. Speaking of which, this code is from the JsonpRequest class: ScriptElement script = Document.get().createScriptElement(); script.setType("text/javascript"); script.setSrc(uri.toString()); Document.get().getElementsByTagName("hea

Re: WSDL

2010-08-10 Thread Deepak Singh
Hi, Thank you all for your answers. Bhaskar, I tried this one -- Using eclipse plugin i developed client of wsdl which give a total of five java files including stub and proxy. Then i took this package to my my GWT server package and then i created the object of the Proxy class on my client and i

Re: Scraping website with GWT

2010-08-10 Thread lineman78
First of all GWT is executed client side and therefore XSRF security should prevent you from scraping another site directly. However, you can do scraping quite easily with server-side java. PHP is also a server executed language, so anything you would usually do in php, you will do it via server

Re: Data Presentation widgets

2010-08-10 Thread Deepak Singh
It depends. However as of my knowledge , the data presentation widget can be used without requestFactory also. On Tue, Aug 10, 2010 at 6:58 AM, tc wrote: > Do you need to use the new RequestFactory concept in order to use the > new Data Presentation widgets ? My guess is no but I want to clarif

Re: Is Google a quitter ... Wave is dead

2010-08-10 Thread rudolf michael
hey i have paid a license for that exe but didn't use it much as most of the website had dynamic UI Generation ;)...so i guess by now it is LGPL ? On Tue, Aug 10, 2010 at 6:08 PM, Ashton Thomas wrote: > GWT is here to stay. Wave just really help push GWT along as well as > other technologies wit

CSS DialogBox doesn't works

2010-08-10 Thread Emerson Correia
Hi, Today I began to use DialogBox ui component. So when I try to set css style for my dialog box ( I have just one, so I use the generic style (for all dialogs box)). But it doesn't work. I have a dialog that appears at the corner of screen, with transparent background, on other words my css styl

Re: Is Google a quitter ... Wave is dead

2010-08-10 Thread Ashton Thomas
GWT is here to stay. Wave just really help push GWT along as well as other technologies within Google. I wish they would have stuck with it longer. People aren't ready for wave yet but I think it does serve a purpose. "Yes it’s true. Instantiations’ award-winning Java and Ajax development tools an

GWT and Jetty

2010-08-10 Thread lam
Hi, I'm starting a servlet extending google's RemoteServiceServlet in Jetty. It did not work with this error: HTTP method GET is not supported by this URL I searched this error and found that RemoteServiceServlet does not implement doGet and doPost. I tried this link http://docs.codehaus.org/d

Re: How to build a rules-based form controller for a dyn. form in GWT

2010-08-10 Thread salk31
Alessandro, 5 months sounds very tight for what you describe. So sounds like you need to take some short cuts. If you like the Tohu spec (but not the implementation choice) could you not use their data model for describing forms? That is probably the most time consuming and painful to undo mistak

Re: Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread Joe Hudson
It very well could be called datastore - I just recalled a name from memory... As far as the multiple files, you can have as many GWT application files as you want - the each require an EntryPoint class though. And if you want just plain static files and resources, you can do that as well... you

Re: Using piriti 0.4.1

2010-08-10 Thread Harald Pehl
Piriti is the only XML mapper for GWT I know. So I cannot say if it performs better than XYZ. If performance is critical in your application, consider to use JSON as it it more lightweight and integrates in GWT. - Harald On 10 Aug., 11:05, Deepak Singh wrote: > Thanks harald. I hope the issue wi

Re: Is Google a quitter ... Wave is dead

2010-08-10 Thread André Moraes
This forum has more than 23000 people and the GWT compiler is pretty mature. Since the compiler is the single most important piece of the entire GWT project even if google don't support GWT the community can continue the work. Google also released the Closure Toolkit (used in almost all applicati

Re: gwt on IE5.01

2010-08-10 Thread Christian Goudreau
Uh and why on hell would you like to support ie5 ? It's not even used anymore ! (Ok 0.6% share in 2009 on wikipedia) We should educate our user and teach them how to upgrade to a more appropriate browser. That's also my point of view even for ie6 and ie7 ! Cheers, On Tue, Aug 10, 2010 at 10:19 A

Re: WSDL

2010-08-10 Thread rudolf michael
Well you need to use a proxy on the server that calls the different web services you have. In case you like dynamic language check this out http://groovy.codehaus.org/GroovyWS it is so fucking easy to use web services with groovy. but this has nothing to do wit

Re: WSDL

2010-08-10 Thread mikedshaf...@gmail.com
To follow up on the other replyyou have to do this on the server, in Java. Apache Axis is a great way to do it... But it won't work on the client in the emulated JRE (I suspect since I've never tried it, but I doubt it will) On Aug 10, 3:27 am, Deepak Singh wrote: > Hi All, > > I need to c

Re: Is Google a quitter ... Wave is dead

2010-08-10 Thread asianCoolz
be positive my fren. aladdin. i'm outsider just likeyou. google is doing great job. if you tell me any company that really make any different to the world. i name you one.. google. 'dont be evil' =) -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

gwt on IE5.01

2010-08-10 Thread asianCoolz
out of curiousity. i try run gwt on ie5.01. i get error .the entire page cannot be render. gwt not compatible with ie lower than 6 right? any workaround? i try to support as many browsers as possible. interested to hear feedback from you all -- You received this message because you are subscr

Scraping website with GWT

2010-08-10 Thread Fermin
Hi, I don't found any reference to do scraping with GWT, is posible ? Like CURL in php ? Thx 4 all -- 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 f

Data presentation widgets

2010-08-10 Thread tc
Do you have to use the RequestFactory / MVP pieces of GWT 2.1 in order to use the Data Presentation Widgets? My guess is no. I would like to use all of it but it looks like the MVP parts are still very much in flux. Thanks -- You received this message because you are subscribed to the Google Gr

Re: uibinder and css

2010-08-10 Thread Thomas Van Driessche
Ok, it doesn't give the error anymore, but it doesn't seem to apply the css. I put a margin-left: 50px on a button but it doesn't seem to work... (in the css of the html file) Then i triedto set the background-color to green in the body and that to doesn't work... i get a flash of a green backgrou

Data Presentation widgets

2010-08-10 Thread tc
Do you need to use the new RequestFactory concept in order to use the new Data Presentation widgets ? My guess is no but I want to clarify. -- 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-to

GWT JUnit testing using JPA mapping

2010-08-10 Thread Olindo Pindaro
Hi all, I just learning GWT 2.0 and I just tryng to develop an application using JPA (because i use the same API in other non GWT project). I am following the following tutorial http://code.google.com/intl/it-IT/appengine/docs/java/tools/localunittesting.html I want test the back-end functions

Google Web Toolkit and ISO-8859-1 chars

2010-08-10 Thread lionel_f84
I have realized a simple application with GWT 1.7.1 and Php. My database contains strings in latin1 encoding so in php code (the file called by GWT) I need to encode those values in utf8 otherwise json_encode function wouldn't work. // snippet $my_string = "TEST – TEST"; $my_encoded_string = utf8

Re: WSDL

2010-08-10 Thread Bhaskar
what are the other frameworks you are using as part of your project? one way is, using Apache Axis, you can genarate java file out of wsdl and create stub and log in to the web service... ~Bhaskar On Tue, Aug 10, 2010 at 2:57 PM, Deepak Singh wrote: > Hi All, > > I need to consume several cros

Re: Is Google a quitter ... Wave is dead

2010-08-10 Thread Christian Goudreau
No worry about GWT... there's plenty of other app at google that heavily use it (AddWords is the best example). Worry about Wave, I loved wave :( Cheers, On Tue, Aug 10, 2010 at 9:31 AM, Aladdin wrote: > I'm a pro Google and I guess all of us here too, but after the death > of wave in about a

Re: GWT, web service and reverse ajax/Comet

2010-08-10 Thread Richard
Hi Noosy, Yes gwt-comet will maintain a streaming based (non-polling) connection between the browser and server. You will just have to write the code to hook together the web service event into the comet send. >From Richard. On Aug 10, 12:27 am, noosy wrote: > I'm after some advice regarding ha

Is Google a quitter ... Wave is dead

2010-08-10 Thread Aladdin
I'm a pro Google and I guess all of us here too, but after the death of wave in about a year of launching I'm now questioning the commitment of Google toward GWT ... I would like see what the view of other people in here -- You received this message because you are subscribed to the Google Grou

Re: GWT Developer Plugin problem: Mandriva 64-bit, Firefox

2010-08-10 Thread Paul Gestwicki
Firefox 3.6.6 from the Mandriva 2010.1 repository and also 3.6.8 directly from Mozilla. No luck with either. On Aug 9, 7:14 pm, Chris Conroy wrote: > Which version of Firefox are you using? > > On Sat, Aug 7, 2010 at 2:55 PM, Paul Gestwicki > wrote: > > > I followed the discussion at > > >http:/

Getting the component's window

2010-08-10 Thread Vinicius Carvalho
Hi there! I'm trying to get the selected text of a RichTextArea. Diving into the component I found out that it's really an iframe with a body holding the values typed. I tried to use window.document.getSelection() on firefox, but it's returning null It seems that using window is referreing to the

cross-domain with GWT (load JavaScript)

2010-08-10 Thread Vincent COROLLEUR
Hello, I'm trying to load dynamically a script from another domain. I think it doesn't work because of the cross-domain protection. I'd like to do something like that : Element script1 = DOM.createElement("script"); script1.setAttribute("type", "text/javascript"); script1.setAttribute("src", cro

Re: Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread spierce7
Joe, Thanks for your fast reply. I figured you'd have you use google's database solution, but I thought it was called datastore. Either way I'm fine with that as long as it works, however using multiple less than operators across multiple entities would be convenient. One of my questions was how

Re: Script tag dynamic loading

2010-08-10 Thread Vincent COROLLEUR
I think it doesnt work bacause of the cross-domain protection. Have you got any ideas ? Regards, Vincent -- 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 unsubsc

Re: How to use gwt to synchronize outlook to get the appoitments of calendar

2010-08-10 Thread victor QIN
When a user connects to the server, the server can get all the appointemnts of the outlook in this user's computer. How can I realize that? Thank you very much!!! On 8月6日, 下午7时04分, spierce7 wrote: > Your talking about a client side program that goes into the users > system and pulls data? > > On

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread Nathan Wells
I would look into vaadin. We just looked at it recently, and I think it's a good alternative to straight GWT, but we can't switch because it's a pretty significant change. On Aug 10, 5:23 am, Shawn Brown wrote: > > I'm looking to get this group's feedback before I present my findings > > to the t

Re: How to build a rules-based form controller for a dyn. form in GWT

2010-08-10 Thread A.Augustini
Hi guys: @Alberto: Thank you very much for the JBoss Tohu link. I had the time to watch the vids & some parts of the doc, and it offers exactly that smart-wizard functionality I'm looking for. Unfortunately, Tohu seems *not* to support GWT as frontend tech -- at least currently ;-( So, I either ha

Re: Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread Joe Hudson
Hi Scott, That is what I am doing with http://www.gwtmarketplace.com. The catch is that you currently have to use their BigTables DB but supposedly in the third quarter they will be adding relational database support. You need to register an app engine account and then register a google apps acc

Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread spierce7
There isn't any way to host an entire website on AppEngine is there? It doesn't seem like it, I just thought I'd ask. So if that's the case, how am I supposed to integrate GWT into my application? an iFrame? Does GWT have any write-ups about this? What if I need the rest of my website to have acces

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread Shawn Brown
> I'm looking to get this group's feedback before I present my findings > to the team. What do you think? If open source is nice then go for gpl and ExtGWT (GXT). If you don't pay the commercial fee, then you have to open source your project I believe. Shawn -- You received this message becaus

Re: - Nested Panels

2010-08-10 Thread BenJD
Of course. Thanks Christian. I notice that the development mode console reports these errors for us when they occur. I also see your point regarding the use of straight HTML where possible. regards Ben On Aug 9, 10:30 pm, Christian Goudreau wrote: > It's because Vertical panel can only append Wi

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread marius.andreiana
Hi Rob, Would you share a sample project (full source code) using REST APIs from plain GWT? Thanks all for your feedback. On Aug 10, 12:40 pm, Rob wrote: > I have developed a large app using GWT-Ext, unfortunately the > developers of GWT-Ext then dumped it and switched to Smart-GWT. I can > see

Re: Incubator - GWTCanvas problems with image loading

2010-08-10 Thread kstokes
Aditya, Yeah, I was unsuccessful at figuring out where exactly it is looking on my hard drive for the image file. I did a lot of googling and putting GoogleCode.png in all kinds of places in the project before I posted. Judging from the comments on the incubator Wiki page for imageLoader, I'm

Re: RegEx

2010-08-10 Thread Dunlord
Thank you all for your answers. It still seems that Jakarta RegExp does not have a "hitEnd" equivalent (and I think I'm not prepared to try and implement it myself). I'm pondering to do with OpenJDK the same I have already done with SUN's Matcher class. If anyone knows an alternative... On Aug 1

Re: enum serialization

2010-08-10 Thread Rodrigo
I'm running into the same problem... I have an inner enum inside a class in the shared package (which is accessible to the client). I tried making the enum implement IsSerializable, Serializable, adding a default constructor, to no avail... BTW, my code works in development mode, presumably beca

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread Rob
I have developed a large app using GWT-Ext, unfortunately the developers of GWT-Ext then dumped it and switched to Smart-GWT. I can see their reasons for doing this (Ext-JS library version they used had some shortcomings) but it has left me a few problems. As a result of this I started evaluating h

Re: Incubator - GWTCanvas problems with image loading

2010-08-10 Thread kstokes
Gal, Thanks for the reply. I gave it a try like so: String[] imageUrls = new String[] {GWT.getHostPageBaseURL() + "images/GoogleCode.png"}; But now I get an exception: 05:25:02.432 [ERROR] [mywebapp] Uncaught exception escaped com.google.gwt.core.client.JavaScriptExcep

WSDL

2010-08-10 Thread Deepak Singh
Hi All, I need to consume several cross-domain wsdl files and get data by calling methods from wsdl. I dont know how to do this using GWT. Pls suggest. I am using GWT 2.1 m2 Thanks Deepak -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Synchronizing server and browser date/time?

2010-08-10 Thread Ed
I do date/time comparision in the browser and I can't assume that the browser date/time is correct so I think I have to synchronize the date/ time on the server with that on the browser as I know the server date/ time is correct. Anybody any experience with that? or Idea's? I was thinking about r

Re: Using piriti 0.4.1

2010-08-10 Thread Deepak Singh
Thanks harald. I hope the issue will be resolved now. But do you suggest using piriti is a better solution for xml mapping to pojo which can give fast result. Or is there anything else i should take up for xml to java mapping. Pls suggest. Deepak On Tue, Aug 10, 2010 at 1:04 PM, Harald Pehl wrote

Re: why we probably won't use GWT for a large UI project

2010-08-10 Thread Paul Robinson
gwt-dnd works very well - you probably shouldn't use the fact that dnd is provided by a 3rd party library as an argument not to use GWT. I've not used REST, so don't know if the same would apply there, but it may. Good reasons for using GWT include: - it's in java, so you get all the java tools (g

Re: RegEx

2010-08-10 Thread Paul Robinson
I am not a lawyer, and I didn't look too closely, but from reading the Sun Java 6 licence, it looks pretty clear to me that you can NOT use their code in the way you want. You may be able to use the OpenJDK source instead. You'd have to dig in to it to work out what the licence for just the regula

Re: i18n translations

2010-08-10 Thread ale
Thanks, check mail! On Aug 6, 5:06 pm, madein wrote: > Hi, > I can help you with Polish. -- 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 g

why we probably won't use GWT for a large UI project

2010-08-10 Thread marius.andreiana
Hi, We're working on a large project, which has the back-end is written in a non-Java technology, with REST APIs. We're looking for a framework to replace the current UI. I did a brief analysis of using GWT: https://docs.google.com/document/edit?id=16rQknO-r3ZqfMbuIl0R52OnFcWBCOKTPm1wDCzSQgvU&hl=

GWT security

2010-08-10 Thread Peter Simun
Hi all, I just wanted to share with you the article about security in GWT application. http://java.dzone.com/articles/securing-gwt-client-acris Serious security implementation is something that was missing almost to each GWT developer. I saw many topics here in the forum about the security, so ma

Re: RegEx

2010-08-10 Thread Dunlord
May be I should titled the topic "LICENSING". My questions are, which license is SUN's java 1.6 source code released under? And, it allows me to pick it, twist it, and republish it for another pourpose? And about the current GWT implementation of RegEx, it uses the underlying javascript impleme

Re: Incubator - GWTCanvas problems with image loading

2010-08-10 Thread aditya sanas
* Look at this error message Aug 9, 2010 10:17:54 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /mywebapp/GoogleCode.png It is showing that server is trying that GoogleCode.png under "/mywebapp/GoogleCode.png" Where it is not finding So try

Re: Using piriti 0.4.1

2010-08-10 Thread Harald Pehl
You missed one more dependency: Google GIN - http://code.google.com/p/google-gin/ Please take a look at http://code.google.com/p/piriti/wiki/GettingStarted - Prerequisites. There you can see all dependencies necessary for Piriti. - Harald On 9 Aug., 20:47, Deepak Singh wrote: > Hi Harald, > >

Re: Script tag dynamic loading

2010-08-10 Thread Vincent COROLLEUR
hi, I have to load different types of map depending on the user. I can't use gwt-maps API because its only supports Google Maps API version 2 and i need to load OpenLayers in some case. I used to load google map or openLayers by the static way but now i need to load them dynamically (so from the J