Re: need to execute commands on windows machine from remote server

2009-10-26 Thread sathya
is there any procedure to remote access files or remote call any dos or other command on the client computer ? Also I need the respone back after executing cmd. It is not specific to GWT. I just wanted to know is there any procedure to do this in JAVA. On Oct 22, 8:50 am, Lazo Apostolovski

Links on page disabled

2009-10-26 Thread Brian
In the JSP page that hosts our app, some hyperlinks in the banner are somehow being disabled. If I remove the JS reference to the app, the hyperlinks are enabled again. Is this normal for the host page? Is there anything I can do to change that or should I move those links into the app itself?

No source code is available for type com.google.gwt.uibinder.client.UiBinder

2009-10-26 Thread Devraj Mukherjee
Hi all, I am trying to get UiBinder to work from the HelloWorld example. I get the following error although I have the appropriate packages imported. Any ideas? 00:09:21.663 [ERROR] Line 13: No source code is available for type com.google.gwt.uibinder.client.UiBinderU,O; did you forget to

Re: GWT Maven2 (1.7.1) Possible?

2009-10-26 Thread olivier nouguier
Hi, Reponses intertwined. On Mon, Oct 26, 2009 at 6:46 AM, J.V. jvsr...@gmail.com wrote: I'm trying to get a first app up and running with GWT. Welcome :) What I would like to do is download the jars and compile with maven2. Good luck ;) Has anyone been able to do this successfully?

String handling

2009-10-26 Thread muhannad nasser
what is the best way to handle strings in java we can use stringBuffer or StringBuilder. but they are converted to Javascript.. so is there any way to handle strings in gwt and keep the performance in javascript. thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer

displaying static content in gwt

2009-10-26 Thread usmanf
I am thinking to place most of the design code [html] in the static files with .html and place their contents into the panel's setHtml() instead of writing GWT code for every thing. like for example I have a panel in the top that contains anchors like Home, Support, News etc. Instead of creating

Session-Confusion

2009-10-26 Thread philipp.bouil...@gmail.com
Hi, maybe I get my basics wrong, but I am currently a bit confused, maybe you could help me understand what goes wrong here: I am writing a GWT application where a user has to authenticate himself to a database. Upon successful authentication, I create a new HttpSession like so:

Re: Session-Confusion

2009-10-26 Thread Paul Robinson
The cookies stored by firefox are shared across the tabs. If you want to be able to log in using separate users in firefox, then you can do that using separate firefox profiles. Try firefox -ProfileManager the create a new profile or select the profile to run from whatever profiles you may

Re: Session-Confusion

2009-10-26 Thread philipp.bouil...@gmail.com
? Thanks, Paul, but I fear I don't (quite) understand. Are you saying that I have to start FF with command line options in order to be able to create different session IDs for different tabs? Even if that should be so, I can hardly communicate this information to all our clients and ask them to

Re: My application has stopped

2009-10-26 Thread Elder Moraes
I've just found what was causing this problem: the DatePicker widget. When I remove it from my application, everything works again. Does anyone know some bug related to it? On 23 out, 11:12, Elder elder.mor...@gmail.com wrote: Hi, everyone. I developed a GWT application normally, and also

Re: OOPHM IE plugin doesn't work

2009-10-26 Thread mikedshaf...@gmail.com
Anyone from Google care to respond? Seems pretty foundational. On Oct 24, 7:00 am, Ian Bambury ianbamb...@gmail.com wrote: I mentioned this 2 weeks ago. So far, no response. Ian http://examples.roughian.com 2009/10/24 mikedshaf...@gmail.com mikedshaf...@gmail.com Having the same

Re: blackberry support

2009-10-26 Thread mwaschkowski
OK, maybe another way... Has anyone tried Opera on the blackberry - does it make for a much better browsing experience? Thanks, Mark On Oct 22, 5:18 pm, mwaschkowski mwaschkow...@gmail.com wrote: Hi, Do we have any gwt devs that own blackberry's? Does blackberry's built in browser do gwt

Re: blackberry support

2009-10-26 Thread ANDRES BRUN
Hi, I have Opera Mini in my Blackberry 8100, it's works! One thing, in my Blackberry I can't use the Trackball with the Opera, because the Opera closes with an error (Java somethingException... Caught!!. etc), but if I use the Enter key in case the Trackball works Perfect! Much better than

