Wonderful ... plz try to folow me to the end .. You say , I should'nt write this code in x code ?? so ?? where can I writ it And then how can I compile it to see it in the iphone simulator ??
Who can guide me or give me a simple tuto for that .. is that simple or difficult ?? is the simulator installed in my mac can simulate other type of projects then the x code project I need to built an iphone application that call a web services from a distant server .. I have created my application server with a powerful tool called spring roo I should prepare my application for the iphone But first I should test a web service on iphone All I know about RESTful web services is theoric and I want to implement that ? If you think that I can d that without x code .. why they say that I have to add the framework JSON to my project ?? becoz JSON is the parser used in dev iphone ?? is it right that iphone dosen't support xml ?? Heeeeeeeeeeeeeelp plzzzzzzzzzzzzzzzzzzzzz :'((( 2010/3/31 Andy Fuchs <[email protected]> > On 31.03.10 18:12, "rim negra" <[email protected]> wrote: > > > I have this book "Building iPhone Apps with HTML, CSS, and JavaScript" > but I > > don't know in wchich part I should focus !! > > Start at the beginning and proceed to the end :-) > > > Thanks so much Andy .. for your answar .. > > > > I want you to know that I am new in iphone devlopement and I don't Know > > exactly how to proceed > > > > To be more and more clear, > > All I need now, is to have a web service (REST or other ) and consume > this > > service web on the iphone > > > > > > I need to know the architecture of this procedure .. > > As I wrote: It's simply a HTTP-GET request: i.e.: > > http://api.flickr.com/services/rest/?method=flickr.test.echo&name=value > > (If you don't know how to send such a request, you should definitely read > in > your book about that) > > > which class in my x code project will be affected ?? > > You don't need XCode - just use a text-editor, as you do with other > websites. > > > finnally, how can I see in the screen the result of my web servie, the > famous > > hello world web service or wat ever > > document.write("<b>Hello World "<\/b>"); > > or > > document.getElementById("myTargetElement").innerText = "Hello World"; > > or the result of your webservice (or whatever). > > a. > > > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<iphonewebdev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/iphonewebdev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
