Re: The future of GWT and functional programming on the web

2015-10-28 Thread fahmi musa
good news. thanks all On Thu, Oct 29, 2015 at 11:59 AM, steve Zara wrote: > That is excellent news. Thanks for all the hard work. > > > On Wednesday, 28 October 2015 22:34:25 UTC, Thomas Broyer wrote: >> >> We just had a steering committee meeting a few hours ago,

Re: GWT doesn't support My latest browser

2015-04-19 Thread fahmi musa
What your latest browser? On Sun, Apr 19, 2015 at 1:44 PM, ERIK GUNAWAN erikgunawa...@gmail.com wrote: Help me pleas -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it,

Re: How do I know that a certain RPC callback is the correct one?

2013-08-21 Thread Fahmi
Hai, how u show the previous thing? is it windows pop up? On Wed, Aug 21, 2013 at 12:46 PM, Mohammad Al Quraian m4des...@gmail.comwrote: Hi, Short story, I am making an RPC call to get a list of things, however, when I navigate quickly to another page which would make its own RPC call

Re: Basic Mail Using GWT UI

2012-05-30 Thread Fahmi
this is my code at server side for sending email (my server is google app engine).. public static void Email(String test) { DateFormat formatter ; Properties props = new Properties(); Session session = Session.getDefaultInstance(props, null); try{