Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-13 Thread Maxim Solodovnik
On Wed, 13 May 2020 at 03:36, seba.wag...@gmail.com wrote: > Yeah I like meant: We are not so far apart in what we think are options. > > there is no need to create lot's of small JS modules > => I didn't suggest that. I would say a balance is needed. This thing > around "network/chatter" when ha

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-12 Thread seba.wag...@gmail.com
Yeah I like meant: We are not so far apart in what we think are options. there is no need to create lot's of small JS modules => I didn't suggest that. I would say a balance is needed. This thing around "network/chatter" when having too many JS files: It is true if you have 100++. But its also tru

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-11 Thread Maxim Solodovnik
On Sun, 10 May 2020 at 07:18, seba.wag...@gmail.com wrote: > I think our ideas are not so far apart. > > Your argument around not using npm/yarn and other JS tools is bit funny > I never told npm shouldn't be used My points are 1) there is no need to create lot's of small JS modules 2) there is

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-09 Thread seba.wag...@gmail.com
I think our ideas are not so far apart. Your argument around not using npm/yarn and other JS tools is bit funny :) It sounds like arguing that using Java without Maven/Ant/Gradle is a good idea cause "I could also write my own script doing that just fine" :):) With "draggable/droppable/resizable"

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-02 Thread Maxim Solodovnik
On Sun, 3 May 2020 at 04:17, seba.wag...@gmail.com wrote: > I guess I'm bit more creative on how I think it could work. > > We are already using JS-only components. So I would hope most would just > stay as-is. > > For example: https://github.com/webrtc/adapter > => we are using this, but instead

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-02 Thread seba.wag...@gmail.com
I guess I'm bit more creative on how I think it could work. We are already using JS-only components. So I would hope most would just stay as-is. For example: https://github.com/webrtc/adapter => we are using this, but instead of having a package.json and reference the script we copy n paste it.

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-01 Thread Maxim Solodovnik
Hello Sebastian, >From jquery-ui we are using 1) draggable/droppable/resizable - seems to have to alternatives 2) dialog - can be replaced any time due to we are using basic functionality only Touch events are now works for room I still don't see why we need to rewrite everything ... On Sat, 2

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-05-01 Thread seba.wag...@gmail.com
I'm just not sure how long it will take for jquery-ui to stop working. There has been literally no update to jquery-ui since 2016: https://jqueryui.com/changelog/1.12.1/ For jquery Mobile there hasn't been any since 2016 either: https://github.com/jquery/jquery-mobile/commits/master jquery itself

Re: How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-04-27 Thread Maxim Solodovnik
Hello Sebastian, I haven't planned to "brea away the conference room" and re-writing anything My goals were to 1) simplify JS dependency management 2) simplify Maven build 3) clean-up "manual polyfilling" and some hacks 4) use latest MathJax https://github.com/mathjax/MathJax/issues/2414 5*) opti

How long until we break away the conference room JavaScript from the rest of the Wicket application :)

2020-04-27 Thread seba.wag...@gmail.com
Hi, how about we start to plan how to break away the conference room from the rest of the application ? It is already a lot of pure JavaScript. And writing it would be probably easier. As well as you constantly need latest JS features. Compile it stand-alone with Npm or yarn. use a package.json c