Re: Announcing GWT 1.6 Milestone 1

2009-02-10 Thread maku
Hi, from my point of view it is nice that GWT 1.6 brings a more transparent project structure. BUT, what we really need is a concept which fits into enterprise development strategies. e.g. I'm not able to see how using maven and continous integraton and developing can be achievend in a

Re: How to use the http post in GWT

2009-02-10 Thread Lothar Kimmeringer
shgwh schrieb: These are the implemtation in RemoteServiceServlet, I cannot override doPost function as it's final, so i have to override these two functions I solved it by overwriting service: protected void service(HttpServletRequest request, HttpServletResponse response) throws

Re: How to use the http post in GWT

2009-02-10 Thread Lothar Kimmeringer
shgwh schrieb: protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { if (request.getPathInfo() == null || !request.getPathInfo().endsWith(/fileupload)){ super.service(request, response); return; }

Re: how to get icon to appear?

2009-02-10 Thread mon3y
Hi Answers to your question is indirectly proportional to the length of your question. Icon???...hmm..lets see. Icon as in a image?? Icon as in a favicon? Icon as in adding it to a panel icon? hmmmk. On Feb 9, 11:26 am, ytbryan ytbr...@gmail.com wrote:  hi all, may i know how can i get

Re: Buttons in horizontal panel not aligning to the left

2009-02-10 Thread gregor
yes, I had other reasons to have extra HP panel - Alex is right and it's simpler. On Feb 10, 7:44 am, alex.d alex.dukhov...@googlemail.com wrote: Actually just a filler-widget(a HP with 100% width) on the right side is enough. Another way is to put your buttons in a second HP with no width

Please help for GWT 1.5.3 in NetBean IDE 6.5

2009-02-10 Thread mashhur.satto...@gmail.com
I tried to set up plug-in in NetBean IDE 6.5 because of using GWT 1.5.3 and I could but when I want to create new web application in file section, there is required SERVER in server and settings area. So, if i click add button there was awt exceptions. Could somebody help me how to solve this

GWT 1.5.3 in NetBean IDE 6.5 environment

2009-02-10 Thread mashhur.satto...@gmail.com
I tried to set up plug-in in NetBean IDE 6.5 because of using GWT 1.5.3 and I could but when I want to create new web application in file section, there is required SERVER in server and settings area. So, if i click add button there was awt exceptions. Could somebody help me how to solve this

Re: RPC call efficiency

2009-02-10 Thread Rick
Hi all Thanks for your replies. Let me specify one more thing which might help us in figuring out my problem. My application server is in US and and I am accessing it from India. During a discussion with one of colleague, this point came that there should be a minimum time that a request will

Re: sort table

2009-02-10 Thread sloughran
I don't have the code anymore (HD went kablooey) but I made something along those lines. It wasn't a trivial problem, but essentially, you add a Cell Listener to each col's title, and if you click that cell you find the sorted order of that Column. THen you make a temp table, and copy the rows

Re: RPC call efficiency

2009-02-10 Thread Damien Picard
try something like that : In the root of the application, take two files named client.html and server.html -- server.html Hello from server -- /server.html -- client.html - html head /head

Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Arthur Kalmenson
There's a -eclipse flag you can give to the projectCreator and applicationCreator scripts that'll generate an Eclipse launch file letting you launch hosted mode from Eclipse. -- Arthur Kalmenson On Mon, Feb 9, 2009 at 8:43 PM, Superman859 russ.d.hollo...@gmail.com wrote: I'm just getting

Re: tabpanel, the border around the tabpanel

2009-02-10 Thread judi
nobody has an idea? On 9 Feb., 21:05, judi jud.schm...@googlemail.com wrote: hi, it doesn't work,too. maybe in the code is something wrong:  FlowPanel contentflow=new FlowPanel(); tabpanel=new TabPanel();           tabpanel.setSize(630, 400); contentflow=new FlowPanel();

Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Ben Tilford
You may want to drop Ant and go to Maven. It solves a lot of configuration problems like this for you. There is also a gwt plugin ( http://code.google.com/p/gwt-maven/) and I believe there is a base project so you don't really need to run the application creator script. It is also fairly simple to

Re: Announcing GWT 1.6 Milestone 1

2009-02-10 Thread logicpeters
I haven't yet played with the new project structure, but speaking with 1.4 and 1.5 experience, I agree with Martin - that it is somewhat difficult to build GWT projects with enterprise continuous integration systems, such as Maven (which, in particular, depends on a certain project structure). A

Best practice for dynamically overriding CSS classes?

2009-02-10 Thread Lupo
Hi - I need to have the ability to dynamically override CSS classes for a component. I'm fairly new to GWT so I'm hoping someone has done something similar. I searched the group and didn't find anything relevant ( well, not in the first 5 pages of search results, anyway ). I have also done

Error by annotation processing and html loading question

2009-02-10 Thread asdf_asdf
His, I have not noticed that before as it does not happen in hosted mode: when I try to compile my project GWT throws an error saying that an annotation type cannot be resolved which is indirectly referenced from required .class files. This is just a sample project. But the concern is whether I

Re: Setting Up GWT Project in a Subversion Repository Question

2009-02-10 Thread Arthur Kalmenson
Yes, that too, the Maven GWT archetype does make new project creation easy. -- Arthur Kalmenson On Tue, Feb 10, 2009 at 8:44 AM, Ben Tilford bentilf...@gmail.com wrote: You may want to drop Ant and go to Maven. It solves a lot of configuration problems like this for you. There is also a gwt

Re: Error HTTP 503 in Tomcat

2009-02-10 Thread jamer
It is the Catalina log 10-feb-2009 16:18:14 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/

XMLParser and Internet Explorer

2009-02-10 Thread mfc_alpha
Hello! I use GWT to parse response from a lighttpd server. The xml looks like : ( full xml at http://pastebin.com/m63cd0ec8) ?xml version=1.0 encoding=utf-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/ TR/xhtml1/DTD/xhtml11.dtd html xmlns=http://www.w3.org/1999/xhtml;

Re: Error HTTP 503 in Tomcat

2009-02-10 Thread Lothar Kimmeringer
jamer schrieb: java.lang.UnsupportedClassVersionError: Bad version number in .class file (unable to load class proyect.server.FrontEndServiceImpl) [...] What happened? I already told you and my answer is in the quote you added as TOFU (as we call it in Germany). Install a JDK 1.5 and

Re: XMLParser and Internet Explorer

2009-02-10 Thread mfc_alpha
And IE is not parsing DAV too (http://pastebin.com/m1c44dfc1) On 10 fév, 14:57, mfc_alpha mathieu.ma...@gmail.com wrote: Hello! I use GWT to parse response from a lighttpd server. The xml looks like : ( full xml athttp://pastebin.com/m63cd0ec8) ?xml version=1.0 encoding=utf-8? !DOCTYPE

request for a browser compatibility chart

2009-02-10 Thread denis56
His, During considerations to use GWT for the site redesign I had to answer this cross browser support question that brings multiple search results all still somewhat imprecise for a solid decision-making. Is there a browser compatibility chart somewhere (planned as such?) that would outline

Layout

2009-02-10 Thread Dessorry
Hi, I'm trying to give to my gwt application a two column layout, i the left column i would put my menu i.e. a list of hyperlink; in the right column i would put the body of the page I've added to the rootpanel an horizontalpanel and i've added to the horizontalpanel two verticalpanel but i've

Standard Servlets in GWT

2009-02-10 Thread Paul van Hoven
I made an application in which the user must confirm his input by clicking a confirmation link in an email that was sent by the server. Now, if the user clicks the link a standard servlet should be called on the server side. For instance, if the user clicks the link

Re: Standard Servlets in GWT

2009-02-10 Thread Lothar Kimmeringer
Paul van Hoven schrieb: http://www.mypage.com/confirmationhandler?email=...@bar.compassword=12345 I assume that you use password as an example and that you're not passing confidential informations in a way that everybody and his dog is able to read that. then on the server side the following

How to upload a file using GWT ?

2009-02-10 Thread ender
Hy guys, I find myself in a middle of a problem, because I don't know how can I upload a file using the GWT. I will give you an example of what I am doing. Please help me figure this out //... code FileUpload fileUpload = new FileUpload(); fileUpload.setName(file);

authenticate and execute code on another page

2009-02-10 Thread tony.p..
Hello everyone, I couldn't find a solution for this problem, so I hope you can help me. From my GWT code, I want to invoke a service running on another box, eg: http://192.168.1.100/service=1,op=4,d=0 But I have to authenticate first to that box, with an ID and password. I want to do this

How do you design your project structure?

2009-02-10 Thread Rafael Barrera Oro
I was thinking of a way to structure my projects, mostly how to distribute the file, when it thought of consulting you about the matter. This is how i structured my project ar.com.company.public (html, css, etc) ar.com.comapny.public.images (this i created specially for images)

Re: How do you design your project structure?

2009-02-10 Thread Martin Gorostegui
Hi Rafael, Here's the way I do this: http://dynamicjasper.svn.sourceforge.net/viewvc/dynamicjasper/playground/trunk/src/main/java/ar/com/fdvs/dj/example/client/ Also browsing some big project's repositories may help you with that kind of doubts:

Re: How do you design your project structure?

2009-02-10 Thread Daniel Jue
You can take a look at the various extensions out there . (I don't know what the GWT community official calls them) to get an idea of packaging, like Ext-GWT, GWT-Ext, (I forget but one of them is called GXT), Smart GWT. etc. Some of the Explorer demos show some package structures you may find

Memory leak with Widget.wrap method

2009-02-10 Thread Nicolas Wetzel
Hi all! , The Widget.wrap() API is very usefull to build widgets(fragments) from html templates retrieved from server or bound with the java widget class at the compilation time (generators). By this way, the design (HTML+CSS) is entirely delagated to Web Developpers, Java Gwt Developpers have

Newbie Question on Grid

2009-02-10 Thread Rumpole6
Hi all, I am sorry for the newbie question, but i have been all over the docs. I have a 2 column grid. I would like to make the text in every cell in a column be bolded. How can I do that? Do I need to make a style in the css somewhere? Can I do it straight in the code? Thanks in Advance,

Re: RPC call efficiency

2009-02-10 Thread Jason Essington
On Feb 10, 2009, at 5:51 AM, Rick wrote: Pinging google.com [74.125.45.100] with 32 bytes of data: Reply from 74.125.45.100: bytes=32 time=370ms TTL=241 Reply from 74.125.45.100: bytes=32 time=354ms TTL=241 Reply from 74.125.45.100: bytes=32 time=340ms TTL=241 Reply from 74.125.45.100:

Re: Buttons in horizontal panel not aligning to the left

2009-02-10 Thread zackmac
That worked great - I actually didn't need to use cell-horizontal- align - just had to put another HP inside the background one that contains the buttons - thanks. On Feb 10, 2:44 am, alex.d alex.dukhov...@googlemail.com wrote: Actually just a filler-widget(a HP with 100% width) on the right

Re: Standard Servlets in GWT

2009-02-10 Thread Paul van Hoven
Oh man, how blind am i? Of course i have to implement doGet. Okay it has nothing to do with GWT. But since my whole project is written in GWT i thought it might be a good idea of asking here anyway. However, many thanks for your answer. Now it works. On 10 Feb., 17:47, Lothar Kimmeringer

Re: How to upload a file using GWT ?

2009-02-10 Thread shgwh
So I think you can refer to this message... Err, i'm not English people, so i don't know how to name it...is it message? or address ? or what..? http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/420eaa5f81590862# This is send by me, and i just have the similar problem as

Re: GWT 1.5.3 in NetBean IDE 6.5 environment

2009-02-10 Thread BobM
I am uncertain of the problem you are having, but If you can explain it to me a little I can probably help. I juat installed nb 6.5 and installed gwt4nb plugin 2.5 successfully. I had earlier been using nb 6.1 and gwt4nb plugin. So, say again what is your problem and I will try to help. Is it

Getting a report in NB of GWT libraries not loaded

2009-02-10 Thread BobM
On Feb 9, 9:11 am, BobM bmar...@bcscomputers.com wrote: When attempting to deploy a GWT app - using Netbeans 6.1 - into glassfish-v2ur2, I get the following messages in the AppServer log: validateJarFile(/root/wrk_dirs/javaCertifications/GWTwHibernate/build/

Re: What about GWT in Groovy instead of Java?

2009-02-10 Thread Andreas
Hi, I don't think this is possible as GWT work on source-code level and not on the bytecode, which means a new cross-compiler from Grovy- JavaScript would need to be written. Regards, Andreas On Feb 5, 11:29 am, Heart Beat heart1be...@gmail.com wrote: Hello I wondered if the idea of writing

Re: authenticate and execute code on another page

2009-02-10 Thread gwtGrady
When you say,” But I have to authenticate first to that box, with an ID and password”, do you mean a dialog comes up? If so, is this Kerberos authentication? On Feb 10, 10:14 am, tony.p.. tony.t@gmail.com wrote: Hello everyone, I couldn't find a solution for this problem, so I hope you

Moving Rows in a Table

2009-02-10 Thread Ruku
Hi, I am looking for a table like or table widget where I can move columns up and down on a button click. Is there a widget I could use to get that functionality? PS: I am currently using FlexTable to add components to the row and adding move up and move down buttons and adding listeners and

ImageBundle ... am I missing something?

2009-02-10 Thread Mark Renouf
Should I expect dead code elimination to work on ImageBundle? Let's say I have an icon library, and to save time, I'd like to include a lot of images we may choose to use in the future. There could be about 100. Right now, we use only 8 of them. Shouldn't the generated ImageBundle resource only

GWT FileUpload

2009-02-10 Thread ken.d...@googlemail.com
Hi guys, i've got some trouble with FormPanel and FileUpload. On the client side I would like to provide a possibility to upload .jar files. But the thing I don't understand: How can I send this .jar file to my server? Is there any possibility to send a file to a servlet on server side or what

Re: authenticate and execute code on another page

2009-02-10 Thread gwtGrady
“I don't know what's used to authenticate,” I am not certain how anyone can help without knowing your service authentication scheme. I would suggest the next step is to have a conversation with the service developer. I can say that if the service uses Kerberos authentication and you (your users)

Re: GWT FileUpload

2009-02-10 Thread Ben Tilford
I think the apache commons file upload project is usually used. http://commons.apache.org/fileupload/using.html On Tue, Feb 10, 2009 at 4:08 PM, ken.d...@googlemail.com ken.d...@googlemail.com wrote: Hi guys, i've got some trouble with FormPanel and FileUpload. On the client side I would

Horizontal Open/Close DisclosurePanel

2009-02-10 Thread Scott
I'm trying to figure out how to get a DisclosurePanel to open/close left/right instead of up/down but can't really get to it. Does anyone have any ideas in this manner? Thanks, Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: XMLParser and Internet Explorer

2009-02-10 Thread davidroe
having recently dealt with my own problem regarding IE parsing XML, I can offer you my sympathy but little else. my issue was caused by particular characters in the document not being properly encoded, causing the IE xml parser to barf. my recommendation is to strip down the document until you

dead link from webtoolkit page

2009-02-10 Thread Tatko
when user's on http://code.google.com/webtoolkit/overview.html clicking on http://code.google.com/intl/ru/webtoolkit/documentation/com.google.gwt.user.client.History.html occures the follwoing: Not Found The requested URL /intl/ru/svn/javadoc/1.5/com/google/gwt/user/client/ History.html was not

Re: Custom Field Serialization

2009-02-10 Thread Vitor Costa
Thanks, Your wiki explains everything I needed. Regards, Vitor. On Feb 9, 11:36 am, John Huss johnth...@gmail.com wrote: I put together some details about using aCustomFieldSerializerat this page: http://code.google.com/p/wogwt/wiki/CustomFieldSerializer If you still have more questions,

rich text editor space character

2009-02-10 Thread tiyaga
rich text editor space character is represented by  , how can i convert it to nbsp; --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Announcing GWT 1.6 Milestone 1

2009-02-10 Thread Mark Renouf
On Feb 6, 10:26 am, Scott Blum sco...@google.com wrote: DatePicker The new DatePicker and DateBox widgets allow your users to select a date from a calendar. The Showcase sample provides examples of both of these widgets. Ooh. Does the inclusion of DatePicker imply that

Re: ImageBundle ... am I missing something?

2009-02-10 Thread reechard
Yes and no. ImageBundle is very useful and easy to set up. So, what you want to do is create an imageBundle with everything and the kitchen sink commented out, as you suggest. Put all the images you might need right where the YourImageBundle.java source is. What you are missing is that the

detecting url change in Frame

2009-02-10 Thread Max
HI,all, Is there a way to detect url change in a gwt Frame? I used geturl () but it didn't detect new url when users click on a link in the Frame. Maybe i need to mess up with gwt history?? I know there might be a browser restriction isuue. Any idea?? Thanks, Max

Spinner for Time

2009-02-10 Thread Raju
I am pretty new to gwt I am using GWT and GET-EXT packages.how do I get spin control .Even though I found spin contol in GWT-EXTUX demo its not working .how can get Spinner class with either gwt or gwt-ext package. Any body can help me ...It would be great help for me... Thanks in advance...

[gwt-contrib] [google-web-toolkit commit] r4681 - in trunk: . dev

2009-02-10 Thread codesite-noreply
Author: sp...@google.com Date: Tue Feb 10 08:20:15 2009 New Revision: 4681 Modified: trunk/common.ant.xml trunk/dev/common.ant.xml Log: Disables jarjar from the build entirely. This fixes the HostedMode entry point. Review by: fabbott Modified: trunk/common.ant.xml

[gwt-contrib] [google-web-toolkit commit] r4680 - in changes/bobv/jso_single_impl_r4642: dev/core/src/com/google/gwt/dev/javac dev/core/tes...

2009-02-10 Thread codesite-noreply
Author: b...@google.com Date: Tue Feb 10 07:57:27 2009 New Revision: 4680 Modified: changes/bobv/jso_single_impl_r4642/dev/core/src/com/google/gwt/dev/javac/JSORestrictionsChecker.java changes/bobv/jso_single_impl_r4642/dev/core/test/com/google/gwt/dev/javac/JSORestrictionsTest.java

[gwt-contrib] [google-web-toolkit commit] r4685 - javadoc/1.6/com/google/gwt/debug/client

2009-02-10 Thread codesite-noreply
Author: br...@google.com Date: Tue Feb 10 12:33:45 2009 New Revision: 4685 Modified: javadoc/1.6/com/google/gwt/debug/client/DebugInfo.html (props changed) Log: Updated mime type. If this one works, I'll update the other new files, too. Review by: scottb (TBR)

[gwt-contrib] No default constructor on MenuItem for no real reason?

2009-02-10 Thread Ray Ryan
I'm looking at MenuItem and its collection of constructors. As far as I can see, there is no reason it doesn't have a zero args contructor--its as mutable as all get out, right? Am I missing anything? rjrjr --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r4687 - changes/bobv/jso_single_impl_r4642/dev/core/src/com/google/gwt/dev/javac

2009-02-10 Thread codesite-noreply
Author: b...@google.com Date: Tue Feb 10 13:36:30 2009 New Revision: 4687 Modified: changes/bobv/jso_single_impl_r4642/dev/core/src/com/google/gwt/dev/javac/CompilationState.java changes/bobv/jso_single_impl_r4642/dev/core/src/com/google/gwt/dev/javac/CompilationUnitInvalidator.java