Re: MVP + UiBinder, thoughts?

2009-12-27 Thread bcottam
just following up on this. I've just started using the UiBinder and love it. I really like how clean it makes my UI code. However, I was kind of struggling with the @UiHandler annotation and how it fit in with the whole MVP paradigm as well. Your suggestion Jonas is great (i.e. reversing the

Re: MVP + UiBinder, thoughts?

2009-12-27 Thread bcottam
Presenter would be listening. cheers -bryce On Dec 28, 12:25 am, bcottam bcot...@gmail.com wrote: just following up on this.  I've just started using the UiBinder and love it.  I really like how clean it makes my UI code.  However, I was kind of struggling with the @UiHandler annotation and how

Re: GWT + GAE best practice?

2009-12-07 Thread bcottam
I've actually written some wrappers around the app-engine specific data containers. I wrote it a while ago, so some things that are new are missing (like Address, Phone etc.) But Text and User are in there (along with some others). here is the library: http://www.resmarksystems.com/code/ it's

Re: How to get tab Widget in a TabPanel?

2009-06-24 Thread bcottam
well, Bonor, I'm not sure if you were being totally sarcastic in your reply to Booth, but it did seem kinda rude man. If you're asking a group of people for help it's usually a good idea to be nice :) I hope you get your TabPanel issue worked out, and if you don't mind posting your solution

Re: App engine data types

2009-06-11 Thread bcottam
the Key and Text classes. here is a link to the jars and some notes about them: www.resmarksystems.com/code I hope it is helpful :) -bryce On May 14, 11:22 am, bcottam bcot...@gmail.com wrote: yeah, I actually posted there first:http://groups.google.com/group/google-appengine-java/browse_thread

Re: App engine data types

2009-05-14 Thread bcottam
yeah, I actually posted there first: http://groups.google.com/group/google-appengine-java/browse_thread/thread/c255df153aef6df1/c7ad9827c9c4b72d?lnk=gstq=data+types#c7ad9827c9c4b72d and they suggested that I cross-post here :) I actually started using the persisted data classes and sending them

App engine data types

2009-05-13 Thread bcottam
Does anyone know if there is a gwt library that emulates the core app engine data types (Text, Key, Blob, ShortBlob etc.)? I know these types of extensions exist for other data types (like BigDecimal etc.) but I haven't been able to find one for the app engine specific data types. I would