Re: Working with GWT 2.3 and MyBatis

2011-06-28 Thread Geraldo Lopes
/doc/latest/DevGuideCodingBasics.html#DevGuideJavaCompatibility Hope this helps, Geraldo Lopes de Souza On 28 jun, 10:30, peter faulk mikesw...@gmail.com wrote: I am new to using GWT, and I am trying to get some simple persistence going using MyBatis.  Under the server folder/directory, I have

Re: RequestFactory books

2011-05-16 Thread Geraldo Lopes
to RequestFactory. Regards, Geraldo Lopes de Souza On 15 maio, 15:45, gwtomni gwtomni gwto...@gmail.com wrote: Hello everyone,      can you please, help me find some books about RequestFactory in very advanced and detailed way. thank you. -- You received this message because you are subscribed

Re: Driver Best Practices with CheckBox and RadioButtons

2010-11-11 Thread Geraldo Lopes
Thomas, Thanks for the information. That was my 1st shoot with Editor framework. Regards, Geraldo On 11 nov, 10:35, Thomas Broyer t.bro...@gmail.com wrote: On 10 nov, 14:42, Geraldo Lopes geraldo...@gmail.com wrote: will0, Thanks for the code piece. I used it to make an extension

Re: Driver Best Practices with CheckBox and RadioButtons

2010-11-10 Thread Geraldo Lopes
will0, Thanks for the code piece. I used it to make an extension of ListBox. public class MyListBox extends ListBox implements LeafValueEditorString { @Override public void setValue(String value) { if (value == null) { setSelectedIndex(-1);

CellTable SimplePager and and UiBinder with provided=true

2010-07-11 Thread Geraldo Lopes
are interchangeable, so I wanted to use just one way for code clarity. Can you comment on this subject. Thanks in advance and sorry my english. Geraldo Lopes -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: gwt 2.0.3 - Uibinder for Grid

2010-03-21 Thread Geraldo Lopes
In fact this solution is very clean. Use uibinder as much as you can. * It's easy to see the structure of what you trying to achieve * It's faster than manipulating the DOM programatically Geraldo -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT.create(SomeClass.class) data binding and tests

2010-03-04 Thread Geraldo Lopes
Hi, I was reading http://blog.zenika.com/public/Billet_0006/tutorial-binding-en.pdf that shows how to make data binding using generators (gwt.create()). This is one area that a generator can really be used. If one use gwt's generator for this the many pieces of the app are going to need

Re: gwt-dispatch, gwt-presenter, mvp4g

2010-02-28 Thread Geraldo Lopes
Initiatives like gwt-dispatch and gwt-presenter are welcome. Reading others code is a very good way to improve our skills. Even if one don't adopt the library it can be very helpful. Keep small (but useful) libraries river flow :) Regards, Geraldo On 28 fev, 15:40, Ed post2edb...@hotmail.com

Best way to to pass a Date value to a servlet via RequestBuilder

2009-12-06 Thread Geraldo Lopes
=+ URL.encodeComponent(Long.toString(db.getValue().getTime())) ); At the server: Date dt = new Date(Long.parseLong(req.getParameter(data_inicial))); Do you have a better aproach or comments on this ? Regards, Geraldo Lopes de Souza -- You received

Re: GWT no NetBeans

2009-11-03 Thread Geraldo Lopes
pode alterar o css. Eu esperava não ter que me meter com css no gwt, mas esta não é uma realidade. Ao menos agente se livra das idiosincrasias do JavaScript. Boa sorte, Geraldo Lopes de Souza Quando você fala que tentou as opções ?xml version=1.0 encoding=UTF-8? module inherits name

[gwt-contrib] Re: Announcing GWT 2.0 Milestone 1

2009-10-05 Thread Geraldo Lopes
Thanks for removing the tab bug http://code.google.com/p/google-web-toolkit/issues/detail?id=712 It's very nice to use firefox 3.5 to develop. Regards, Geraldo On Oct 5, 8:41 pm, Amit Manjhi amitman...@google.com wrote: Hi everyone, We are excited to release the first milestone build

Re: Open Source WIdget Library

2009-10-03 Thread Geraldo Lopes
Another option: http://code.google.com/p/google-web-toolkit-incubator/ Geraldo On 3 out, 08:56, James jdrinka...@gmail.com wrote: Hello All, I've been looking for the best open source widget libraries to extend GWT 1.6. EXT-GWT was very good, but it's not cheap for commercial use.

Re: Is there a tool to convert my GWT RemoteServiceServlet into the correct Service and ServiceAsync interfaces?

2009-09-22 Thread Geraldo Lopes
You can try 1) Update the service interface 2) To update automagically the AsyncInterface use Google Eclipse plugin 3) To update your servlet use eclipse (add unimplemented methods) Good luck, Geraldo On 22 set, 19:54, AsaAyers asa.ay...@gmail.com wrote: I'm working on a GWT project and I

