Invoking Web Services

2009-08-12 Thread gerardc
I'm trying to figure out how to make Web Service calls from GWT. Anyone have any ideas or can point me in the right direction? Thanks. Gerard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: prerequisities of GWT to develop JPA

2009-08-12 Thread Alexandros Papadakis
Read the tutorial Rakesh suggested. Hasan's sample has only one domain class and it works by accident. If you have a more complex domain model, classes referencing one another, then this approach will not work as is. ORM libraries add proxies, which GWT serializer can not handle. On Tue, Aug

Re: Invoking Web Services

2009-08-12 Thread Paul Grenyer
Hi Make an RPC and the do it the Java way on the server. Paul --Original Message-- From: gerardc Sender: Google-Web-Toolkit@googlegroups.com To: Google Web Toolkit ReplyTo: Google-Web-Toolkit@googlegroups.com Subject: Invoking Web Services Sent: 12 Aug 2009 06:13 I'm trying to figure

RichTextArea with SetEnabled(false) and listener added throws Javascript Exception

2009-08-12 Thread Charan
Hi, I have RichTextArea on which i setEnabled(false) and i have added click listener for the same object. it throws Javascript Exception Object Required on IE browsers only. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Hi sjivan

2009-08-12 Thread kumar
Great works in smartClientGWT. thanks Kumaresan. --~--~-~--~~~---~--~~ 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

Re: prerequisities of GWT to develop JPA

2009-08-12 Thread Hasan Turksoy
my code is a simplest form of JPA-GWT integration... it is a demo app in a GWT presentation to achieve the fastest startup... don't expect it to apply complex patterns :) BTW, as Rakesh's suggested tutorial states, you can use DTO pattern to play with not-too-complex domain models. In fact, i

Grid GWT

2009-08-12 Thread Guess What
Unable to get Bean Model Data Grid working . Can anyone help me out on why my data grid is not working . I checked the callback object . Its comming up right from the server . Here is my code . Just the data grid with collumn header comes up . MY DTO : EmpCounty implements BeanModelTag,

How to getAttribute and setAttribute on GWT + GAE like HttpSession ?

2009-08-12 Thread jlc488
Hello, I have a question about session management on GWT + GAE. Actually I have implemented using cookies to store email id and some other information. However, cookies are stored on client side computer and I think It lacks of security problems. So, I was thinking of using session like

Problem with dialog box in IE

2009-08-12 Thread ramesh chiluveri
Hai All, I am using dialog box by initially focusing on of the widget in the dialog box. If i click out side of focused widget ,window shifting to other window. It is happening only in IE .Same code working fine in mozilla and other browser. Please help me Thank you

Vertical SliderBar

2009-08-12 Thread Itzik Yatom
Hello, I want to use the SliderBar (from the Incubator project), I prefer a vertical slider but I can't find a way to change it. Is there a way (using CSS or another) or a variation of this class that allows vertical appearance and not only horizontal? Thanks in advance, Itzik Yatom

JDOQL 'like' statement

2009-08-12 Thread zinkronz network
Dear all, Is there any method to replace SQL 'like' statement with datastore. i am using java as primary language for my project. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: How to split a large application?

2009-08-12 Thread Stefan
Hi Saeed, David, and all others, I developed an AppLink class that can be used for the communication between the main and sub apps. The main app creates an AppLink instance and sets it on an iframe element. The sub application that is loaded in the iframe gets the AppLink instance from the

Re: RichTextArea with SetEnabled(false) and listener added throws Javascript Exception

2009-08-12 Thread Charan
Hi, i have similar type of error when i used the RichTextToolbar with setEnabled(false) on RichTextArea object which we are passing it to RichTextToolBar this is only on IE On Aug 12, 11:42 am, Charan s.chara...@gmail.com wrote: Hi, I have RichTextArea on which i setEnabled(false) and i

Re: server side hot redeploy

2009-08-12 Thread George Georgovassilis
Hello Edoardo Not everything, only server-side code. This means servlets, EJBs, Spring Beans and DTOs for RPC. When you are running in debugging mode then you can replace server code without a restart. Depending on the capabilities of your JVM this can be as little as changing method code up to

