Bad time with TimeZones/Dates

2010-03-01 Thread Vicente
Hello all, I am having a very bad time with Dates on my GWT application. Can you please help me? The scenario: 1. The client is on TimeZone A 2. Server is on TimeZone B When the user provides a date on my application, I send the date to the server using RPC. Then, on the server side, the date

Best css strategy

2009-12-04 Thread Vicente
Hello all, I am 100% lost about where to define my css, how to use CssResource and etc. So, I have the following questions: 1. Where is the best place to define a css for a particular widget? Is it inside the .ui.xml file of this widget? 2. What if I want to allow the user to change the color

Default language

2009-11-30 Thread Vicente
Hello all, I have some users of my application that are not happy about the fact that my application is not displayed by default using the language of their browsers. How is that possible? Do you have some tips about this topic? What can i do to make sure that gwt will download the version

Youtube video not displayed

2009-11-28 Thread Vicente
Hello all, I have a problem when trying to display youtube videos in my gwt application. I have the youtube video url in my data base. Then i try to display the player by doing that: String htmlTag = getEmbedTag(linkPublication.getLinkURL()); HTML html = new HTML();

Am I in trouble?

2009-11-25 Thread Vicente
Hello all, I gonna ask a very simple question! First an affirmation: I am using already the new features UiBinder, ClientBundle in my GWT project. We did a lot of code using those features. Is there any change that the final version of GWT 2.0 will bring me problems? Regards, José Vicente --

Re: Decent development hardware for GWT ?

2009-11-18 Thread Vicente
Heheeh... It takes a few minutes for me as well. Maybe more than 5 minutes! What means to have many permutations? Is it bad? In terms of code, what it means? Anyway... I could take 30 minutes to compile as long as it continues to work fine for me. [], José Vicente On 18 nov, 12:20, Paul

Re: GWT 2.0 RPC Problem

2009-10-12 Thread Vicente
)? Also, try to see if you have the right jars in the classpath when starting up hosted mode/oophm. Perhaps you have both versions of gwt in your classpath? --Sri 2009/10/11 Zé Vicente josevicentec...@gmail.com Hello all, I very happy to be able to test GWT 2.0. The new features

GWT 2.0 X RPC

2009-10-12 Thread Vicente
Hi all, I am just wondering with some had problems with RPC GWT 2.0. I have a lot of problems regarding serialization. Exceptions like: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The response could not be deserialized And

GWT 2.0 RPC Problem

2009-10-11 Thread Vicente
Hello all, I very happy to be able to test GWT 2.0. The new features are amazing The code splitting and Declarative UI are going to place GWT on the top of choice for UI development. I am quite sure the the market will require more professionals with GWT experience. Well, but we still have

Complex response after submit a FormPanel - How to

2009-08-25 Thread Vicente
Hello all, This thread is about the result we get back after we submit a FormPanel. I'm using a FormPanel + FileUpload in order to upload photos in my GWT app. When I submit the form, there is a servlet that takes care of the request and saves the image on server side. I also have an object

Re: Complex response after submit a FormPanel - How to

2009-08-25 Thread Vicente
Sounds good to me! I am used to the rpc calls and I did not work with json yet. Seems that I have to do it! Thank you both for your time! Regards, Zé Vicente On 25 ago, 17:12, Thomas Broyer t.bro...@gmail.com wrote: On 25 août, 16:09, Zé Vicente josevicentec...@gmail.com wrote: Hello

Re: user roles for GWT applications

2009-08-20 Thread Vicente
I would say that all you need to do is to use runAsync() to saparate Adm features from regular features and then make sure that on server side you check for each operation, if the user has the good credential to execute it. That is all. Zé Vicente On Aug 19, 4:34 pm, Phineas Gage phineas

Understanding how GWT applications grow

2009-08-13 Thread Vicente
Hello community, I have been working with GWT from some time now, but I don't have a clear view about how GWT apps grow in terms of JavaScript's size. For sure, I don't care about the generated JS and in the future we will be able to split the code using asynchronous loading of pieces of code.

Datepicker year selection

2009-08-11 Thread Vicente
Hi All, I could not find how to enable the year selection on the datepicker widget. Is it possible? I want to do what is on this demo! http://www.zenika.com/demos/DatePicker/ Regards, José Vicente --~--~-~--~~~---~--~~ You received this message because you are

Re: Loading Images into GWT via MySQL

2009-03-13 Thread Vicente
Hi, I will give you my honestly opinion. It seems that you are new on the subject and I can say that I have a lot of experience on that. First of all, don't store images on the database :) It is true that we can do it, but depending of what you are going to do, the site of your database will

GWT + FlowPanel + CSS = Tableless

2009-02-18 Thread Vicente
Hello All, I am currently developing an application with GWT. It has all I need in order to create a smart/dynamic user interface. But I just would like to start a discussion about the usage of Grid, FlexTable, Vertical Panel, HorizontalPanel and all other component in GWT that generates after