The Artima Developer Community
Sponsored Link

Java Buzz Forum
Free Java Opens Doors To .NET World

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Free Java Opens Doors To .NET World Posted: Jan 27, 2006 10:45 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Free Java Opens Doors To .NET World
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

I spotted this message on the GNU Classpath mailing list yesterday:

Michael Kay: I'm working on a port of the Saxon XSLT and XQuery processor to the .NET platform using IKVMC. (You may already be familiar with this as Saxon.NET, but I'm now looking at folding it into the core product).

I've followed the Free Java (GNU gcj, Apache Harmony, GNU Classpath), .NET (Mono), and XML (XQuery, XSLT) spaces separately for a long time now. Today's post links the three together in a uniquely surprising yet logical fashion.

For people who don't know, Michael Kay is editor of W3C XSLT 2.0 and XPath 2.0 standards, and author of the popular open source XSLT/XQuery implementation Saxon. IKVMC is the Java bytecode to .NET CIL compiler from the IKVM project by Jeroen Frijters. It turns jar files into .NET assemblies for use under both Microsoft .Net Framework and Mono. It uses GNU Classpath as its underlying class library.

I think this move sends several signals to the wider Java community, especially those who dismissed the GNU Classpath effort when it started in the last millennium as a waste of time and have not revisited it since:

  1. GNU Classpath is more complete than its 0.20 designation suggests. Most non-Swing Java 1.4 applications libraries should be runnable with it.
  2. GNU Classpath based compilers and runtimes have already fulfilled their potential of taking Java to new and unexpected places.
  3. It pays to make sure that your library works with both the Sun JDK and free Java because it will take you places you never thought you could go.

Take a look at the free tools. You may have already won a free ticket to those places (natively compiled executables, .NET environment, bundled with a Linux distributions and end up on millions of computers)! if your code compiles and runs with a free compiler and runtime.

Read: Free Java Opens Doors To .NET World

Topic: Creating and Using a Custom Render Kit Learn how t... Previous Topic   Next Topic Topic: Become.com's Web Crawler: A Massively Scaled Java ...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use