Re: How to solve RPC error: Character Encoding is 'text/'. Expected 'UTF-8'

2016-01-16 Thread Hua Zhang
I have the same issue and just verified how it happens. I compare the tomcat log file with the tomcat access log file 66.249.88.115 - - [15/Jan/2016:09:09:20 +0100] "POST /datalint/service/user HTTP/1.1" 500 57 66.249.88.95 - - [15/Jan/2016:09:09:21 +0100] "POST /datalint/service/user

Re: GWT Developer Plugin added in chrome but not able to run my GWT demo application with eclipse , am trying and just starting with GWT

2016-01-16 Thread Alain Ekambi
Super devmode is the way to go now On 16 Jan 2016 12:11, "Laxman Gautam" wrote: > I am following this link > > to > get start with GWT. > I need to work on GWT and

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
Cant agree more. They have a GPL version but I dont think that s an option. On 17 January 2016 at 00:31, Blake McBride wrote: > I think Sencha's pricing for commercial enterprises is fine. But they > need a very low price for the full system so individual developers can get

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
What are you looking for tha you could not find in qooxdoo ? Did you look at vaadin ? I think the lasts versions dont require a server for the UI We dont like JavaScript either. So we have a Java wrapper for Ext JS. http://eemi2010.github.io/ext4j/ Also did you have a look at GXT ? or maybe

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
We have an old unmaintained wrapper for Qooxdoo but we dropped it to go with Ext JS. Maybe you can write a wrapper. The community will appreciate I m sure :) Well I heard that GWT 3 will drop support for Widget so maybe it s not that bad to not extend widget. Are you trying to build a webdesktop

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
My brain hurts.. there's just so much. That GWT-Material library looks awesome but it appears to focus on mobile apps and tablets. What I am currently writing at is a administration tool for, let's say store owners that will be able to maintain multiple stores and different offers. It's

GWT Developer Plugin added in chrome but not able to run my GWT demo application with eclipse , am trying and just starting with GWT

2016-01-16 Thread Laxman Gautam
I am following this link to get start with GWT. I need to work on GWT and Sencha GXT I am able to add google plugin for eclipse Juno and created demo sample project but when I am trying

Re: GWT Developer Plugin added in chrome but not able to run my GWT demo application with eclipse , am trying and just starting with GWT

2016-01-16 Thread Laxman Gautam
I am new to GWT what is that Super devmode? On Saturday, January 16, 2016 at 6:12:12 PM UTC+7, Laxman Gautam wrote: > > I am following this link > > to > get start with GWT. > I need to work

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
Well, I've found this stackoverflow question here [1] which appears to be quite outdated. I am not quite sure which library to use because I can't really find some more recent comparisons. A lot of people tend to say "don't use any of those libraries, just use the MVP pattern instead" which

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
Well I m not defending Sencha here. The price change is def. a problem. I agree. That s why I pointed t other libs. Qooxdoo looks good to me. For the stuff we are building unfortunately Ext JS was the only lb that provides what we need. On 17 January 2016 at 00:14, Blake McBride

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Blake McBride
The minimum price for a limited version of ExtJS is now $4,475. No non-commercial, free version. Checkout jQWidgets. It's free for non-commercial use, reasonable for commercial use, and looks really good! Blake McBride (I have no affiliation with either.) On Sat, Jan 16, 2016 at 2:27 PM,

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Blake McBride
Perhaps Ext JS is a value, but here is the problem. It is out of range for most developers unless their employer is already using it. So, virtually no programmers will be bringing it into a new position. Their pricing structure excludes individual developers and startups. Those are the source

Re: Migrating to Super-dev mode?

2016-01-16 Thread Ed
Thanks for the insight, sorry for the late replay. I haven't been able to have a further look, but I will during the next days. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
Never used Vaadin but i heard their widget work client side too. Smart GWT is a wrapper around the smart client js library. It s nice but i heard it does not play well with GWT widgets. We created our own library on top ext Ext JS called Ext4j. It s free to use but Ext JS is commercial. If you

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
Actually I like http://qooxdoo.org/demos too. Free looks nice and easy to port to GWT Well we had a look a jQWidgets Try to port that API to GWT. I tell you it s not fun Yes Ext JS is expensive. But for what it brings on the table it s worth it. Not everyone Google and can give stuff away for

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Blake McBride
I think Sencha's pricing for commercial enterprises is fine. But they need a very low price for the full system so individual developers can get it, learn it, and promote it to their companies. They're never going to do that at it's current price. Also, startups typically have almost no money.

Re: migrating from css to gss (gwt 2.7) - CellWidgets compile errors ?

2016-01-16 Thread Stefan Falk
Hi! I just had the same issue using this Vaadin library, or rather say while testing it. What does this mean exactly? That GWT 2.8.0 won't support CSS at all and that I will have to convert all the CSS into GSS? I am asking because in that case I wouldn't even start to use CSS. BR; Stefan

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
Sorry, I missed that Browser Desktop showcase of qooxdoo. There's indeed a lot but it's pure JavaScript, right? ^^ I've just tried Vaadin. It appears that a Vaadin-Button is not a Widget? Why would such a basic UI element not implement the Widget interface? O_o :D I guess most people chose GWT

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
I feel you :) Actually we are building a reusable webdesktop component. We build in from the ground and will license it to others. You can see an early (very old) demo here : desk.ahome-it.com But again it s based on Ext JS If you can afford your app beeing GPL you can use it :) On 17

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Alain Ekambi
Thanks :) "That is almost too desktop-like for my needs". LOL. It will be fully customizable. You can add remove stuff as needed. And fully opensourced :) I never used Smart GWT so I can really help there. Sorry :) On 17 January 2016 at 04:02, Stefan Falk wrote: >

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
qooxdoo looks indeed not bad but their showcase does not provide a lot of examples unfortunately (compared to others). I can't afford expensive libraries unfortunately and like you both already pointed out it is a little unfortunate for startups. Not sure if one could say that I already have a

Re: Are there any currently developed GWT Widget Libraries?

2016-01-16 Thread Stefan Falk
Wow, that looks quite impressive! That is almost too desktop-like for my needs, I didn't mean an actual desktop :P Well, I think I will have to spent more time on that and take a closer look at each of those libraries. When I started searching I thought I will just add a new dependency to my

Re: Widget Memory Leak (possibly caused by ErraiBus?)

2016-01-16 Thread Jens
Yes sounds like the ErraiBus holds a reference to your class even though you don't use it anymore. Its similar to GWT EventBus that usually exists as a singleton in your app and if you don't deregister your handler you prevent garbage collection. As Errai is pretty complex and I never used it