Re: DominoKit has a new home

2023-11-03 Thread Andrea Stocchero
well done guys! Il giorno mercoledì 1 novembre 2023 alle 18:31:31 UTC+1 lofid...@gmail.com ha scritto: > Great work! Congrats! > > Vegegoku schrieb am Dienstag, 31. Oktober 2023 um 09:41:19 UTC+1: > >> Exciting news — https://dominokit.com is live! Our new platform stands >> as a beacon of

Re: JavaFX for GWT

2022-11-09 Thread Andrea Stocchero
Really interesting Il giorno martedì 8 novembre 2022 alle 15:37:50 UTC+1 Bruno Salmon ha scritto: > Hi, > > I'm working on a JavaFX transpiler powered by GWT. > It lets you use JavaFX as a UI toolkit in your GWT apps. > The JavaFX API is far from completely covered, but you can already see

Re: Wrapping Javascript library (chart.js) using JSInterop

2022-09-11 Thread Andrea Stocchero
Why don't you use Charba? https://github.com/pepstock-org/Charba Charba is providing the wrapper of Chart.js for GWT and J2CL. Il giorno domenica 11 settembre 2022 alle 14:53:25 UTC+2 manassriv...@gmail.com ha scritto: > I have added a pom.xml file in the project attached below while running

Re: GWT 2.10.0 release

2022-07-15 Thread Andrea Stocchero
Great! Thank you Colin and everyone. Il giorno venerdì 15 luglio 2022 alle 10:30:30 UTC+2 abhiy...@gmail.com ha scritto: > Hi Priya, > > GWT 2.10 has dropped support for IE 8, 9, and 10. So it will not work > unless you modify the Sencha GXT 2.3.1.a.jar > > On Thursday, July 14, 2022 at

Re: [ANN] Akasha: Typed Browser API

2021-06-15 Thread Andrea Stocchero
For INTL Number and Date format, there is an implementation here: https://github.com/pepstock-org/Charba/tree/master/src/org/pepstock/charba/client/intl If you are not using that chart lib, it could be a starting point. Il giorno martedì 15 giugno 2021 alle 00:54:56 UTC+2 peter.j...@gmail.com

Re: Can I create GWT Widget in javascript code?

2021-03-02 Thread Andrea Stocchero
Charba is a library which is wrapping CHART.JS to provide charts in GWt and J2Cl appliation and for GWT a chat can be a widget. Almost everything by JSINTEROP. https://github.com/pepstock-org/Charba/tree/master/src/org/pepstock/charba/client/gwt/widgets https://github.com/pepstock-org/Charba

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-09-29 Thread Andrea Stocchero
Sorry Lofi, I misunderstood you. Fully agree with you! Il giorno martedì 29 settembre 2020 alle 10:56:26 UTC+2 lofid...@gmail.com ha scritto: > Ahh, I mean not only "Maven" just a *build tool* like Maven, Gradle, > Buildr, Bazel, Ivy or whatever...  > > The main thing we need to *manage the

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-09-29 Thread Andrea Stocchero
Sorry Lofi, Il giorno mar 29 set 2020 alle ore 10:57 lofid...@gmail.com < lofidewa...@gmail.com> ha scritto: > Ahh, I mean not only "Maven" just a *build tool* like Maven, Gradle, > Buildr, Bazel, Ivy or whatever...  > > The main thing we need to *manage the dependencies and versions*. > >

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-09-28 Thread Andrea Stocchero
First of all, let me say I'm a Java developer and I'm using GWT since years. Having started developing java since 1996 (with java 1.0.2), I have seen many technologies and frameworks to help a java developer can use to build a UI on web browser (like applets, servlets, jsp, jsf, webstart). I