| Article: |
10 Reasons We Need Java 3.0 | |
| Subject: | Learn from C#/.Net as they did from java | |
| Date: | 2002-08-05 02:01:53 | |
| From: | joostdev | |
|
I suspect Sun would abhor the idea alone of looking at C#/.Net to get inspiration for some changes. But the reality is that MS copied java and improved precisely on these kind things. I think its time Sun should do the reverse and look at C#/.Net. Because; like it or not, they are the competition! My suggestions: 1 one should be able to invoke a method on a basic datatype and it should be wrapped by an object under the hood. cf. C# 2 one should be able to define ones own basic datatypes for high performance computing (i.e. 'value objects' in C#) 3 java should support some kind of versioning at the platform level. (cf assemblies in .Net) 4 java should have some notion of components. (idem)
|
||
Showing messages 1 through 1 of 1.
-
Learn from C#/.Net as they did from java
2002-08-06 01:39:41 ianfairman [View]



Java already has two component models: JavaBeans and EJB. In what way would a .Net inspired model be different?