Re: server side hot redeploy

2009-08-12 Thread Edoardo Ceccarelli
Thanks George, this is exactly what I was expecting, but I have tried with both Sun jdk 1.5 and 1.6 and I can't even see a String modification if I don't make a restart. I tried the simple provided RPC sample, newest gwt plugin and gwt 1.7 all running on eclipse 3.5 On Aug 12, 1:54 pm,

Re: server side hot redeploy

2009-08-12 Thread George Georgovassilis
When you're running the server (i.e. tomcat) from within Eclipse, make sure to start it in debug mode. If you are running it in a distinct process (outside of eclipse), make sure to enable the debug port on it, switch to the debug view in eclipse and start a debugging session on a Remote Java

Re: server side hot redeploy

2009-08-12 Thread Edoardo Ceccarelli
Gwt plugin runs its applications inside a jetty container: in fact one of the great usefulness of using the Google GWT eclipse plugin is that you don't need to have another server runtime installed and launched in eclipse. With latest versions of the plugin, you can just create a sample

Re: server side hot redeploy

2009-08-12 Thread George Georgovassilis
Sorry, I missed that you were using the GWT Plugin. I've not used it so I can't help you with that one :( Edoardo Ceccarelli wrote: Gwt plugin runs its applications inside a jetty container: in fact one of the great usefulness of using the Google GWT eclipse plugin is that you don't need to

Re: server side hot redeploy

2009-08-12 Thread Edoardo Ceccarelli
I tried in a clean workspace and it works! it must be related to some old setting in my normal workspace. Regards Edoardo On Aug 12, 2:24 pm, Edoardo Ceccarelli ridl...@gmail.com wrote: Gwt plugin runs its applications inside a jetty container: in fact one of the great usefulness of using

Re: Changing the CSS of a div programmatically

2009-08-12 Thread twdarkflame
you can change css at runtime by using something like; widgetName.getElement().getStyle().setProperty(opacity,0.9); widgetName.getElement().getStyle().setProperty(zIndex,400); for whatever css propertys you want to change. (note that anything with a hypthon, however, should lose it in the name,

[ANN] SmartGWT 1.2 Released

2009-08-12 Thread Sanjiv Jivan
Hi, SmartGWT 1.2 has just been released. This version supports GWT 1.7 and has improved support for interoperability with core GWT widgets. Some other features include full Safari 4.x support, ListGrid performance improvements, support for all enabled grid cell editors, availability of the

gwt 1.7 IE8 Problem iframe.contentWindow.location.replace(base + strongName)

2009-08-12 Thread bk13
Hello, there is a Problem with our gwt Project and IE8. We switched from gwt 1.5 to gwt 1.7. We get an error window with the title web site error and the message unknown error when we log in in our app. When using the pretty compiler style we found out that the problem is in a function called

Re: prerequisities of GWT to develop JPA

2009-08-12 Thread tolga ozdemir
Thank you for all comments.. I have read the article Rakesh joted down.. But after doing a project myself, I could not manage it.. At least, in Hasan's sample I could manage send some data.. Sure I am interesting in more proffessional solution for big projects.. So any help would be great now..

Executing dos commands

2009-08-12 Thread Rahul
Hi, I want to execute dos commands from gwt. Reading from this forum I have to invoke the call from server not from the client. This is my server side code: public String greetServer() { try { Runtime.getRuntime().exec(cmd.exe);

GWT language/translation support

2009-08-12 Thread Ice13ill
I was wondering why google developed language support using an interface, annotations, a language file etc. by creating methods for every word/message (annotating if needed), which is kinda annoying because if i create an UI with lots of (predefined) words, i have to create a method and annotate,

Re: Executing dos commands

2009-08-12 Thread Lothar Kimmeringer
Rahul schrieb: This is my server side code: public String greetServer() { try { Runtime.getRuntime().exec(cmd.exe); } catch (IOException e) { // TODO Auto-generated catch block

Custom time

2009-08-12 Thread Charlie
Hey I've been trying to create a custom countdown timer, and for some reason I can't find a way of createing a custom clock for example 55:22:11 meaning 55 hours 22 minutes 11 seconds and when the seconds are over it retracts from the minutes and the same for hours.

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Joe Cole
We have encountered this on another network now. Does no one else have this problem? Once again: a firewall is blocking the .cache.html file. GWT just sits there doing nothing, no error messages or anything. Is there any way we can check to see if the cache.html file is loaded correctly? It

Re: Executing dos commands

2009-08-12 Thread Paul Robinson
Try: Process p = Runtime.getRuntime().exec(cmd.exe); InputStream is = p.getInputStream(); and then look at what you can read from the input stream Rahul wrote: Hi, I want to execute dos commands from gwt. Reading from this forum I have to invoke the call from server not from the client.

Re: url rewrite and gwt

2009-08-12 Thread Bhayat
ok but i read in some forums and if i use yomcat server,i must make some thing on the server.Is that true On 10 Ağustos, 16:05, Michael W mwang_2...@yahoo.com wrote: Use Javascript native method. /**    * To redirect to different module, will refresh the page.    * @param url    */  

Re: Custom time

2009-08-12 Thread Ian Bambury
Assuming the user sets a time to elapse and then presses 'Go', you need to work out the time the countdown will expire, then set a recurring timer to check the difference (you'll get this in milliseconds) then display the difference in whatever format you choose. You need to work to an end time

Re: At new item to a list at each position

2009-08-12 Thread Tobe
@Ian: ok, I have an example what I created so far.I used FlexTables, because I think it's the right one for this problem. All starts with a FlexTable and a button inside for new outer elements. If the user clicks the button, there will be added one new row with a TextBox and a button inside a new

Re: Executing dos commands

2009-08-12 Thread Rahul
Hi, Thanks a lot for your replies -lothar, its not leading to an IO exception, I checked it - paul, i could not follow what you were trying to say when changed to cmd to notepad, the notepad opens when I read more about the exec command it says that it does not open the command prompt(the

I18 and library

2009-08-12 Thread Chris
Hi, I'm using some library that are I18zed but i would like to add some properties files to cover more Locales or customise some of them. what is the best way to achieve that (i'm building my project with maven)? A I can contribute to some of theses projects with the missing properties files

using gwt in dynamic web project uin eclipse

2009-08-12 Thread aseem
hey Iam working on a dynamic web project and needed to use gwt for some applications in my project. Can anyone help me as to how can i integrate gwt application in my project. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

HTTP Status 405 - HTTP method GET is not supported by this URL

2009-08-12 Thread Klaas Roobroeck
I am complete new to google web toolkit. But i know a lot about servlets so...i started programming with some code of a friend that i have to complete. Now, the big problem is that i get all the time this message unless the first time i build the project and let it run. All the other times i get

Adding a Label Widget on a span element in the HTML Widget

2009-08-12 Thread Altug Akay
Hi all, I'm trying to add a Label Widget on my page but I haven't managed to do it. The problem is, I can't reach a span element with a specific id in the HTML widget(client side). By the way, if I call the toString() method of HTML widget with debug purpose, I see the span element in the right

eclipse plugin and j2ee

2009-08-12 Thread Hank
We're in the process of migrating a large application (well, a collection of applications, really -- we're decomposing a very big webapp along business process lines) from jsp/tomcat with a little bit of ajax to all-gwt, and are having difficulty setting things up in eclipse. If we set the

Re: Executing dos commands

2009-08-12 Thread Paul Robinson
It may be that some useful output is going to the process's standard output or standard error. You can get at that by calling Process.getInputStream() andProcess.getErrorStream() Rahul wrote: Hi, Thanks a lot for your replies -lothar, its not leading to an IO exception, I checked it -

Re: At new item to a list at each position

2009-08-12 Thread Ian Bambury
Hi Tobe, Sorry - what I meant was: can you give a use case example for what you are trying to do. I need more of an idea of how it will be used before I can get my head around this. For example, you might want to create a set of instructions (say a recipe) where everything is done in order so

Re: Newbie - HTML pages

2009-08-12 Thread jreue
You should only need one html page. This is the main html page that you already have in your project. If you have done swing work, think of that html page as your JFrame if you will. I'll run through a simple example that should at least get you on your feet. Your html page could define the

Re: Executing dos commands

2009-08-12 Thread Lothar Kimmeringer
Rahul schrieb: when changed to cmd to notepad, the notepad opens [...] Runtime.getRuntime().exec(cmd.exe /C start [...] test.bat makes a hello directory in the specified location, but its not working from this code. Possible reasons: - Something is printed to

Re: Custom time

2009-08-12 Thread Charlie
but how do I set the time as 55:11:22? right now I only managed to set the current date with Date() and then reduce a second every second with Timer() - but what you're saying that this won't be accurate? What I'm trying to do is when the user enters the application create a countdown clock which

Re: Custom time

2009-08-12 Thread Ian Bambury
You need to get the number of complete hours with int(ms/1000/60/60) put that in a string, add ':'. Then work out how many milliseconds are left if you take that many hours-worth of milliseconds away. Then do the same for minutes, then what is left is the seconds (* 1000) This is not a GWT problem

Re: Best practices for screen layout in GWT

2009-08-12 Thread flyingb...@gmail.com
I did my layout by coding but better way is to use css but I suck in using css . On Aug 11, 9:47 am, Sean slough...@gmail.com wrote: I personally did the layout all in code. I originally used a DockPanel and realized that I was only using WEST, NORTH, and CENTER. And being in a DockPanel

Re: Executing dos commands

2009-08-12 Thread Rahul
-lothar I did that, there is no debugout neither a new directory is made when i execute from gwt. If i execute it manually from the dos prompt I am getting the desired output. -Paul I tired calling your way also, nothing happens when im running a bat file,no ouput is generated. but when i tired

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Thomas Matthijs
On Wed, Aug 12, 2009 at 17:14, Joe Coleprofilercorporat...@gmail.com wrote: We have encountered this on another network now. Does no one else have this problem? Why would anyone block *.cache.html on a proxy? Once again: a firewall is blocking the .cache.html file. GWT just sits there

Re: At new item to a list at each position

2009-08-12 Thread Tobe
What I forget to say is that the problems are the NullPointerExceptions when you add inner elements not at the last position. The project is about creating exams. The outer container are parts of the exams with a description what the part is about. The inner container are the exercise with a

Re: SmartGWT 1.2 Released

2009-08-12 Thread jreue
Wow. very nice! On Aug 12, 8:01 am, Sanjiv Jivan sanjiv.ji...@gmail.com wrote: Hi, SmartGWT 1.2 has just been released. This version supports GWT 1.7 and has improved support for interoperability with core GWT widgets. Some other features include full Safari 4.x support, ListGrid performance

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Jeff Chimene
On 08/12/2009 08:14 AM, Joe Cole wrote: We have encountered this on another network now. Does no one else have this problem? How do you know it's a firewall? Are you saying there are two different firewalls (with potentially different settings) blocking the same document? Is this a private

Re: Best practices for screen layout in GWT

2009-08-12 Thread Ian Bambury
My view is that it all rather depends on your situation and your skill strengths. Not much help, I know. If you are in a situation where you have savvy designers, you might like to give them control of the html host page and let them stick divs in wherever they want stuff to be, giving them ids so

Organization of EntryPoint.onModuleLoad and Handlers

2009-08-12 Thread terribleInstinct
I come from a background of C#; I'm trying to adjust to working with GWT and AppEngine, but as you all know the approach to developing a GWT application is very different. I'm especially having difficulty with the client-side organization of code, which is made even more difficult due to my

Organizing EntryPoint.onModuleLoad and Handlers

2009-08-12 Thread terribleInstinct
I tried posting this message earlier. I'm thinking something went wrong, or it's held up in moderation. It took too long to write the original, so I'm going to be brief this time without code. I'm trying to adjust from C# to GWT and AppEngine. I'm struggling with the organization of client-side

Re: Newbie - HTML pages

2009-08-12 Thread ALEXEI BARBONI
Hi jreue; Thank you very very much for the explanation. I couldn't find any explanation like this about this topic on the web. I am going to start implementing this right now. Thank you again Regards 2009/8/12 jreue jamesr...@gmail.com You should only need one html page. This is the

Re: reading from files other than english contains unwanted squares

2009-08-12 Thread El Mentecato Mayor
I'd check two things: 1. Are your files saved with the proper encoding? (utf8) 2. Does your html host file or whatever html file that displays your files' content has this: content=text/html;charset=utf-8? On Jun 16, 6:30 am, zujee sujeesh...@gmail.com wrote: Hi All, I have some files which

Re: Organizing EntryPoint.onModuleLoad and Handlers

2009-08-12 Thread terribleInstinct
Sorry apparently my post was held up in moderation. --~--~-~--~~~---~--~~ 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

Re: Executing dos commands

2009-08-12 Thread Paul Robinson
call Process.waitFor() -- this blocks until the process finishes and then try looking at the output after calling waitFor() Rahul wrote: -lothar I did that, there is no debugout neither a new directory is made when i execute from gwt. If i execute it manually from the dos prompt I am

RemoteServiceServlet throws NoClassDefFoundError on Tomcat6

2009-08-12 Thread Igor
Hi, I'm deploying a GWT (1.7) application on Tomcat (6.0.20-5). The problem is that when the RPC call is made an NoClassDefFoundError exception is thrown: java.lang.NoClassDefFoundError: com/google/gwt/user/server/rpc/ RPCServletUtils at

Re: Organizing EntryPoint.onModuleLoad and Handlers

2009-08-12 Thread James Reue
Might want to take a look at http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/f2431b54a1aff317/954b3ef067f3312f#954b3ef067f3312f On Aug 12, 12:09 pm, terribleInstinct chrismiddl...@gmail.com wrote: Sorry apparently my post was held up in moderation.

Domain models and DTOs

2009-08-12 Thread Kaspar Fischer
Hello, I am trying to design the architecture of an application that uses GWT and am struggling with the connection between my persistence logic layer and the GWT presentation layer. I think I have not yet read and/ or understood enough about GWT and hope that somebody can point me into

Getting the RichTextArea to expand as you type

2009-08-12 Thread LuminariGWT
I'm trying to use the GWT RichTextArea. I would like the size of the area to expand vertically as you type, so there is never a scrollbar. Any ideas on how I can accomplish this? overflow:visible; doesn't work Thanks --~--~-~--~~~---~--~~ You received this

Re: At new item to a list at each position

2009-08-12 Thread Ian Bambury
OK, I understand the kind of problem now. You have an awful lot of possibilities to consider - you could have a tree-explorer setup for example. If you want the kind of look you have suggested, then I would probably (if it were me) consider the FlexTable approach you have suggested: - first

Making JDO/JPA enhanced classes work over GWT RPC Options

2009-08-12 Thread Mike
Does anyone have an example implementation of Ray Cromwell's article on Making JDO/JPA enhanced classes work over GWT RPC? (http:// timepedia.blogspot.com/2009/04/google-appengine-and-gwt-now- marriage.html) I am unable to get the second part of his code into my IDE without errors and am unsure

Re: PropertyChangeSupport and gwtx

2009-08-12 Thread Chris
I am looking for a similar answer. It look like gwtx only supports gwt 1.5. For now I guess I can roll my own observer pattern. If anyonw know of any other techniques or sample code I would appreciate it. thanks! On Jul 25, 12:11 pm, Charlie charlie.f...@gmail.com wrote: Hi all, I  am brand

Re: GWT in iframe issue.

2009-08-12 Thread nicknbarb...@gmail.com
I can verify this issue when the GWT application is loaded within an iframe that's not currently displayed. On Jul 15, 3:10 pm, T somevow...@gmail.com wrote: When embedding a GWT application in an iframe it looks like some of the functions expected by widgets (like the absolute panel) don't

Re: PropertyChangeSupport and gwtx

2009-08-12 Thread charlie
Or does GWT plan to support this in the future ? On Wed, Aug 12, 2009 at 1:03 PM, Chris chdi...@gmail.com wrote: I am looking for a similar answer. It look like gwtx only supports gwt 1.5. For now I guess I can roll my own observer pattern. If anyonw know of any other techniques or

tying the user interface together using MVP

2009-08-12 Thread Arthur Kalmenson
Hello everyone, I wanted to know, what are the best practices for tying together a relatively complex user interface in the MVP design pattern. Here's the problem: Most applications have a relatively complex object graph where a top level domain object will contain a number of domain objects,

Re: Domain models and DTOs

2009-08-12 Thread Daniel Jue
I feel your pain. Too often I find myself mumbling about the layers upon layers, all the while feeling that there must be some better way. In Tapestry you have your DAOs and smart POJO DO's and everything Just Works. To my understanding, the major difference here is that with GWT you are

Re: could not add gin the project

2009-08-12 Thread jhnclvr
I had this same issue. You are probably missing a jar on the project build path. Either you are missing the Gin jar (which is unlikely), The Guice jar(also unlikely), or you are missing the Aopalliance jar (this is the one I was missing). You can download this jar from:

Re: gwt:clipper a print killer for IE?

2009-08-12 Thread Sumit Chandel
Hi Dominik, Feel free to raise an issue on the Issue Tracker for this and I'll see to it that it gets triaged appropriately. Issue Tracker: http://code.google.com/p/google-web-toolkit/issues/list http://code.google.com/p/google-web-toolkit/issues/listCheers, -Sumit Chandel On Thu, Jul 30, 2009

GMaps controls not getting ClickEvents

2009-08-12 Thread jos
I am no longer getting ClickEvents on google maps controls I add to map I have a simple GoogleMaps control, just an image in html: HTML infoWidget = new HTML(div id='tip-of-the-day-control'img src='/oeg/images/info_32.png' title='Helpful Tips'//div); Which I place on the map using Mapitz

Re: Which Eclipse Package?

2009-08-12 Thread Sumit Chandel
Hi Joyce, I would agree with Kamal's statement. If you're really new to Java, you should probably lookup a couple of quick tutorials to get you up to speed. Since GWT cross-compiles to JavaScript, the Java code you would write is much simpler than more involved server-side Java code. Therefore,

Re: JDOQL 'like' statement

2009-08-12 Thread DuoCentillion
Answered in App Engine Forum. I believe you use the String.matches (regex) function with * .* and . On Aug 12, 5:17 am, zinkronz network zinkr...@gmail.com wrote: Dear all, Is there any method to replace SQL 'like' statement with datastore. i am using java as primary language for my

What are the files in standard/images folder generated by GWTCompiler..Can I get rid of them?

2009-08-12 Thread -v-
Hi, I am hosting the JavaScript generated by GWT on a device with limited memory. So I would like the memory foot print of all the code required to make my GWT app work as small as possible... I see a lot of png files in the stantard/images and standard/images/ ie6 folder. What are these files? I

Buttons Panels... I'm confused.

2009-08-12 Thread Xlorep DarkHelm
I think this should be obvious... but maybe I'm missing something here. I'm building a web app to demo some ideas, playing around with GWT, GAE/J, and Jython... but right now, I'm focused on the GWT side to build the UI for it all. For my app, I have three panels wrapped in a DockPanel. The

Re: Buttons Panels... I'm confused.

2009-08-12 Thread Cliff Hill
Nevermind, I'm apparently blind. Figured it out myself. On Wed, Aug 12, 2009 at 4:00 PM, Xlorep DarkHelm ch...@darkhelm.org wrote: I think this should be obvious... but maybe I'm missing something here. I'm building a web app to demo some ideas, playing around with GWT, GAE/J, and

SetVisible() problems

2009-08-12 Thread mdwarne
Hi, I seem to be repeatedly struggling with setVisible() with IE 6/7, and the Hosted browser (IE also). On some of my forms, I need to show/hide various fields based on listbox change events, or when evaluating data coming from an RPC call. The problem occurs when Widgets are in a FlowPanel or

Re: GWT and PHP

2009-08-12 Thread Tiago Z.C
Ian I was not understand you because i have understand that the gwt code on time of running was execute like java bytecode on a servlet container like jetty, and just after the compile process the java code was transformed to javascript code. But know, i was looking for about -noserver option

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Joe Cole
I know it's a firewall because if we type the *.cache.html url into the browser it comes back with a document with a message from their firewall claiming it's been blocked. The file scored very highly on some metrics which their firewall uses. I am guessing it's because of the large js because it

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Joe Cole
I know it's a firewall because if we type the *.cache.html url into the browser it comes back with a document with a message from their firewall claiming it's been blocked. The file scored very highly on some metrics which their firewall uses. I am guessing it's because of the large js because it

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Jeff Chimene
On 08/12/2009 07:24 PM, Joe Cole wrote: I know it's a firewall because if we type the *.cache.html url into the browser it comes back with a document with a message from their firewall claiming it's been blocked. The file scored very highly on some metrics which their firewall uses. I am

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Joe Cole
Yes, we already have gzip enabled. But the point isn't that the firewall blocks it - that's easy to solve - it's that we can't intercept the error and let the user know what to do. The simple way is we can tell them to login via https (which the firewall can't block). But we can't do that if we

Re: *.cache.html blocked by firewall - GWT team opinions please?

2009-08-12 Thread Joe Cole
Also - if it wasn't clear before you can simulate this problem by just moving your *.cache.html file. Your application will just sit there with it's loading spinner going, oblivious. On Aug 13, 2:43 pm, Joe Cole profilercorporat...@gmail.com wrote: Yes, we already have gzip enabled. But the

wnd.__gwt_initWindowCloseHandler JavaScript error

2009-08-12 Thread flip
I have a new GWT application in production which runs in an embedded IE window inside a Windows desktop application (GoldMine CRM). I am not sure of the IE version, but probably 7, maybe 8. I am using Eclipse with GWT 1.7.0 installed and I am also using the GXT 2.0 library. Very intermittently,

Session Timeout - Best Approach

2009-08-12 Thread abhiram
Hi all, I need to implement a Session Timeout functionality for my GWT application. I have 2 options - either using a cookie methodology or by using JavaScript code in HTML. WHich is the best approach for implementing the session timeout? Also, can anyone please send me some sample codes for

Re: Jetty runtime classpath in hosted-mode

2009-08-12 Thread Richard Vowles
We have had exactly the same problem. Part of the problem appears to be that in JettyLauncher, they start off with an empty class path and just start adding stuff as it is requested. This has bitten us badly as we have been trying to use Spring auto-wiring (which searches the classpath using

JDBC Example using GWT

2009-08-12 Thread Ravindra
Hi, I am new to GWT. i am unable to connect to JDBC applications using GWT. Is it possible ?? If anybody used it pls give a sample example... Please help in this.. Thanks, Reddy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[gwt-contrib] Re: DTO compiler optimization

2009-08-12 Thread Nathan Wells
Gary, You're quite right that the API I'm referring to is nonexistent. My point was that what your suggesting seems to be a replacement for GWT- RPC and the compiler. I think the compiler and RPC are great as engines. I would just like to not have to build my own steering wheel every time I use

[gwt-contrib] Re: Prettier GWT version names for upcoming 2.0 releases

2009-08-12 Thread Joel Webber
Makes sense to me. So the first one will be gwt-2.0.0-m0, right? On Tue, Aug 11, 2009 at 11:40 PM, Bruce Johnson br...@google.com wrote: Mostly, this writeup is aimed at people who have been working on GWT's own build-related stuff, but if anyone else has objections, now would be a good time

[gwt-contrib] Re: Prettier GWT version names for upcoming 2.0 releases

2009-08-12 Thread Bruce Johnson
Exactly :-) On Wednesday, August 12, 2009, Joel Webber j...@google.com wrote: Makes sense to me. So the first one will be gwt-2.0.0-m0, right? On Tue, Aug 11, 2009 at 11:40 PM, Bruce Johnson br...@google.com wrote: Mostly, this writeup is aimed at people who have been working on GWT's own

[gwt-contrib] Re: Prettier GWT version names for upcoming 2.0 releases

2009-08-12 Thread Bruce Johnson
Duh, Kelly. Everybody knows that you always start counting at 1 when there's a number immediately following a space or a non-digit and you start counting at 0 when there's a number that immediately follows a period. It's such a logical and obvious system that I thought the rules would be

[gwt-contrib] Re: Prettier GWT version names for upcoming 2.0 releases

2009-08-12 Thread Isaac Truett
This reminds me of a thread I saw recently on whether the value 1 in a foo_percentage database column meant 100% or 0.01%. And on topic, +1 for the new version names. Has anyone talked to the maven crowd about this? They seem to usually have an opinion on naming schemes. On Wed, Aug 12, 2009

[gwt-contrib] Re: Initial implementation of layout system, along with the first two layout widgets.

2009-08-12 Thread Joel Webber
On Sat, Aug 8, 2009 at 10:27 AM, ggeorg georgopoulos.georg...@gmail.comwrote: Hi Joel, second attempt :-) now based on your code (some things I still do not understand like the LayoutPanel.onLayout() method). I don't think that layout managers are a bad idea because you don't have to

[gwt-contrib] Re: SOYC for multiple permutations, plus updated layout

2009-08-12 Thread spoon
These are both great changes! I believe we should figure out the upgrade path, though, before committing the part about multi-permutation support. There are a couple of strategies described below, or maybe you can think of another one. One way or another, the goal is to find a way to support

[gwt-contrib] Re: Invalid version number 2.0 passed to external.gwtOnLoad()

2009-08-12 Thread Ray Ryan
We could make the error message a bit more helpful. If I'm following the conversation correctly I think I've bumped into this due to browser caching. Suggesting that possibility in the error message, or offering a link to force a reload in a browser busting way (e.g. adding a query param wtih a

[gwt-contrib] Re: move SOYC source code underneath dev/core/src

2009-08-12 Thread fabbott
I see removal of code from the old location here; shouldn't I also see addition at the new? ('Cause I don't.) http://gwt-code-reviews.appspot.com/56811/diff/1/10 File dev/common.ant.xml (right): http://gwt-code-reviews.appspot.com/56811/diff/1/10#newcode33 Line 33: fileset

[gwt-contrib] [google-web-toolkit] r5950 committed - Build fix: expected error messages including compilation unit name upd...

2009-08-12 Thread codesite-noreply
Revision: 5950 Author: sco...@google.com Date: Wed Aug 12 10:57:04 2009 Log: Build fix: expected error messages including compilation unit name updated to match the corrected pathname from MockCompilationUnit. http://code.google.com/p/google-web-toolkit/source/detail?r=5950 Modified:

[gwt-contrib] Re: Generalized RPC for server-enhanced objects

2009-08-12 Thread jlabanca
I'm not completely familiar with serialization code, but it looks pretty good to me. My main concern is that the use of a public setter might have unintended side effects that affect the value of other fields. http://gwt-code-reviews.appspot.com/51823/diff/1/14 File

[gwt-contrib] Re: Initial implementation of layout system, along with the first two layout widgets.

2009-08-12 Thread ggeorg
Yes, the animation extension in Layout class is perfect. Yes 'north' is a widget that should be added in LayoutPanel (DockLayout). A possible workaround for north.getOffsetHeight() added in this simplified DockLayoutManager demo: http://69.20.122.77:8880/gwt-layout3/ is (but I need to test

[gwt-contrib] Re: Generalized RPC for server-enhanced objects

2009-08-12 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/51823 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

  1   2   >