Re: ListBox and listeners.

2009-10-26 Thread Emerson Matsuuchi
Thank you for the informative reply! I ended up deriving the ListBox and providing it's own mechanism. Your suggestion of implementing the HasValue/HasValueChangeHandler is a much better idea. On Oct 25, 8:52 pm, Thomas Broyer t.bro...@gmail.com wrote: On 25 oct, 17:40, Emerson Matsuuchi

Re: Session-Confusion

2009-10-26 Thread Paul Robinson
I am saying that you need different command line options in FF to make it work with separate profiles, and that that would let you have different cookies in each profile. Your session information has to be stored in cookies or in the URL. Each has their own pros and cons, but all tabs will share

Re: GWT Maven2 (1.7.1) Possible?

2009-10-26 Thread Davis Ford
I think I'm still using 1.7.0, but I have been using maven2 with the codehaus GWT plugin since day 1. There is a working example I posted here: http://zenoconsulting.wikidot.com/blog:16 You can download it and you should be able to launch the app and modify it to your needs. It is a simple,

Re: Session-Confusion

2009-10-26 Thread philipp.bouil...@gmail.com
Hmm... Ok, I see. I will try googling. Thanks. Well, the reason for different sessions in different tabs is this scenario: Using a special link, a user can embed (a part of) our application into his website. If a user browses to his website and opens the same website in a different tab (which

Can I use GWT to write a Gmail plugin?

2009-10-26 Thread FractalBob
Hi, I want to provide Gmail with additional functionality, but, if possible, I want to make the implementation browser-independent (I know how to do what I want as a Firefox addon, but what about a Google Chrome addon, or Opera, or...?). Is there any documented way to do this? TIA! Bob

Re: Organizing multiple HTML hosts / Entry points, etc. in single webapp

2009-10-26 Thread Davis Ford
Hi, I have a sample project that solves this problem -- well, it is one particular solution to the problem. It works well for me. I am following this approach for a real app that I am building. You may find it useful: http://zenoconsulting.wikidot.com/blog:16 Regards, Davis On Sat, Oct 24,

Re: My application has stopped

2009-10-26 Thread Elder Moraes
I found what's happening: the DatePicker has a bug related to daylight saving time (I live in Brazil). There's a bug fix in gwt-contrib group, but it isn't reflected to the last release. The workaround is in: http://gwtbr.blogspot.com/2009/10/corrigindo-o-datepicker-para-horario-de.html

Problems with userService.createLogoutURL

2009-10-26 Thread nacho
Hi, i have an application with the following web.xml, that secure my application requesting the user login with Google Account. ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd;

Re: how to send variables in form panel

2009-10-26 Thread Davis Ford
You have to set the name of the textbox otherwise it won't be addressable on the server side. Example: private final FormPanel formPanel = new FormPanel(); private final FileUpload fileUpload = new FileUpload(); private final TextBox textBox = new TextBox(); private final Button uploadButton =

Re: GWT eclipse plugin icons do not display on Windows 7

2009-10-26 Thread Miguel Méndez
Thanks for letting us know. I created issue 4168http://code.google.com/p/google-web-toolkit/issues/detail?id=4168 to track this problem. On Sun, Oct 25, 2009 at 4:24 AM, jsoconner jsocon...@gmail.com wrote: After installing the GWT plugin for Eclipse on my Windows 7 pc, I quickly noticed

Re: No source code is available for type com.google.gwt.uibinder.client.UiBinder

2009-10-26 Thread Sripathi Krishnan
You need GWT 2.0 for UiBinder to work. Are you sure you have the latest version of GWT? --Sri 2009/10/26 Devraj Mukherjee dev...@gmail.com Hi all, I am trying to get UiBinder to work from the HelloWorld example. I get the following error although I have the appropriate packages imported.

Re: OOPHM and Mac OSX

2009-10-26 Thread ma
Hello, I had exactly the some problems as you described them. In my case the solution was a jvm argument -XstartOnFirstThread which was necessary on macs. Without the argument it works well. Regards, Markus Albrecht On 13 Okt., 11:32, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, in the

Re: displaying static content in gwt

2009-10-26 Thread Thomas Broyer
On 26 oct, 10:50, usmanf linkusma...@yahoo.com wrote: I am thinking to place most of the design code [html] in the static files with .html and place their contents into the panel's setHtml() instead of writing GWT code for every thing. like for example I have a panel in the top that contains

Re: No source code is available for type com.google.gwt.uibinder.client.UiBinder

2009-10-26 Thread Thomas Broyer
On 26 oct, 10:31, Devraj Mukherjee dev...@gmail.com wrote: Hi all, I am trying to get UiBinder to work from the HelloWorld example. I get the following error although I have the appropriate packages imported. Any ideas? 00:09:21.663 [ERROR] Line 13: No source code is available for type

Re: Problems with userService.createLogoutURL

2009-10-26 Thread Thomas Broyer
On 26 oct, 14:57, nacho vela.igna...@gmail.com wrote: What i am doing wrong? Posting in the GWT forum while your issue is with AppEngine? ;-) Have you asked there: http://groups.google.com/group/google-appengine ? --~--~-~--~~~---~--~~ You received this

