Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [e4-dev] Re: Trident (was: animations)

Hi Boris and Kirill,

 

I follow this thread closely. Please let me know if you change the list.

 

Regards

Yves YANG

From: e4-dev-bounces@xxxxxxxxxxx [mailto:e4-dev-bounces@xxxxxxxxxxx] On Behalf Of Boris Bokowski
Sent: Friday, December 04, 2009 11:57 PM
To: E4 Project developer mailing list
Subject: Re: [e4-dev] Re: Trident (was: animations)

 

Hi Kirill,

> Thanks for the comments. It looks like we are talking about minor
> issues - how Trident is implemented. That's a lot of valid points
> that we can discuss in this list or in the project mailing lists.


You are right - we may want to take this off list or discuss it in the issue tracker over at http://kenai.com/projects/trident.

There is one more thing at this level though - your code currently requires Java 6, and we would like e4 to be usable on 1.5 VMs as well. I went through the code (the core and SWT parts), and the only 1.6 feature you are using is the ability to annotate methods with @Override when they are just implementing a method from an interface. Would you be able to produce a version of Trident (just the core and SWT parts) without these annotations? More importantly, would you be able to promise, going forward, that you won't introduce dependencies on anything that is only available in the 1.6 class libraries, from the core and SWT parts? Obviously, at some point in the future, requiring 1.6 instead of 1.5 may make sense for e4, but we're not there yet.

Boris

Internal Virus Database is out of date.
Checked by AVG - www.avg.com
Version: 8.5.392 / Virus Database: 270.13.58/2306 - Release Date: 08/16/09 06:09:00


Back to the top