Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

PDF

2006

Theses

.NET

Articles 1 - 2 of 2

Full-Text Articles in Entire DC Network

Distributed Objects In C#, Xiaoyun Xie Jan 2006

Distributed Objects In C#, Xiaoyun Xie

Theses

Today more and more programs run over a collection of autonomous computers linked by a network and are designed to produce an integrated computing facility. Java Distributed Objects (JDO) proposed by Dr. Axel T. Schreiner builds an infrastructure which allows distributed program components to communicate over a network in a transparent, reliable, efficient, and generic way. JDO was originally intended as a teaching device to assess design parameters for distributed objects. This project focuses on porting JDO, which is implemented in Java on Sun's JDK, to C# on Microsoft's .NET. On one hand, it builds an infrastructure in C# that …


Jacil: A Cli To Jvm Compiler, Almann Goo Jan 2006

Jacil: A Cli To Jvm Compiler, Almann Goo

Theses

Both the .NET Framework via the Common Language Infrastructure (CLI) and the Java Virtual Machine (JVM) provide a managed, virtual execution environment for running high-level virtual machine code. As these two platforms become ubiquitous, it is of pragmatic and academic interest to have the capability of running CLI code on the JVM and vice versa. This project developed JaCIL (pronounced "jackal"), a CLI assembly to JVM class file bytecode compiler framework. JaCIL also provides a user program for running CLI-to-JVM translations and a runtime library to support the translated code.