From: Tomas V. <tom...@gm...> - 2010-11-30 09:49:20
|
Hi, I'm doing a proof-of-concept implementation with XMLVM for my master's thesis. I have a mobile application which uses a in-house framework and my goal is to make the program cross compile with XMLVM and do the framework components either in Objective-C or in Java then cross compiling it to Objective-C. So, I'm wondering how you do when you implement new classes in Objective-C. I will need this for our classes and possibly for Cocoa classes that are not implemented. >From what I have understood you create stubs in Java and then use XMLVM to generate Objective-C source files from these. Then you do the implementation of each class manually. Is this correct? If this is the case and I would like to implement a new class in Objective-C, would I do my skeleton in Java, generate the Objective-C code and do the implementation in Objective-C? Best regards, Tomas Vestelind ps. I think https://sites.google.com/a/xmlvm.org/documentation/home should be on www.xmlvm.org -- Quand on veut un mouton, c'est la preuve qu'on existe |