From: <yo....@ho...> - 2011-02-11 14:05:37
|
HelloI have watched the Google Talk about XMLVM and would like to ask some questions.- Can I use Jython with XMLVM or must I use Java?- Since XMLVM cross compiles the byte code doesn't that mean that the resulting Objective-C code can't be modified? For instance, if I want to make any changes I would have to go back to the original Java (or Jython) code, make the changes and then cross compile again?- Can I write Objective-C code that will use variables from the XMLVM resulting code? For example, I write the Java code to communicate with a server sending login information (i.e. login and password) and then write ObjC that sets those variables from user input.- If the Java code that I write doesn't do any GUI and I want to do all the UI using Interface Builder is this possible or will I have trouble linking the XMLVM code with Interface Builder?- If I have a .jar which contains a Java API is it possible to cross compile this library and then use the API with native ObjC?Thank you. |