Sunday, July 21, 2019

Re: Gwt 2.8.2 compilation error

The compile tells you, that there is no source code for: org.apache.commons.beanutils.PropertyUtils

Common problem is:

* you did not inherit the module descriptor for the module containing PropertyUtils

Just add the module using inherits in your module descriptor. 

But I am pretty sure, PropertyUtils can not be used on the client side ... but maybe I am wrong.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/79dca1a8-efc1-4460-9adf-250f735b93c3%40googlegroups.com.

Re: Gwt 2.8.2 compilation error

To my knowledge yes they are client compatible and whitelisted classes only

Is there anything I should specifically check

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/8ec6b29d-75ec-47f6-81cd-8d13512102d4%40googlegroups.com.

Friday, July 19, 2019

Re: GWT strengths and suitability for enterprise apps - presentation

If by "further efforts" you mean efforts to improve or add functionality to GWT, yes there are.
The latest release (2.8.2) is more than a year old, but GWT is a mature technology, and current efforts are focused on the next major release of GWT (version 3.0), which will deprecate several internal technologies of GWT, and change its transpiler to use j2cl which are major efforts. You can read more about the current efforts and plans for GWT 3.0 in this group, in threads such as this one:



On Friday, July 19, 2019 at 6:46:31 AM UTC-6, Debasish Padhy wrote:
Hi Rogelio,

Its been a real long time and somehow I missed your reply. Thank you for taking the time to look and respond. Appreciated. 

Since then we have pretty much moved on to use Angular 2 and other frameworks except one app that still lives on GWT. 

Do you have any clues if there are further efforts planned or ongoing ? 

Debasish

 



On Thursday, December 10, 2015 at 2:58:11 AM UTC+5:30, Rogelio Flores wrote:
Regarding your presentation:

Slide 5 - mentions that GWT 3.0 has "revolutionary use cases". What are you referring to?

I would add a slide that talks about some of the shortcomings of GWT. For instance:
Widgets out of the box are somewhat lacking, at least if you want eye-candy, but html5/css3 can be used to create layout, panels, and widgets. In addition, any external JS/CSS libraries could be used as well. Lastly, existing layout and other types of panels provide a good foundation for custom layouts and/or widgets.

I would also highlight (don't remember if this was mentioned) that the optimizations that GWT does on Java->Javascript, CSS, and Images, etc, are particularly well-suited for viewing your gwt-based app on mobile devices (mgwt).
 

On Tuesday, December 8, 2015 at 10:52:35 AM UTC-7, gau...@ainosoft.com wrote:
Dear community members,

Recently I came across a medium sized company specializing in BI and analytics and pitched them to switch their dev stack from Angular JS to GWT. Though I am yet to know how successful I am in it I definitely managed to create some ripples and start an internal debate. 

For this I created a Google presentation here.

I invite all of you to comment, debate and create a community ready material for all who may need in future. 

Let me know if there are any issues in accessing the document. 

thanks,
Debasish


--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/a1315ed3-2add-46dd-9794-330749f6a03e%40googlegroups.com.

Re: Gwt 2.8.2 compilation error

Could you confirm if all jars included have client compatible code only ? i.e. only whitelisted classes


On Friday, July 19, 2019 at 11:08:27 AM UTC+5:30, medasani kesavi wrote:
These jars as also included as a dependency with classifier as sources

<classifier>sources</classifier>
<scope>provided</scope>

On Friday, 19 July 2019 11:21:44 UTC+10, medasani kesavi wrote:
I have some jars added as sources . 15 compilation errors are from the files from these jars however there is actually no error in that jar. 
<compileSourcesArtifacts>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
</compileSourcesArtifacts>

All errors are like below 

No source code is available for type org.apache.commons.beanutils.PropertyUtils; did you forget to inherit a required module?

These jars are also added as dependency with classifier as sources. So I tried removing compileSourcesArtifacts as its deprecated . However these errors still persist

Thanks
kesavi
On Thursday, 18 July 2019 20:11:57 UTC+10, Frank Hossfeld wrote:
set logLevel=TRACE and fix the 15 compilation errors

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/4399af4b-c464-4be2-ae12-d74590e8f5dc%40googlegroups.com.

Re: GWT strengths and suitability for enterprise apps - presentation

Hi Rogelio,

Its been a real long time and somehow I missed your reply. Thank you for taking the time to look and respond. Appreciated. 

Since then we have pretty much moved on to use Angular 2 and other frameworks except one app that still lives on GWT. 

Do you have any clues if there are further efforts planned or ongoing ? 

Debasish

 



On Thursday, December 10, 2015 at 2:58:11 AM UTC+5:30, Rogelio Flores wrote:
Regarding your presentation:

Slide 5 - mentions that GWT 3.0 has "revolutionary use cases". What are you referring to?

I would add a slide that talks about some of the shortcomings of GWT. For instance:
Widgets out of the box are somewhat lacking, at least if you want eye-candy, but html5/css3 can be used to create layout, panels, and widgets. In addition, any external JS/CSS libraries could be used as well. Lastly, existing layout and other types of panels provide a good foundation for custom layouts and/or widgets.

I would also highlight (don't remember if this was mentioned) that the optimizations that GWT does on Java->Javascript, CSS, and Images, etc, are particularly well-suited for viewing your gwt-based app on mobile devices (mgwt).
 

On Tuesday, December 8, 2015 at 10:52:35 AM UTC-7, gau...@ainosoft.com wrote:
Dear community members,

Recently I came across a medium sized company specializing in BI and analytics and pitched them to switch their dev stack from Angular JS to GWT. Though I am yet to know how successful I am in it I definitely managed to create some ripples and start an internal debate. 

For this I created a Google presentation here.

I invite all of you to comment, debate and create a community ready material for all who may need in future. 

Let me know if there are any issues in accessing the document. 

thanks,
Debasish


--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/fcb9175e-fe57-4fcb-b340-1a635959f42f%40googlegroups.com.

Thursday, July 18, 2019

Re: Gwt 2.8.2 compilation error

These jars as also included as a dependency with classifier as sources

<classifier>sources</classifier>
<scope>provided</scope>

On Friday, 19 July 2019 11:21:44 UTC+10, medasani kesavi wrote:
I have some jars added as sources . 15 compilation errors are from the files from these jars however there is actually no error in that jar. 
<compileSourcesArtifacts>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
</compileSourcesArtifacts>

All errors are like below 

No source code is available for type org.apache.commons.beanutils.PropertyUtils; did you forget to inherit a required module?

These jars are also added as dependency with classifier as sources. So I tried removing compileSourcesArtifacts as its deprecated . However these errors still persist

Thanks
kesavi
On Thursday, 18 July 2019 20:11:57 UTC+10, Frank Hossfeld wrote:
set logLevel=TRACE and fix the 15 compilation errors

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/7ca99059-7ff3-42fd-8fa9-b6fae7016c96%40googlegroups.com.

Re: Gwt 2.8.2 compilation error

I have some jars added as sources . 15 compilation errors are from the files from these jars however there is actually no error in that jar. 
<compileSourcesArtifacts>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
</compileSourcesArtifacts>

All errors are like below 

No source code is available for type org.apache.commons.beanutils.PropertyUtils; did you forget to inherit a required module?

These jars are also added as dependency with classifier as sources. So I tried removing compileSourcesArtifacts as its deprecated . However these errors still persist

Thanks
kesavi
On Thursday, 18 July 2019 20:11:57 UTC+10, Frank Hossfeld wrote:
set logLevel=TRACE and fix the 15 compilation errors

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/5ab72dfd-f450-4516-8c84-021c49b38596%40googlegroups.com.