Re: [ovirt-devel] Merged UI infra patch

2015-12-16 Thread Greg Sheremeta
This is great!
Thanks :)

On Tue, Dec 15, 2015 at 10:23 AM, Vojtech Szocs <vsz...@redhat.com> wrote:
> Nice work, Alexander!
>
> (GWTP's @ProxyEvent is a convenient mechanism, but as you wrote, it can lead
> to UI code being lazy-loaded too aggresively which hurts UI responsiveness.)
>
> Vojtech
>
>
> - Original Message -
>> From: "Alexander Wels" <aw...@redhat.com>
>> To: devel@ovirt.org
>> Sent: Monday, December 14, 2015 9:32:41 PM
>> Subject: [ovirt-devel] Merged UI infra patch
>>
>> Hi guys,
>>
>> I just merged [1] which removes all occurrences of the @ProxyEvent mechanism
>> from the code base. As part of this patch I have to fix some Java generics
>> issues with some sub tabs. I believe I fixed them all properly but I might
>> have
>> missed some.
>>
>> As part of this fix, now it will lazy load the code associated with sub tabs
>> instead of loading all the code at once when you select an item in the main
>> tab grid. This should result in a more responsive UI and less memory usage.
>>
>> If you see any kind of strange behavior in sub tabs let me know and I will
>> see
>> if I can fix it.
>>
>> Alexander
>>
>>
>> [1] https://gerrit.ovirt.org/#/c/47912/
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel



-- 
Greg Sheremeta, MBA
Red Hat, Inc.
Sr. Software Engineer
gsher...@redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] Merged UI infra patch

2015-12-15 Thread Vojtech Szocs
Nice work, Alexander!

(GWTP's @ProxyEvent is a convenient mechanism, but as you wrote, it can lead
to UI code being lazy-loaded too aggresively which hurts UI responsiveness.)

Vojtech


- Original Message -
> From: "Alexander Wels" <aw...@redhat.com>
> To: devel@ovirt.org
> Sent: Monday, December 14, 2015 9:32:41 PM
> Subject: [ovirt-devel] Merged UI infra patch
> 
> Hi guys,
> 
> I just merged [1] which removes all occurrences of the @ProxyEvent mechanism
> from the code base. As part of this patch I have to fix some Java generics
> issues with some sub tabs. I believe I fixed them all properly but I might
> have
> missed some.
> 
> As part of this fix, now it will lazy load the code associated with sub tabs
> instead of loading all the code at once when you select an item in the main
> tab grid. This should result in a more responsive UI and less memory usage.
> 
> If you see any kind of strange behavior in sub tabs let me know and I will
> see
> if I can fix it.
> 
> Alexander
> 
> 
> [1] https://gerrit.ovirt.org/#/c/47912/
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
> 
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


[ovirt-devel] Merged UI infra patch

2015-12-14 Thread Alexander Wels
Hi guys,

I just merged [1] which removes all occurrences of the @ProxyEvent mechanism 
from the code base. As part of this patch I have to fix some Java generics 
issues with some sub tabs. I believe I fixed them all properly but I might have 
missed some.

As part of this fix, now it will lazy load the code associated with sub tabs 
instead of loading all the code at once when you select an item in the main 
tab grid. This should result in a more responsive UI and less memory usage.

If you see any kind of strange behavior in sub tabs let me know and I will see 
if I can fix it.

Alexander


[1] https://gerrit.ovirt.org/#/c/47912/
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel