From: Arno P. <ar...@pu...> - 2009-08-24 23:52:01
|
Martijn, XMLVM is a general cross-compiler toolchain for different source and destination targets. The java.awt.* things you have seen belong to another target. Take a look at source folder src/xmlvm2objc/compat-lib/java to see the API we support for the iPhone. I'm currently working on XML-parsing API (NSXMLParser) that I hope to check in sometime real soon. Arno Martijn Vastenburg wrote: > Hello, > > As an experienced Java programmer, I was delighted to find XMLVM as a > way to develop Iphone applications in Java. > > I have been exploring the examples that shipped with XMLVM. Some of the > examples of XMLVM make use of java.awt classes. I am confused here, > since I thought Cocoa classes had to be used instead. Could someone > please explain to me what Java libraries I can use when developing for > the Iphone? Can I use AWT since it is all-java, and should I avoid using > Swing? And what about libraries for parsing XML files and accessing > MySQL, can they be used on the Iphone? > > Thanks! > Martijn > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |