Papers/youtube

Developing iPhone Applications using Java

tomato13 2008. 10. 16. 08:09
http://www.youtube.com/watch?v=s8nMpi5-P-I

iPhone은 Max OS X operating system기반의 Cocoa라는 platform(?)을 기반으로 개발이되었다.
.......
Cocoa is Apple Inc.'s native object-oritented application program environment for the Mac OS X operating system. It is one of five major APIs available for Max OS X; the others are Carbon, Toolbox(for the obsolete Classic environment), POSIX(for the BSD environment), and Java.
......

본 강의는 XMLVM을 사용하여 java program byte code를 Objective-C code로 변환하여 수행하는 방안을 설명한다. 

XMLVM은 이종의 언어들을 대상으로 java bytecode, JavaScript, Python 혹은 Objective-C, C++등으로 변환하는 것을 목적으로 한다.
.......
The goal of XMLVM is to offer a flexible and extensible cross compiler toolchain.
......