Linked by David Adams on Thu 18th Dec 2008 23:07 UTC, submitted by ebasconp
Java I read in InfoQ: "Ja.NET is a port of Java 1.5 SE to the .NET platform. The compiler is based on the Eclipse JDT, which has been modified to generate IL as well as Java Byte Code. Java traditionally compiles each class into a separate file, but this creates an unacceptable overhead for .NET. To address this, a tool based on Cecil is used to create larger assemblies much in the same way Jar files are created for Java."
Thread beginning with comment 340767
To read all comments associated with this story, please click here.
Layer over Layer
by middleware on Fri 19th Dec 2008 00:38 UTC
middleware
Member since:
2006-05-11

It reminds me all stuffs like ADO over DAO, DAO over ADO, OLE DB over DAO, ...