Re: Date Picker not found in GWT 1.7.1

2009-10-26 Thread ciczan
Not working for me too right not... This is really strange, it was working before. Have you tried to build a simple example with this component. By your name you seem to be from Brazil, like me. Coincidence? On 25 out, 02:54, Rafael DL rafael...@gmail.com wrote: Hi, Already tested in

Re: Deploying to Apache HTTPD only

2009-10-26 Thread Charbel
That's exactly the problem. On Oct 23, 6:33 pm, rernst rerns...@gmail.com wrote: I don't think this is what he is asking. I am actually pondering the same question. I have some code that talks JSON to a PHP backend. This code needs no Tomcat, indeed there is no Tomcat instance running on the

could anybody tell me what application is developed by Google Web Toolkit

2009-10-26 Thread wu
could anybody tell me what application is developed by Google Web Toolkit? i'm a new comer thx and god bless all. ^_^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: could anybody tell me what application is developed by Google Web Toolkit

2009-10-26 Thread Chris Ramsdale
Information regarding what applications have been built using GWT can be found here: Google Web Toolkit Gallery http://gwtgallery.appspot.com It's also worth noting that Google Wave was developed using GWT. Google Wave http://wave.google.com Thanks, - Chris On Oct 26, 10:09 am, wu

GWT Navigation

2009-10-26 Thread compuroad
I am new to GWT. The hardest thing for me is to understand the navigation part. Let's say in the home page (index.html) there is no functionality just plain HTML and text, which is the case of lots web sites. In that case can I start with a plain HTML file (not generated by GWT? If yes where do I

Re: Deploying to Apache HTTPD only

2009-10-26 Thread Charbel
Thanks, just deployed it and it works (still testing it thought :)) On Oct 24, 12:05 am, Thomas Broyer t.bro...@gmail.com wrote: On 23 oct, 18:33, rernst rerns...@gmail.com wrote: I don't think this is what he is asking. I am actually pondering the same question. I have some code that

Re: Session-Confusion

2009-10-26 Thread Isaac Truett
Philipp, Use your own ID instead of or in addition to the session cookie. Send that ID with each RPC request so that the server knows which instance of your app it is talking to. - Isaac On Mon, Oct 26, 2009 at 9:06 AM, philipp.bouil...@gmail.com philipp.bouil...@gmail.com wrote: Hmm... Ok,

Re: Date Picker not found in GWT 1.7.1

2009-10-26 Thread Isaac Truett
Perhaps this is what you're seeing? http://code.google.com/p/google-web-toolkit/issues/detail?id=4143 On Sun, Oct 25, 2009 at 9:00 PM, ciczan cic...@gmail.com wrote: Not working for me too right not... This is really strange, it was working before. Have you tried to build a simple

How to convert the GWT widgets to image

2009-10-26 Thread Arthik Babu
Hi I want to convert the GWT widget page to image. Its like previously visited snapshot of the web page. Is it possible to convert to an image. Please help me out. Thanks Arthik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: ListBox and listeners.

2009-10-26 Thread Thomas Broyer
On 26 oct, 13:48, Emerson Matsuuchi ema...@gmail.com wrote: Thank you for the informative reply! I ended up deriving the ListBox and providing it's own mechanism.  Your suggestion of implementing the HasValue/HasValueChangeHandler is a much better idea. Follow issue 2010 if you're