GWT Best Practices doubt

2009-07-05 Thread Geraldo Lopes
I've been trying to understand Ray's presentation and want to share some doubts hoping for clarification: http://dl.google.com/io/2009/pres/Th_0200_GoogleWebToolkitArchitecture-BestPracticesForArchitectingYourGWTApp.pdf Considering Page 21 interface ActionT extends Response { } interface

Re: GWT + FlowPanel + CSS = Tableless

2009-02-18 Thread Geraldo Lopes
José Vicente, Please read this: http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/ Hope this helps, Geraldo On 18 fev, 07:44, Zé Vicente josevicentec...@gmail.com wrote: Hello All, I am currently developing an application with GWT. It has all I need in order to create a

Re: SmartGWT 1.0 Released

2008-11-27 Thread Geraldo Lopes
Sanjiv, It's not a problem of taking time to load. Big load time is normal with given the size of showcase. AMD Sempron(tm) Processor 3200+, 2GB ram, Firefox 3.0.2 After the showcase is completely loaded, I click ComboBox Family, Styled ComboBox. The second(12 items) and third combobox (3

[gwt-contrib] Don't forget CachedTableModel.clearCache()

2008-11-22 Thread Geraldo Lopes
(); myPagingGrid.gotoPage(0, true); If TableModel had an abstract clearCache method, I could make: myPagingGrid.getTableModel().clearCache(); myPagingGrid.gotoPage(0, true); That would be more clean imho. Thanks for the marvelous work you are doing. Geraldo Lopes

Re: SmartGWT 1.0 Released

2008-11-19 Thread Geraldo Lopes
Have you found the showcase responsive enough for use in intensive data entry applications ? Thanks, Geraldo On 19 nov, 00:13, rlaferla [EMAIL PROTECTED] wrote: That's awesome.  Is it native Java/GWT or a JavaScript wrapper? --~--~-~--~~~---~--~~ You received

[gwt-contrib] Re: Proposal: Simplification of ScrollTable

2008-11-16 Thread Geraldo Lopes
I'm a first time gwt user, trying to learn ScrollTable and PagingScrollTable. On Nov 15, 10:20 am, dflorey [EMAIL PROTECTED] wrote: Some more observations regarding PagingScrollTable: Right now the developer is responsible for calling setRowCount on the table model after retrieving data. If

My Bug fix wishlist, what are yours ?

2008-11-09 Thread Geraldo Lopes
1st: Tab key does not work in hosted mode in linux. http://code.google.com/p/google-web-toolkit/issues/detail?id=712 2nd Gears debuging doest not work in linux. Regards, Geraldo --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: GWT 1.5.3 zip files are corrupt for windows and linux

2008-10-22 Thread Geraldo Lopes
, Geraldo Lopes On 22 out, 02:20, nocturnal [EMAIL PROTECTED] wrote: Hello All I downloaded the GWT 1.5.3 release, but the zip file extraction fails saying the end of the file is corrupt. I also tried repairing the archive, but it didn't help. Linux tar files are also corrupt. Is there someone else

Re: Hosted Mode and setFocus()/setTabIndex()

2008-10-20 Thread Geraldo Lopes
Issue 712: Tab key does not change widget focus in Linux GWT Shell. Reported by ted.andrews, Feb 20, 2007 Same for me on gwt 1.5.3 centos 5, java version 1.6.0_05 Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing) On 20

Re: Hosted Mode and setFocus()/setTabIndex()

2008-10-20 Thread Geraldo Lopes
Issue already opened since Feb, 20 2007 Issue 712: Tab key does not change widget focus in Linux GWT Shell. Issue very annoying, plz vote for resolution On 20 out, 07:25, jbdhl [EMAIL PROTECTED] wrote: Should I file an issue in the issue tracker about this problem?