From: Tobias H. <tob...@gm...> - 2009-09-14 05:26:11
|
Hi, I am trying to decide wheter to try to implement a few of my iPhone- ideas using xmlvm (I know every corner of java) or if I should invest time in obj-c + cocoa + service frameworks + xCode. Needless to say: I'd be happy to go with the former IFF it is sufficient for my needs. Which leads me to: I think it is hard to tell (reading on the project page) which iPhone specifics have been mapped over to java currently. For instance, what about the following: - Camera functionality? - Positioning, GPS? - Net IO (to be able to post an retrieve restonses over http) Could someone shed a little light? Thanks, Tobias |
From: Wolfgang K. <wol...@xm...> - 2009-09-14 06:16:56
|
Tobias, currently only parts of the Cocoa API have been ported to XMLVM. Networking and HTTP support is one of the next things that will be added to XMLVM. Camera and GPS are not ported yet. What do you think of doing the port and contribute it back to the XMLVM project? XMLVM is open source and grows with the community's support. More details on contributing to XMLVM can be found at http://xmlvm.org/contribute/ . -- Wolfgang Tobias Hill wrote: > Hi, > > I am trying to decide wheter to try to implement a few of my iPhone- > ideas using xmlvm (I know every corner of java) or if I should invest > time in obj-c + cocoa + service frameworks + xCode. Needless to say: > I'd be happy to go with the former IFF it is sufficient for my needs. > > Which leads me to: I think it is hard to tell (reading on the project > page) which iPhone specifics have been mapped over to java currently. > > For instance, what about the following: > - Camera functionality? > - Positioning, GPS? > - Net IO (to be able to post an retrieve restonses over http) > > Could someone shed a little light? > > Thanks, > Tobias > > > ------------------------------------------------------------------------------ > 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 > |
From: Kevin G. <ke...@co...> - 2009-09-14 07:24:20
|
>From recent experienece I've found it's quicker and more enjoyable to do just enough objc to provide the porting of the APIs you want rather than learn into objc enough to write your whole project in it. I went a learnt how to use objc in detail, then found XMLVM, never looked back. I only have to do the bits of objc that absolutely have to be done. :) Kev 2009/9/14 Wolfgang Korn <wol...@xm...> > Tobias, > > currently only parts of the Cocoa API have been ported to XMLVM. > Networking and HTTP support is one of the next things that will be added > to XMLVM. Camera and GPS are not ported yet. > > What do you think of doing the port and contribute it back to the XMLVM > project? XMLVM is open source and grows with the community's support. > More details on contributing to XMLVM can be found at > http://xmlvm.org/contribute/ . > > -- Wolfgang > > > > Tobias Hill wrote: > > Hi, > > > > I am trying to decide wheter to try to implement a few of my iPhone- > > ideas using xmlvm (I know every corner of java) or if I should invest > > time in obj-c + cocoa + service frameworks + xCode. Needless to say: > > I'd be happy to go with the former IFF it is sufficient for my needs. > > > > Which leads me to: I think it is hard to tell (reading on the project > > page) which iPhone specifics have been mapped over to java currently. > > > > For instance, what about the following: > > - Camera functionality? > > - Positioning, GPS? > > - Net IO (to be able to post an retrieve restonses over http) > > > > Could someone shed a little light? > > > > Thanks, > > Tobias > > > > > > > ------------------------------------------------------------------------------ > > 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 > > > > > > ------------------------------------------------------------------------------ > 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 > |