Re: Is there a easy way to remove all the widgets in a cpanel?

2009-10-26 Thread Eric
On Oct 23, 7:43 pm, Ian Bambury ianbamb...@gmail.com wrote: vp = new VerticalPanel(); Ian 2009/10/24 tedpottel tedpot...@gmail.com Is there a easy way to remove all the widget added to a VertocalPanel? So my draw function could simply remove all the old ones, then add the new oners?

Re: String handling

2009-10-26 Thread Thomas Broyer
On 26 oct, 10:41, muhannad nasser muhannadna...@gmail.com wrote: what is the best way to handle strings in java we can use stringBuffer or StringBuilder. but they are converted to Javascript.. so is there any way to handle strings in gwt and keep the performance in

Re: Session-Confusion

2009-10-26 Thread Thomas Broyer
On 26 oct, 12:38, philipp.bouil...@gmail.com philipp.bouil...@gmail.com wrote: ? Thanks, Paul, but I fear I don't (quite) understand. Are you saying that I have to start FF with command line options in order to be able to create different session IDs for different tabs? Even if that

Re: GWT Navigation

2009-10-26 Thread Pavel Byles
AFAIK, you can only have 1 entrypoint per application. If you have a regular non-gwt html page, you could just link to your GWT app from your non-gwt page. On Sun, Oct 25, 2009 at 10:59 PM, compuroad wilson.ferreira...@gmail.comwrote: I am new to GWT. The hardest thing for me is to understand

Re: No source code is available for type com.google.gwt.uibinder.client.UiBinder

2009-10-26 Thread Devraj Mukherjee
Hi all, Yes I am using GWT 2.0 On Tue, Oct 27, 2009 at 2:00 AM, Thomas Broyer t.bro...@gmail.com wrote: On 26 oct, 10:31, Devraj Mukherjee dev...@gmail.com wrote: Hi all, I am trying to get UiBinder to work from the HelloWorld example. I get the following error although I have the

GWT1.7.1 RPC Deployment Online 404 Status Code

2009-10-26 Thread BloodyJoe
Dear members, I built recently a website using gwt and rpc under eclipse in windows environment. The web services connect to a MS SQL Server 2008 database via sqljdbc.jar from microsoft. The database exists on a remote server in another country. The ip address and the port for the database

Re: GWT Navigation

2009-10-26 Thread Janusz Prokulewicz
Depends on what do you mean by 'application'. You can have one entrypoint for GWT application, but in your whole web application you are able to create as many entry points as you need. On 26 Paź, 16:56, Pavel Byles pavelby...@gmail.com wrote: AFAIK, you can only have 1 entrypoint per

GWT Security

2009-10-26 Thread Markuz05
Hello, Is it possible to have differente security-constraint for different web application areas. For example, if I have different user-groups how can I manage access control. I'd like to block users without sufficient credentials to view secret web areas. I've just set up a login form and an

UIBinder with a form

2009-10-26 Thread Olivier Degreef
Hi, I would like to know if it is possible to add a handler to a form using UIBinder ? For example, the code for button look like this : @UiHandler(buttonSubmit) void onClickSubmit(ClickEvent event) { Window.alert(Prout); } So, for the form, I tried : @UiHandler(form)

Re: rpc serialization problem

2009-10-26 Thread Benjamin
I'm passed these problems now - a couple of things i learned when creating object and storing in data nucleus for later retrieval over an RPC call - Most importantly, if you are returning a complex object (like one with a list of another type of object) you need to return a copy, not the object

Apple Guice: A demo of App Engine, GWT, MVP, Guice, GIN

2009-10-26 Thread Stuart
All, Apple Guice is a demo App Engine application using GWT with MVP (via gwt-dispath and gwt-presener), dependency injection (GIN on the client, Guice on the server), and a sharded counter to track the number of visitors. Demo is available at: http://appleguice.latest.emcode-dev.appspot.com/

Re: Reading from a property file in GWT

