Re: Integrate GWT with Windows Applications

2010-03-01 Thread ArmanGal
We used C++ browser add on that allows javascript to communicate with C ++ object (in browser) where C++ executes commands on registry/file system/... and also we were listening for events on DOM object that C+ + triggered in order to invoke some functionality in GWT. On Feb 26, 7:55 pm,

Re: GWT Chat

2009-11-16 Thread ArmanGal
Look at this project, i've used it a year ago to build chat (like skype) in gwt, very nice implementation but requires to install XMPP server (free). http://code.google.com/p/emite/ On Nov 15, 3:01 pm, Jim jimmy.verhee...@gmail.com wrote: hi, I'd like  make a chat using GWT  1.7 but gwt

Re: Too much is happening (the events are crowding the bus)?

2009-11-16 Thread ArmanGal
I use Operation enum inside the action that tells my presenter how to handle the action. + I create number of constructors for this event to support every operation, while the event it self has all needed properties for all operations. ;) On Nov 15, 4:19 am, slind...@gmail.com slind...@gmail.com