| Article: |
10 Reasons We Need Java 3.0 | |
| Subject: | Learn from C#/.Net as they did from java | |
| Date: | 2002-08-06 01:39:41 | |
| From: | ianfairman | |
|
Response to: Learn from C#/.Net as they did from java
|
||
|
> 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-07 03:15:04 joostdev [View]
Ok, fair point. Imo javabeans and EJB's are too fine-grained to be called real-world components. A .Net assembly (=component) can contain several classes. Ofcourse a .jar file contains classes. But a .jar file does not advertise it's public interface nor does it sustain a form of versioning that is automatically checked by other code that uses the component.


