Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-31 Thread Shahram Zadeh
Yeah, we realized that chrome debugger and SDBG are the same, but it's a different world when your debug session is like a desktop application, you don't notice it's a Web application. I checked the video how to separate the projects but unfortunately we cannot move to maven. We are very happy that

Re: Experiences using event bus

2020-08-31 Thread lofid...@gmail.com
My favorite for EventBus is this framework: https://github.com/google/gwteventbinder In combination with the video, IMHO is the easiest framework for EventBus: Google I/O 2013 - Demystifying MVP and EventBus in GWT

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-31 Thread lofid...@gmail.com
... and for development: it is wise to separate your GWT UI project from your server part: - Separate the Maven modules: one for server and one for client GWT UI, don't mixed both modules. - Develop both modules independently, mock your server to be able to make a fast turn around t

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-31 Thread lofid...@gmail.com
Hi, great to hear that you managed to move to GWT 2.9... AFAIK, SDBG is implemented based on Chrome, so actually it is the same whether you use Chrome or SDBG in Eclipse, only it looks more integrated in Eclipse 😀 shahra...@gmail.com schrieb am Montag, 31. August 2020 um 03:25:08 UTC+2: > Tha

Re: CustomEvent examples

2020-08-31 Thread Gordan Krešić
On 28. 08. 2020. 23:28, Thomas Broyer wrote: https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Creating_and_triggering_events The second example would be coded as: CustomEventIniteventInit =CustomEventInit.create(); eventInit.setDetail(time); CustomEventevent=newCustomEvent("build",eve