From: Alex L. <ale...@gm...> - 2011-05-16 16:25:33
|
Hi, I'm very new to XMLVM so please forgive me if I'm asking a stupid question. I'm attempting to convert an android application I have which makes use of android.os.AsyncTask and org.apache.http.client.methods.HttpDelete which are both missing from XMLVM as far as I can see. Is it correct that they have not been implemented in XMLVM or have I missed something? If there isn't an implementation please can someone advise me as to how I would get my application working. Do I need to create implementations for the missing classes for XMLVM, import the android source for those classes into XMLVM or something else? Thank you in advance for your help. Many Thanks, Alex |
From: Arno P. <ar...@pu...> - 2011-05-16 17:04:07
|
the two classes you have mentioned are not yet supported in XMLVM's Android Compat Lib. If you check the folder xmlvm/src/android2iphone, you can see which API is currently supported. Arno On 5/16/11 9:25 AM, Alex Lewis wrote: > Hi, > I'm very new to XMLVM so please forgive me if I'm asking a stupid > question. I'm attempting to convert an android application I have which > makes use of android.os.AsyncTask and > org.apache.http.client.methods.HttpDelete which are both missing from > XMLVM as far as I can see. Is it correct that they have not been > implemented in XMLVM or have I missed something? If there isn't an > implementation please can someone advise me as to how I would get my > application working. Do I need to create implementations for the missing > classes for XMLVM, import the android source for those classes into > XMLVM or something else? > > Thank you in advance for your help. > > Many Thanks, > Alex > > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Alex L. <ale...@gm...> - 2011-05-17 08:26:09
|
Thank you Arno for your help and prompt response it is very much appreciated. Are there any options available to me apart from changing my code to use only the XMLVM API? I noticed that HttpGet in XMLVM looks mostly unimplemented and looking at the SVN history it seems to suggest it is just skeleton code. Is this the case or is it the conversion/transformation process which injects the implementation? I'm just trying to work out whether XMLVM is going to be an option for me and whether I could implement the code I require in XMLVM as well as gauging how long that would take me. Once again thank you for your help. Thanks, Alex On 16 May 2011 18:03, Arno Puder <ar...@pu...> wrote: > > the two classes you have mentioned are not yet supported in XMLVM's > Android Compat Lib. If you check the folder xmlvm/src/android2iphone, > you can see which API is currently supported. > > Arno > > > On 5/16/11 9:25 AM, Alex Lewis wrote: > > Hi, > > I'm very new to XMLVM so please forgive me if I'm asking a stupid > > question. I'm attempting to convert an android application I have which > > makes use of android.os.AsyncTask and > > org.apache.http.client.methods.HttpDelete which are both missing from > > XMLVM as far as I can see. Is it correct that they have not been > > implemented in XMLVM or have I missed something? If there isn't an > > implementation please can someone advise me as to how I would get my > > application working. Do I need to create implementations for the missing > > classes for XMLVM, import the android source for those classes into > > XMLVM or something else? > > > > Thank you in advance for your help. > > > > Many Thanks, > > Alex > > > > > > > > > ------------------------------------------------------------------------------ > > Achieve unprecedented app performance and reliability > > What every C/C++ and Fortran developer should know. > > Learn how Intel has extended the reach of its next-generation tools > > to help boost performance applications - inlcuding clusters. > > http://p.sf.net/sfu/intel-dev2devmay > > > > > > > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Arno P. <ar...@pu...> - 2011-05-17 21:07:25
|
we have just gotten the Socket API working with the C backend. You should be able to use the full HTTP API that J2SE has to offer (with the C backend). Arno On 5/17/11 1:25 AM, Alex Lewis wrote: > Thank you Arno for your help and prompt response it is very much > appreciated. > > Are there any options available to me apart from changing my code to use > only the XMLVM API? I noticed that HttpGet in XMLVM looks mostly > unimplemented and looking at the SVN history it seems to suggest it is > just skeleton code. Is this the case or is it the > conversion/transformation process which injects the implementation? > > I'm just trying to work out whether XMLVM is going to be an option for > me and whether I could implement the code I require in XMLVM as well as > gauging how long that would take me. > > Once again thank you for your help. > > Thanks, > Alex > > On 16 May 2011 18:03, Arno Puder <ar...@pu... > <mailto:ar...@pu...>> wrote: > > > the two classes you have mentioned are not yet supported in XMLVM's > Android Compat Lib. If you check the folder xmlvm/src/android2iphone, > you can see which API is currently supported. > > Arno > > > On 5/16/11 9:25 AM, Alex Lewis wrote: > > Hi, > > I'm very new to XMLVM so please forgive me if I'm asking a stupid > > question. I'm attempting to convert an android application I have > which > > makes use of android.os.AsyncTask and > > org.apache.http.client.methods.HttpDelete which are both missing from > > XMLVM as far as I can see. Is it correct that they have not been > > implemented in XMLVM or have I missed something? If there isn't an > > implementation please can someone advise me as to how I would get my > > application working. Do I need to create implementations for the > missing > > classes for XMLVM, import the android source for those classes into > > XMLVM or something else? > > > > Thank you in advance for your help. > > > > Many Thanks, > > Alex > > > > > > > > > ------------------------------------------------------------------------------ > > Achieve unprecedented app performance and reliability > > What every C/C++ and Fortran developer should know. > > Learn how Intel has extended the reach of its next-generation tools > > to help boost performance applications - inlcuding clusters. > > http://p.sf.net/sfu/intel-dev2devmay > > > > > > > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > <mailto:xml...@li...> > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > xmlvm-users mailing list > xml...@li... > <mailto:xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Alex L. <ale...@gm...> - 2011-05-18 12:53:32
|
Once again thank you Arno, I will try using the C backend and writing the application in pure J2SE. Thanks, Alex On 17 May 2011 22:07, Arno Puder <ar...@pu...> wrote: > > we have just gotten the Socket API working with the C backend. You should > be able to use the full HTTP API that J2SE has to offer (with the C > backend). > > Arno > > > > On 5/17/11 1:25 AM, Alex Lewis wrote: > >> Thank you Arno for your help and prompt response it is very much >> appreciated. >> >> Are there any options available to me apart from changing my code to use >> only the XMLVM API? I noticed that HttpGet in XMLVM looks mostly >> unimplemented and looking at the SVN history it seems to suggest it is >> just skeleton code. Is this the case or is it the >> conversion/transformation process which injects the implementation? >> >> I'm just trying to work out whether XMLVM is going to be an option for >> me and whether I could implement the code I require in XMLVM as well as >> gauging how long that would take me. >> >> Once again thank you for your help. >> >> Thanks, >> Alex >> >> On 16 May 2011 18:03, Arno Puder <ar...@pu... >> <mailto:ar...@pu...>> wrote: >> >> >> the two classes you have mentioned are not yet supported in XMLVM's >> Android Compat Lib. If you check the folder xmlvm/src/android2iphone, >> you can see which API is currently supported. >> >> Arno >> >> >> On 5/16/11 9:25 AM, Alex Lewis wrote: >> > Hi, >> > I'm very new to XMLVM so please forgive me if I'm asking a stupid >> > question. I'm attempting to convert an android application I have >> which >> > makes use of android.os.AsyncTask and >> > org.apache.http.client.methods.HttpDelete which are both missing >> from >> > XMLVM as far as I can see. Is it correct that they have not been >> > implemented in XMLVM or have I missed something? If there isn't an >> > implementation please can someone advise me as to how I would get my >> > application working. Do I need to create implementations for the >> missing >> > classes for XMLVM, import the android source for those classes into >> > XMLVM or something else? >> > >> > Thank you in advance for your help. >> > >> > Many Thanks, >> > Alex >> > >> > >> > >> > >> >> ------------------------------------------------------------------------------ >> > Achieve unprecedented app performance and reliability >> > What every C/C++ and Fortran developer should know. >> > Learn how Intel has extended the reach of its next-generation tools >> > to help boost performance applications - inlcuding clusters. >> > http://p.sf.net/sfu/intel-dev2devmay >> > >> > >> > >> > _______________________________________________ >> > xmlvm-users mailing list >> > xml...@li... >> <mailto:xml...@li...> >> >> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> >> ------------------------------------------------------------------------------ >> Achieve unprecedented app performance and reliability >> What every C/C++ and Fortran developer should know. >> Learn how Intel has extended the reach of its next-generation tools >> to help boost performance applications - inlcuding clusters. >> http://p.sf.net/sfu/intel-dev2devmay >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> <mailto:xml...@li...> >> >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> >> |