2009-10-26 Thread Sripathi Krishnan
See class com.google.gwt.i18n.client.Dictionary --Sri 2009/10/26 Praveen Prabakaran p.prave...@gmail.com Hi, There's a URL in my GWT application which is hard-coded in a java file. I need to change this by creating a property file which contains the URL in the form of a key-value pair.

Re: Displaying static content on gwt client

2009-10-26 Thread jhulford
I would suggest using something like jsp / php / asp to generate your GWT host page and have all the static content loaded directly into the page during the initial user request along w/ the code to load up your GWT module. Or if you don't mind using bleeding edge code, you may want to take a

Detecting/allowing something to be clicked on under a canvas object.

2009-10-26 Thread darkflame
Is it possible to have a canvas object acting transparently to clicks? Or to otherwise detect when something under it is clicked on? At the moment I have a canvas object over a standard html page (100%, 100%), and set with its background transparent. Id like to use the canvas to draw a few

Re: Displaying static content on gwt client

2009-10-26 Thread Sripathi Krishnan
There a couple of approaches you can use, each with its pros and cons. 1. You can put it in the initial user request with code using jsp/php/asp - but that would mean your initial page load size is going to increase. If the content is really important - you can use this approach; but

Re: UIBinder with a form

2009-10-26 Thread Thomas Broyer
On 26 oct, 16:57, Olivier Degreef oliv...@digiworks.es wrote: Hi, I would like to know if it is possible to add a handler to a form using UIBinder ? For example, the code for button look like this : @UiHandler(buttonSubmit)     void onClickSubmit(ClickEvent event) {        

Differences between Hosted and Web mode JUnit testing

2009-10-26 Thread Steve C
I have read numerous times that Hosted mode tests bytecode, while Web mode tests in actual JavaScript. Wanting to delve into this deeper, I came up with the following, in which the JUnit tests succeed in both hosted and web modes. I was expecting that because I used native JS features not

Re: GWT Navigation

2009-10-26 Thread Thomas Broyer
On 26 oct, 03:59, compuroad wilson.ferreira...@gmail.com wrote: I am new to GWT. The hardest thing for me is to understand the navigation part. Let's say in the home page (index.html) there is no functionality just plain HTML and text, which is the case of lots web sites. In that case can I

Re: Reading from a property file in GWT

2009-10-26 Thread Thomas Broyer
On 26 oct, 17:25, Sripathi Krishnan sripathi.krish...@gmail.com wrote: See class com.google.gwt.i18n.client.Dictionary I'd have rather say com.google.gwt.i18n.client.Constants ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Reading from a property file in GWT

2009-10-26 Thread Sripathi Krishnan
Oh yes - Constants work better than Dictionary in this case. --Sri 2009/10/26 Thomas Broyer t.bro...@gmail.com On 26 oct, 17:25, Sripathi Krishnan sripathi.krish...@gmail.com wrote: See class com.google.gwt.i18n.client.Dictionary I'd have rather say

Re: Session-Confusion

2009-10-26 Thread Sudeep S
Hi Philip, You need not create a new session for every tab. Rather what you can do is, ensure that every request from a new tab passes a Id to the gwt module and use your session like ...request.setAttribute( 'SESSION_DATA_'+Id, sessionData ) since your client is passing the id, it can use the

Re: HashMap argument type mismatch

2009-10-26 Thread Sudeep S
2 quick questions. 1. are u using generics. 2. have all the objects of your hashmap implemented isSeriliazable or Serilizable interface. On Mon, Oct 26, 2009 at 10:51 AM, Palani pas...@gmail.com wrote: Hello, I am in the process of converting from gwt 1.5 to 1.7.1 and getting the

Re: GWT.log listener in hosted mode

2009-10-26 Thread Sudeep S
Hi Alan, You can use gwt_log or i_log for remote logging gwt logger. Thanks Sudeep On Sun, Oct 25, 2009 at 10:59 PM, al.hicks al.hi...@gmail.com wrote: Hello, I am looking for some help. I want to be able to listen to the GWT.log messages that are output in the hosted mode console and use

Re: HashMap argument type mismatch

2009-10-26 Thread Palani
Thanks for the reply. (1) Yes, I am using generics. (2) I am putting only String in the map Below is how the code looks like // method that gets the data from the server public void getPropertiesMap { AsyncCallbackHashMapString, String

Re: HashMap argument type mismatch

2009-10-26 Thread Sudeep S
in your service impl you have not used a generic version of hashmap. try the below code public HashMapString, String getPropertiesMap() throws InvalidSessionException { change from *HashMap m = new HashMap(); to HashMapString,String m = new

Re: need to execute commands on windows machine from remote server

2009-10-26 Thread QBox
If you use JAVA application and run that application on the client command you can execute dos commands. This is a GWT mail list so I cant help you. Just write on google.com execute cmd commands JAVA and you will see the solution ;) On Mon, Oct 26, 2009 at 8:33 AM, sathya sathyavik...@gmail.com

Re: Native JSON and safe parsing implementation

2009-10-26 Thread eneveu
Hi everyone :) I'm on the go (movie theater time!) and didn't have the time to read all the replies in detail, but it seems like nobody talked about it: There are some nice things inside gwt-rpc-plus : http://code.google.com/p/gwt-rpc-plus

