Re: ApacheCon September 9-12

2019-03-28 Thread Toni Epple
Hi Ken, I’m planning to go there and submit a session. I‘d be happy to team up with anyone who would like to join. —toni Von meinem iPad gesendet > Am 28.03.2019 um 15:03 schrieb Kenneth Fogel : > > Hi, > > The CFP deadline for this coming year’s ApacheCon is May 13. Its happening > the wee

Re: [VOTE] PMC chair for Apache NetBeans

2019-03-04 Thread Toni Epple
+1 Von meinem iPad gesendet > Am 05.03.2019 um 02:41 schrieb Kai Uwe Pel : > > +1 > > >> On 3/1/2019 3:28 PM, Glenn Holmer wrote: >> This voting thread is to confirm Geertjan Wielenga as the first PMC >> chair of NetBeans as we leave incubation and begin our journey as a >> top-level Apache pr

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-19 Thread Toni Epple
have a look into kendo ui, prime ui, onsen ui, ionic, and many more. btw. For Polymer there’s also a nice data grid: https://www.webcomponents.org/element/TonyGermaneri/canvas-datagrid -Toni Von meinem iPad gesendet > Am 19.03.2018 um 22:18 schrieb Toni Epple : > > Yes, with java

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-19 Thread Toni Epple
Yes, with java 9 and the jlink tool you can get jvms as small as 13mb. Your experiment sounds like alot of fun :) Von meinem iPad gesendet > Am 19.03.2018 um 20:52 schrieb Neil C Smith : > >> On Mon, 19 Mar 2018 at 14:24 Toni Epple wrote: >> >> On linux a natively pac

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-19 Thread Toni Epple
There‘s no standard control that is usable for large data sets, but plenty of data grid components from different third parties, and it‘s not hard to roll your own if you have special requirements. I did that for a customer, and it took me about a day. —-Toni Von meinem iPad gesendet > Am 19.

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-19 Thread Toni Epple
>> them! ;-) ) >> >> However, I think we're playing with the assumption, which might prove to be >> incorrect, that it is the backend part of these (and the interesting >> blocking behaviour) that's most of the problem. So doing all the >> application logic

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-19 Thread Toni Epple
roblem. So doing all the > application logic still on the JVM mitigates that. If it's actually the > embedded Chromium that's the problem ... > >> On Mon, 19 Mar 2018 at 07:05 Toni Epple wrote: >> >> I have no plans to embed electron as it would be overkill. A

Re: How to implement a Multi-knob-slider - HTML for JAVA API or Swing?

2018-03-19 Thread Toni Epple
On my ipad and about to leave, so just a quick reply. If you ant to try out HTML/Java APIs I suggest to create the component as a Knockoutjs component. HTML/Java integrates with knockout to bind the View to the Java Model. Von meinem iPad gesendet > Am 18.03.2018 um 20:41 schrieb Oliver Rettig

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-19 Thread Toni Epple
I have no plans to embed electron as it would be overkill. A HelloWorld is 115 mb and contains nodejs and desktop APIs we don’t need. But I‘d love to replace JavaFX WebView which is a 49mb Java 9 module with chromium content module, Which is about 40-50 mb and has better features. Von meinem i

Re: Usability study was: Think Java, not Electron! was: Apache HTML/Java UI

2018-03-17 Thread Toni Epple
Gili, Are we talking about the same concept of responsiveness? In UI development this term is used for guis that adapt to a wide variety of screen sizes and resolutions by applying different layouts, resizing and replacing, rearranging or showing/hiding components depending on size, pixel den

Re: [VOTE] Build #19 as HTML/Java API release 1.5

2017-10-17 Thread Toni Epple
+1 Von meinem iPad gesendet > Am 17.10.2017 um 11:18 schrieb Bertrand Delacretaz : > > On Mon, Oct 16, 2017 at 2:12 PM, Jaroslav Tulach > wrote: >> ...https://builds.apache.org/job/incubator-netbeans-html4j-release/19/ ... > > I have reviewed > $SHA1(incubating-netbeans-html4j-1.5.zip)= > fd77

Re: [Mentors] Review my migration steps was: My first commit

2017-09-04 Thread Toni Epple
Jaroslav mentioned that automated scripts have been used (besides manual inspection) to identify suspicious files. Why not take these scripts, at least as a starting point? Then you have documented evidence of due diligence, at least for the automated part without starting all over again. Toni