more fixups
[nestedvm.git] / doc / nestedvm.bib
1 @inproceedings{mohca,
2     author = "Scott Malabarba and Premkumar T. Devanbu and Aaron Stearns",
3     title = "MoHCA-Java: A Tool for C++ to Java Conversion Support",
4     booktitle = "International Conference on Software Engineering",
5     pages = "650-653",
6     year = "1999",
7     note =  "citeseer.ist.psu.edu/malabarba99mohcajava.html" }
8
9 @book{java,
10     author = "James Gosling and others",
11     title = "The {Java} Language Specification",
12     publisher = "GOTOP Information Inc.",
13     year = "1996",
14     address = "5F, No.7, Lane 50, Sec.3 Nan Kang Road Taipei, Taiwan; Unit 1905, Metro Plaza Tower 2, No. 223 Hing Fong Road, Kwai Chung, N.T., Hong Kong",
15     note =  "citeseer.ist.psu.edu/gosling96java.html" }
16
17 @article{capp,
18    title = "Cappuccino -- A C++ To Java Translator",
19    author = "Frank Buddrus and Jorg Schodel",
20    journal = "Proceedings of the 1998 ACM symposium on Applied Computing",
21    year = "1998" }
22
23 @misc{hotspot,
24    title = "The Java Hotspot performance engine architecture",
25    note =  "http://java.sun.com/products/hotspot/whitepaper.html",
26    year = "1999" }
27
28 @article{KR,
29    author = "Kernighan, B. W. and Ritchie, D. M.",
30    year = "1979",
31    title = "The C Programming Language",
32    publisher = "Englewood Cliffs, NJ: Prentice-Hall" }
33
34 @article{soustroup,
35    author = "B. Stroustrup.",
36    title = "The C++ Programming Language",
37    publisher = "Addison-Wesley",
38    year = "1997" }
39
40 @misc{csharp,
41    title = "The C\# Programming Language",
42    note =  "http://download.microsoft.com/download/0/a/c/0acb3585-3f3f-4169-ad61-efc9f0176788/CSharp.zip" }
43
44 @article{jni,
45    title = "The JavaTM Native Interface: Programmer's Guide and Specification",
46    author = "Sheng Liang",
47    publisher = "Addison Wesley Longman, Inc.",
48    year = "1999" }
49
50 @misc{cni,
51    title = "The Cygnus Native Interface for C++/Java Integration",
52    note =  "http://gcc.gnu.org/java/papers/cni/t1.html" }
53
54 @misc{j2me,
55    note =  "http://java.sun.com/j2me/docs/index.html" }
56
57 @misc{parrot,
58    note =  "http://www.parrotcode.org" }
59
60 @misc{python,
61    note =  "http://www.python.org" }
62
63 @misc{jazillian, 
64    note =  "http://www.jazillian.com/" }
65
66 @misc{c2j,
67    note =  "http://www.soften.ktu.lt/~stonis/c2java/" }
68
69 @article{c2jpp,
70    note =  "C2J ?C to Java translator",
71    year = "September 2001",
72    author = "Novosoft",
73    note =  "http://www.novosoftus.com/NS2B.nsf/w1/C2J" }
74
75 @article{ephedra,
76    author = "J. Martin",
77    title = "Ephedra: A C to Java Migration Environment",
78    publisher = "PhD thesis, University of Victoria",
79    year = "2002",
80    note =  "http://www.rigi.csc.uvic.ca/?jmartin/Ephedra" } 
81
82 @article{egcsjvm,
83    author = "T. Waddington",
84    title = "Java Backend for GCC",
85    note =  "http://archive.csee.uq.edu.au/?csmweb/uqbt.html\#gccjvm",
86    year = "November 2000" }
87
88 @misc{gcc,
89    note =  "http://gcc.gnu.org/" }
90
91 @misc{jikes,
92    note =  "http://www-124.ibm.com/developerworks/oss/jikes/" }
93
94 @misc{msil,
95    note =  "http://research.microsoft.com/~emeijer/Papers/CLR.pdf" }
96
97 @misc{ibex,
98    note =  "http://www.ibex.org" }
99