Re: Can I use GWT to write a Gmail plugin?

2009-10-26 Thread Mohamed Mansour
As an addon to the browser (Firefox, Chrome, Opera) you can use UserScripts. Search for Gmail User scripts for examples. On Oct 26, 9:28 am, FractalBob ruom...@gmail.com wrote: Hi, I want to provide Gmail with additional functionality, but, if possible, I want to make the implementation

GWT 2.0M1 java.lang.NoSuchFieldError WITH ECLIPSE PLUGIN

2009-10-26 Thread bond
Hi, I've a problem when I try to compile my dummy Eclipse web project with GWT Module with Google Plugin 1.1.2. The error is this: [ERROR] Unexpected java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference at

String to Date gwt 1.5

2009-10-26 Thread Jochelo
Tengo un problema, quiero pasar un String que viene con formato de fecha a un objeto Date el formato al Date lo puedo hacer, pero no pasar un String a Date --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

The output directory for the project should be set to /Hello/war/WEB-INF/classes

2009-10-26 Thread thirdnormal
I am setting up the Hello sample GWT project using the Google Plugin for Eclipse. However when I change the output directory for the compiled code (in the Eclipse build path configuration) I get the following error message in my problems view... The output directory for the project should be set

Re: Is there a easy way to remove all the widgets in a cpanel?

2009-10-26 Thread Lane LiaBraaten
You can call the clear() method on any Panel to remove all the child widgets: http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Panel.html#clear%28%29 -Lane On Oct 26, 8:46 am, Eric erjab...@gmail.com wrote: On Oct 23, 7:43 pm, Ian Bambury

Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Darpan Mhatre
Hi Folks, Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external web application server. The snapshots will be helpful. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

GWT using GET for RPC calls

2009-10-26 Thread Vlad
Hi I am supporting a big application based on GWT 1.4. The developers of this application say that it must use POST methods for all RPC calls but sometimes in Apache logs I can see requests made using GET method. Example: 123.123.123.123 - - [26/Oct/2009:14:00:40 -0500] GET /secure/

How to use RestyGWT or external module in general in new (eclipse) project?

2009-10-26 Thread Youngster
Hi, I found a module that sounds exactly what i'm looking for but i am kind of a novice and don't know how to set it up to can use it. I'm using Eclipse with the GWT plugin. I'm talking about RestyGWT, a module that should make it possible to use REST services with the power of RPC in GWT.

float exception message to client fix does not work

2009-10-26 Thread bhomass
I tried technique stated in http://astithas.blogspot.com/2007/08/case-of-disappeared-exception-message.html but it does not work. I still get the same old see server log for details. any one with experience on this? --~--~-~--~~~---~--~~ You received this message

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Yozons Support on Gmail
If you used the Eclipse plug-in, just copy all of the files in the 'war' to the webapps folder for Tomcat, then deploy it as normal. David On Mon, Oct 26, 2009 at 1:48 PM, Darpan Mhatre darpan27...@gmail.comwrote: Hi Folks, Can anyone here let me know how to deploy GWT application

Has anybody ever implemented java.util.UUID in GWT?

2009-10-26 Thread Benju
Has anybody here successfully managed to implement java.util.UUID in GWT? I have seen some examples of a GWT-specific UUID but it would be nice if it was added to the core JRE emulation library. Any thoughts? --~--~-~--~~~---~--~~ You received this message

