Re: gwt-2.6.0-rc1 can't compile guava-gwt

2014-09-06 Thread coderinabstract
Works with jdk 1.6 however errors with jdk 1.7.. any ideas? On Saturday, June 14, 2014 5:49:50 AM UTC-4, Andrei Cojocaru wrote: > > Hi guys, > > upgrading guava definitely solves the problem. I was using guava 14.0.1 > and GWT 2.5.1. I upgraded to GWT 2.6.1 and encountered that same problem. > A

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread emurmur
Of course, the requirements of your particular application are the main gating factor for any choice and we don't know what the applicaiton is. But generally speaking, GWT is great for single-page applications; applications that run in the browser but act like desktop applications. Rather tha

Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread jonl
The thing is, its not an either or proposition. GWT is java AND javascript. You can uses jsps to create the page that your gwt module resides in. You can use spring to manage your beans and secure the client and server side of the application. I would say that struts might mot offer much in

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread Dennis Haupt
ide support. less technologies in total. 2014-09-06 4:53 GMT+02:00 abdullah : > Hi, > I am newbie to GWT and started developing my application using GWT.I > would like to know what is the main advantages for going to GWT since we > have lot of technology like JSP,Struts,..Can anyone give me sug

Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread abdullah
Hi, I am newbie to GWT and started developing my application using GWT.I would like to know what is the main advantages for going to GWT since we have lot of technology like JSP,Struts,..Can anyone give me suggestion on this? -- You received this message because you are subscribed to the Googl

Re: ListBox vs ValueListBox

2014-09-06 Thread abdullah
ListBox will hold only String values and ValueListBox will accept a set of available values (of any type). I think in GWT we dont have smartGWT combobox Widget. On Wednesday, September 3, 2014 9:33:58 AM UTC+5:30, Mohammed Sameen wrote: > > Hi, > Can anyone Explain me the difference between Lis