Re: Is GWT 3.0 /GWT 2.9 dead?

2020-02-19 Thread vitaly goji
GWT WORKS. I use 2.8 and I don't see reason to upgrade or switch.
GWT is for large projects. You can use your widgets and GWT will provide
structure and tooling.

On Wed, Feb 19, 2020, 5:21 AM Luis Fernando Planella Gonzalez <
lfpg@gmail.com> wrote:

> It has always been said that GWT is active when similar questions are
> asked in the forum.
> However, given that the last version, 2.8.2, was released on Oct 19, 2017
> and was a bugfix for the 2.8.0 version, released on Oct 20, 2016, I can't
> see it as "active".
> At least it smells bad!
> Even the 1.0 release of Elemental can't be used, because it requires newer
> components than the pre-packaged version.
> It is a sad thing, because I work on a large project using GWT since its
> 1.5.0 version, and our project is actively developed and still evolving.
> I hope GWT 2.9 is out "soon", because we're planning to switch to Java 11
> in the coming months, and it would be a burden to maintain a separated Java
> version only for the frontend part (been there, done that with Java 8).
> The fact is that since Google left the project, things are way too slow.
> Understandable, as it is based on best effor from the brave developers,
> but still disheartening.
> Still, I don't loose hope that GWT will be still maintained.
>
> Em terça-feira, 18 de fevereiro de 2020 12:08:40 UTC-3, Jeff Zemsky
> escreveu:
>>
>> Frank - Thanks for the reply, but it would be good to understand the
>> plans to complete the GWT 2.9 release - particularly with reference to Java
>> 11 support.  Any insight there?
>>
>> On Monday, January 27, 2020 at 4:23:09 AM UTC-5, Frank Hossfeld wrote:
>>>
>>> Atm the community is very active. We are working on GWT modules:
>>> replacing generators and JSNI, testig the migraed moules against J2CL, etc.
>>> Besides that, many new frameworks are evolving.
>>>
>>> Take a look at this rooms:
>>> https://gitter.im/gwtproject/gwt
>>> https://gitter.im/vertispan/j2cl
>>> https://gitter.im/DominoKit/domino
>>> to get more infos.
>>>
>> --
> 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 an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/498010d4-aca5-4430-8707-c61d15a0cffb%40googlegroups.com
> 
> .
>

-- 
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 an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAOa5rhOoMmSgWLx70dtTOZdoQpGQ_wrEYH68aXUYdkOSfWo3VQ%40mail.gmail.com.


Re: UnableToCompleteException

2019-04-02 Thread vitaly goji
I am gonna try that.
Thank you for your help!

On Tue, Apr 2, 2019, 6:14 PM Rob Newton  wrote:

> I wonder if the GWT unit cache is corrupted?  Try removing directories
> named gwt-unitCache and/or /tmp/gwt-cache-* (linux).
>
> On Tuesday, April 2, 2019 at 6:32:10 AM UTC+11, Andrew Buck wrote:
>>
>> I am getting an exception when trying to use super dev mode that I don't
>> understand. Stack trace is below.
>>
>>
>> Compiling 1 permutation
>> Compiling permutation 0...
>> [ERROR] Unexpected internal compiler error
>> java.lang.NullPointerException
>> at com.google.gwt.dev.jjs.ast.HasName$1.compare(HasName.java:33)
>> at com.google.gwt.dev.jjs.ast.HasName$1.compare(HasName.java:30)
>>
>> --
> 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 an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2019-03-21 Thread vitaly goji
I know, it's been a while, did you find solution to this issue?

On Monday, May 4, 2015 at 1:55:23 PM UTC-7, Danish Khan wrote:
>
> Thanks for your reply, I tried it, but it didn't fix the issue.
>
> On Thursday, April 30, 2015 at 11:16:54 AM UTC-7, Nature Boy wrote:
>>
>> When you are importing com.google.gwt.user.User in gwt.xml you are using 
>> single quote instead of double quote. This may be the reason.
>> On Apr 30, 2015 9:12 PM, "Danish Khan"  wrote:
>>
>>> Hi guys, 
>>>
>>> Any ideas/help with the following issue? 
>>>
>>> Thanks. 
>>>
>>> On Thursday, April 23, 2015 at 12:06:15 AM UTC-7, Danish Khan wrote:

 Hi all, 

 I am upgrading to GWT 2.7.0 / Smartgwt 5, and I am seeing the following 
 error when I try to build it through maven: 

 [GWT][ERROR] Hint: Check that your module inherits 
 'com.google.gwt.core.Core' either directly or indirectly (most often by 
 inheriting module 'com.google.gwt.user.User')

 Here is my gwt.xml. Please let me know if you have any suggestions to 
 fix this error. 

 
 
  
 
  
 
 
 
 
 
 
 

   
   
   
   
   >>> value="true" />
   
 

 -- 
>>> 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, send 
>>> an email to google-web-toolkit+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-we...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
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 an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: gwt rebranding

2013-03-19 Thread vitaly goji
I tried to convince IT manager to use GWT for a project, but he told me 
that GWT has poor widgets library and lacks essential things like 
validation etc..
Don't think my manager will change his mind because of re-branding. 

In a 90's everyone was using Visual Basic. Check out how they got almost 
all market. 
Certainly not by asking developers and manages to gamble with third-party 
libraries. 
They simply provided developers with what they need to build apps 'out of 
the box'. 

And if you look at what is missing in GWT in comparison to POPULAR 
frameworks, you will see that it would not be too difficult to catch up.

On Friday, March 15, 2013 2:07:04 AM UTC-7, Daniel Kurka wrote:

 Crosspost from gwt-steering:
 https://groups.google.com/d/msg/gwt-steering/q9bSOldSBFU/ki5nQk39fJ8J





 GWT should rebrand




-- 
-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit Contributors group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.