Re: Is there a easy way to remove all the widgets in a cpanel?

2009-10-26 Thread Ian Bambury
Would you like to expand on your reasoning behind that comment? Ian http://examples.roughian.com 2009/10/26 Eric erjab...@gmail.com On Oct 23, 7:43 pm, Ian Bambury ianbamb...@gmail.com wrote: vp = new VerticalPanel(); Ian 2009/10/24 tedpottel tedpot...@gmail.com Is there a easy

Re: Can I use GWT to write a Gmail plugin?

2009-10-26 Thread FractalBob
Thanks, Mohamed. On Oct 26, 1:45 pm, Mohamed Mansour m0.interact...@gmail.com wrote: As an addon to the browser (Firefox, Chrome, Opera) you can use UserScripts. Search for Gmail User scripts for examples. On Oct 26, 9:28 am, FractalBob ruom...@gmail.com wrote: Hi, I want to provide

Re: Can I use GWT to write a Gmail plugin?

2009-10-26 Thread FractalBob
I looked at these and, unfortunately, they are only a collection of Greasemonkey scripts. I was hoping for something less of a hack. On Oct 26, 1:45 pm, Mohamed Mansour m0.interact...@gmail.com wrote: As an addon to the browser (Firefox, Chrome, Opera) you can use UserScripts. Search for Gmail

Re: No source code is available for type com.google.gwt.uibinder.client.UiBinder

2009-10-26 Thread Devraj Mukherjee
Apologies Tom. Missed the gwt.xml bit, should solve my issues. Thanks for your time. On Tue, Oct 27, 2009 at 2:00 AM, Thomas Broyer t.bro...@gmail.com wrote: On 26 oct, 10:31, Devraj Mukherjee dev...@gmail.com wrote: Hi all, I am trying to get UiBinder to work from the HelloWorld

Can't set/get a cookie, lame as that seems

2009-10-26 Thread Open eSignForms
In a click handler for a checkbox to save email, I have the following code: long msecs = 90*24*60*60*1000; // 90 days in milliseconds java.util.Date expDate = new java.util.Date(System.currentTimeMillis() + msecs); Cookies.setCookie(ce, emailField.getText().trim(), expDate, null,

Re: HashMap argument type mismatch

2009-10-26 Thread Palani
Sudeep, I believe that the problem has been resolved now. The problem was that I had the gwt-servlet.jar file in two different locations. One in WEB_INF\lib folder and same copy in another folder which was the main classpath. This was causing the problem. Thank you. =

EclEmma update/fix?

2009-10-26 Thread fker...@gmail.com
Hi! I'm trying out EclEmma with GWT, and though it runs perfectly well with JUnit tests, the available patch at http://code.google.com/p/google-web-toolkit/source/browse/tools/redist/emma/README.txt is com.mountainminds.eclemma.core_1.3.2.jar, but the latest EclEmma release has a newer file:

Re: EasyMock for GWT + MVP ?

2009-10-26 Thread fker...@gmail.com
On Oct 25, 5:26 pm, lowecg2004 chris.lowe...@gmail.com wrote: As Arthur said, calling GWTMockUtilities.disarm() will prevent that error (that was in part 2 of my article :) As for needing asm-attrs.jar, I guess try it - any NoClassDefFoundError that looks asm related then that will answer

Re: Insert addthis-button in GWT

2009-10-26 Thread vokke
Hi Bryan, many thanks for your answer. But I need more help, I'm afraid... I tried the following: code Document doc = Document.get(); ScriptElement script = doc.createScriptElement(); script.setSrc(http://s7.addthis.com/js/250/ addthis_widget.js#pub=xa-4ae3631c6412b94f);

GWT Maven plugin broken?

2009-10-26 Thread J.V.
I was pointed to this link: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html I did this: mvn archetype:generate \ -DarchetypeGroupId=org.codehaus.mojo \ -DarchetypeArtifactId=gwt-maven-plugin \ -DarchetypeVersion=1.1 \ -DgroupId=gwtsandbox \

Problem in Debian Squeeze

2009-10-26 Thread Eduardo Henrique
I'm trying to run my project in debian squeeze (testing) but i got this error: ** Unable to load Mozilla for hosted mode ** java.lang.UnsatisfiedLinkError: /home/eduardo/Desktop/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.linux_1.7.1.v200909221731/gwt-linux-1.7.1/mozilla-1.7.12/libxpcom.so:

