Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2022-05-22 Thread hprc

It's certainly interesting.
However, do you recognize that the development of [GWT Eclipse Plugin] will 
not be continued anymore?
2022年5月22日日曜日 18:16:34 UTC+9 eliasbala...@gmail.com:

> Interesting...
>
> But you are using STS distribution not the standard, perhaps something is 
> different in the STS distribution compared to the primary Eclipse 
> Foundation's distribution.
>
> On Saturday, 14 May 2022 at 19:09:32 UTC+1 foal wrote:
>
>> I am on Eclipse 4.22 (STS 4.13.1) and plugin still works (
>> https://github.com/gwt-plugins/gwt-eclipse-plugin) 
>>
>> On Wednesday, May 4, 2022 at 12:56:47 AM UTC+2 Craig Mitchell wrote:
>>
>>> I'm on Eclipse 2021-09 (4.21.0) and it works fine.
>>>
>>> However, after this version, the Google plugin stops working  
>>> https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3659  
>>> so I haven't tried later versions.
>>>
>>> On Monday, 2 May 2022 at 11:17:23 pm UTC+10 eliasb...@gmail.com wrote:
>>>
 Until Eclipse 2021-03 (4.19) the GWT Eclipse Plugin is still working.

 Under Eclipse 2022-03, the preferences page, the GWT Development view 
 and the run configurations are not accessible.

 This is crucial for certain teams relying on GWT Eclipse Plugin for 
 running applications from within the Eclipse IDE and locks users to 
 Eclipse 
 2021-03 permanently, unless this can be fixed.



-- 
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/8c405de5-810b-43c9-8480-bef3300b0e84n%40googlegroups.com.


Re: Is there an easy way to use GWT Request Factory?

2022-05-22 Thread hprc
It's wise not to use Request Factory, right?
However, since it is also described in the official document, I think that 
there are people who are interested.
I have to fix these documents as well.
For example, deprecated ...

2022年5月21日土曜日 21:07:22 UTC+9 t.br...@gmail.com:

> Using ORMs on clients and servers, what are you talking about?
>
> On Saturday, May 21, 2022 at 3:27:25 AM UTC+2 hprc wrote:
>
>> to: t.br ..
>> thank you for the advice.
>> Right now I'm not using [RequestFactory] right now, so I'm not having any 
>> issues, but it's interesting to be able to use ORMs on clients and servers, 
>> isn't it?
>>
>> I myself create a data sharing type object in there and exchange it.
>>
>> 2022年5月20日金曜日 23:14:58 UTC+9 ralph.f...@gmail.com:
>>
>>> why not use gwt-rpc? I am a lazy guy and am happily using it for more 
>>> than 10 years now - I even use the generated serializers in combination 
>>> with WebSockets. What can possibly go wrong here...?
>>>
>>> On Fri, May 20, 2022 at 3:57 PM Thomas Broyer  wrote:
>>>
 Short answer: don't start using RequestFactory now, it's been 
 practically unmaintained for years.

 Long answer: there's not really a longer answer actually, it's OK to 
 keep using RF in existing projects (if you can't afford moving to 
 something 
 else), but don't start anything with it now.
 (I wouldn't start anything new with gwt-rpc either BTW, but YMMV)

 On Friday, May 20, 2022 at 12:32:18 AM UTC+2 hprc wrote:

> I know that GWT Request Factor plays an important role in Java object 
> persistence and communication between client and server.
> However, on the server and client, even one object needs to generate 
> related classes and interfaces, and then annotation settings etc. need to 
> be set for each class and interface.
> It is complicated and has a lot of trouble to create.
>
> Originally, these things are like plugins, and it is desirable to 
> select one object and generate a related class, but do you all know?
>
> I have been using GWT for over 10 years, but I do not use 
> "RequestFactory" and operate only with objects like Map by RPC 
> communication.
> This can simplify the entire system and greatly reduce the effort 
> required to create it.
>
> GWT RequestFactory
> https://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html
>
 -- 
 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-tool...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-web-toolkit/66b91749-8cb7-4b84-964d-82c2996adca8n%40googlegroups.com
  
 
 .

>>>

-- 
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/91c9fd09-749c-4e3f-9ccd-d3d9226f282dn%40googlegroups.com.


[gwt-contrib] Re: Testing for GWT 2.10.0 release

2022-05-22 Thread mcmi...@gmail.com
Hi,
I could test on Windows 10 (and maybe Windows 11)
Browser :
- Firefox
- Edge (but Chromium only)
- IE 11 (End of Support on June 15th)
- Chrome

JVM:
- 11
- 17
- 18
- 19 eap
Boris Brudnoy schrieb am Freitag, 20. Mai 2022 um 14:33:02 UTC+2:

> I'll test. I'm on macOS Monterey 12.3.1. Can do whichever JVMs / browsers 
> run on macOS, which AFAICT is everything but IE11.
>
> On Thursday, May 19, 2022 at 11:34:31 PM UTC-4 nilo...@gmail.com wrote:
>
>> Hello all,
>>
>> All of the preliminary testing that I'm aware of for the upcoming release 
>> is complete, leaving us with a decent level of confidence in the changes. 
>> We have a document that outlines the release plan (with a link to the 
>> standard release steps and the testing process) that has undergone a few 
>> small tweaks, and I think is ready to go:
>>
>> https://docs.google.com/document/d/10Cn0Z7SDv0ZW5OVZdoIdw5EAEDUbtK6vracOOnxj7po/edit
>>
>> I'm now asking for volunteers who are able to test the final release once 
>> it is ready to go. We're hoping for a cross section of testing that verifies
>>
>>- JVM Version: 8, 11, 17/18
>>- OS: Linux, OS X, Windows 8.1, 10, 11
>>- Browser: Chrome, Firefox, Safari, IE11, Edge (blink)
>>
>> Windows 8.1 and 10 VMs are available at 
>> https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/, I'm not 
>> presently aware of a source for Windows 11 VMs, so ideally we have a few 
>> people running that natively.
>>
>> Please reply to this or contact me off-list (co...@colinalworth.com) 
>> with the combinations you have access to and are able to test, and we'll 
>> organize in the next few days, and start the next steps.
>>
>> Thanks!
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/15657d45-153e-4911-b1a8-d60534fdaf78n%40googlegroups.com.


Re: GWT Eclipse Plugin is not compatible with Eclipse 2022-03

2022-05-22 Thread eliasbala...@gmail.com
Interesting...

But you are using STS distribution not the standard, perhaps something is 
different in the STS distribution compared to the primary Eclipse 
Foundation's distribution.

On Saturday, 14 May 2022 at 19:09:32 UTC+1 foal wrote:

> I am on Eclipse 4.22 (STS 4.13.1) and plugin still works (
> https://github.com/gwt-plugins/gwt-eclipse-plugin) 
>
> On Wednesday, May 4, 2022 at 12:56:47 AM UTC+2 Craig Mitchell wrote:
>
>> I'm on Eclipse 2021-09 (4.21.0) and it works fine.
>>
>> However, after this version, the Google plugin stops working  
>> https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3659  
>> so I haven't tried later versions.
>>
>> On Monday, 2 May 2022 at 11:17:23 pm UTC+10 eliasb...@gmail.com wrote:
>>
>>> Until Eclipse 2021-03 (4.19) the GWT Eclipse Plugin is still working.
>>>
>>> Under Eclipse 2022-03, the preferences page, the GWT Development view 
>>> and the run configurations are not accessible.
>>>
>>> This is crucial for certain teams relying on GWT Eclipse Plugin for 
>>> running applications from within the Eclipse IDE and locks users to Eclipse 
>>> 2021-03 permanently, unless this can be fixed.
>>>
>>>

-- 
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/1e5baf0b-9bc2-437d-bfbf-71644abd0299n%40googlegroups.com.