Re: [ANN] (Unofficial) GWT 2.8.2-v20191108 release

2020-01-09 Thread Peter Donald
On Wed, Jan 8, 2020 at 12:38 PM Hristo Stoyanov 
wrote:

> Hi Peter,
> I tried to use your GWT distro, and although I see that I get the right
> artifacts on my classpath:
>

Sorry, I missed this email...

I still use Java8, not Java9+ and don't use Errai. So I am not sure how
much help I can be ;)

That said we use elemental2 version 2.27 when using the GWT version
2.8.2-v20191108

This will transitively depend upon the most recently released version
of jsinterop-base (with coordinate com.google.jsinterop:base:jar:1.0.0)

So the deps look roughly like

com.google.jsinterop:base:jar:1.0.0

org.realityforge.com.google.jsinterop:jsinterop-annotations:jar:2.8.2-v20191108

com.google.elemental2:elemental2-core:2.27

org.realityforge.com.google.gwt:gwt-user:jar:2.8.2-v20191108


HTH

-- 
Cheers,

Peter Donald

-- 
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/CACiKNc59gmHp2NAGGtE%3Dth%2BP7GAj3eUQ1iBUPjiagoHToyxhkg%40mail.gmail.com.


Re: dn-components new GWT UI library

2020-01-09 Thread nikola
 

Material design version of dncomponents has been released!

 

https://dncomponents.com/demo_material

On Wednesday, December 11, 2019 at 2:29:41 PM UTC+1, nikola wrote:
>
> landing page: dncomponents.com 
> demo:   http://dncomponents.com/demo
> github: https://github.com/dncomponents/dncomponents
>
> Client side java UI framework for building rich web applications written 
> purely in Java language using GWT  compiler 
> and elemental2  browser API without 
> any external js libraries.
>
> dn-components layered architecture makes process of developing modern 
> complex user interfaces with ease.
> Html binder  and 
> intellij 
> plugin  are 
> the great tools that support this.
>
> dn-components can have different view implementations. 
>
> Default view implementation is based on bootstrap 
>  framework (only css and markup). The second 
> is google Material design (work in progress)
>
> - All the view implementations are in one java file 
>
> https://github.com/dncomponents/dncomponents/blob/master/bootstrap-ui/src/main/java/com/dncomponents/bootstrap/client/BootstrapUi.java
> - And all markup for all components are in one html file 
>
> https://github.com/dncomponents/dncomponents/blob/master/bootstrap-ui/src/main/java/com/dncomponents/bootstrap/client/BootstrapUi.html
>
> dn-components component has 3 layers of separation.
>
> Each component has constructor where you can inject your custom view 
> implementation that can accept different markups.
>
> That means that you can easily customize component's views on application 
> level by editing BootstrapUi.java 
> 
>  or BootstrapUi.html 
> 
>  or 
> single component by injecting its view.
>
>

-- 
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/a9e57b34-2178-4f0c-abf2-1c11b67fad07%40googlegroups.com.