Re: GWT Navigation

2009-10-26 Thread compuroad
Thanks for the reply. Are there any code examples? All the application samples on the GWT download package (Mail, Showcase, etc.) are single screen applications. None of them are good at showing how you navigate from one screen to the next even though you have only a HTML page defined. BTW:

Re: What is server side script selection

2009-10-26 Thread balachandra maddina
Hi Jason, Could you tell me if there is any online documentation available on this one please. coz i couldn't find any which explains the process in detail. Thank you, bala. On Sun, Oct 25, 2009 at 11:31 AM, Jason Essington jas...@greenrivercomputing.com wrote: Sounded to me like it does

Re: need to execute commands on windows machine from remote server

2009-10-26 Thread sathya
I have client machines on which I need to automatically start xyz.exe application and monitor this. I need to automatically login into client system and invoke xyz.exe application with known username and passwords. On Oct 26, 11:34 pm, QBox qbox2...@gmail.com wrote: If you use JAVA application

Exception in thread main java.lang.NoClassDefFoundError: com/google/gwt/dev/HostedMode

2009-10-26 Thread Sanju
Hi, I am getting following error when I try to run my web application in hosted mode.Till now I was able to run it properly but I don't know from today morning I am getting this error, also I have not made any changes to the lib folder as well. Can any one please let me know how to eliminate

HTTP RESPONSE Header returning Garbage

2009-10-26 Thread Proxy
I try to make a connection using: Request Headers Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language en-US,en;q=0.8,en-us;q=0.6,fr;q=0.4,fr-fr;q=0.2 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Proxy
What if I (locally) was able to run the server without using tomcat?? (at least seemingly) On Oct 26, 2:50 pm, Yozons Support on Gmail yoz...@gmail.com wrote: If you used the Eclipse plug-in, just copy all of the files in the 'war' to the webapps folder for Tomcat, then deploy it as normal.

Re: Can't set/get a cookie, lame as that seems

2009-10-26 Thread rjcarr
All I can tell you is that, anecdotally, cookies work for me. The only difference in my code is that I'm not retrieving it immediately (if that *is* a problem it is an easy one to get around) and I'm only using it with the simple key/value API, i.e., I'm not setting any expiry or anything else.

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread rjcarr
There are many ways to do this, but what you'll probably want to do is create a WAR file of the contents in your war directory (using the jar command) and then copy that into the webapps folder of tomcat, or the deploy folder of jboss, etc. On Oct 26, 1:48 pm, Darpan Mhatre darpan27...@gmail.com

Re: Reading from a property file in GWT

2009-10-26 Thread rjcarr
You've already been answered, but I'll elaborate a bit. I'm going to assume you mean reading a property file in the client. If you mean reading a property file in the server then you should look at java.util.Properties. If you don't want to set up a service to obtain the contents of this

Re: Reading from a property file in GWT

2009-10-26 Thread Sanjeev Kulkarni
Hi, It is possible. create a java file which is like below public interface LoginConstants extends com.google.gwt.i18n.client.Messages{ @DefaultMessage(Logging in..) @Key(loggingIn.msg) String loggingIn_msg(); } And in the .properties file u just have to access this like

Is it possible to create custom widget?

2009-10-26 Thread Cage
Hi all, I just create a suggestBox with RPC source, and I want to use it in couple of formpanel in difference pages, is it possible? Would you mind to tell me how and where can I found the information abou that. Thank you very much. c...@hk

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Sanjeev Kulkarni
Yes just upload the war file to web and it should work well... On Oct 27, 9:40 am, rjcarr rjc...@gmail.com wrote: There are many ways to do this, but what you'll probably want to do is create a WAR file of the contents in your war directory (using the jar command) and then copy that into the

Re: Is it possible to create custom widget?

2009-10-26 Thread Cage
I tried to import that class in and it able to show a suggestbox in new page, but it is not able to got the data from server side, I guess the problem should be on the RPC connection, please help, thank you very much. c...@hk On Oct 27, 1:23 pm, Cage cage...@gmail.com wrote: Hi all,   I

  1   2   >