On 02.04.10 00:02, "rim negra" <[email protected]> wrote:

> wonderful .. I finally have inderstood
>  .. yes that's was quite easy ...
> 
> thx a lot
> 
> I have tested it even before I read this last mail ..
> 
> 
> What I need for the moment how to parse this web service ??
> 
> here is my web service:
> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
>    <meteo uri="http://localhost:8080/WebApplication3/resources/meteoes/1/";>
>        <ciel>33</ciel>
>        <id>1</id>
>        <temp>23</temp>
>    </meteo>
> 
> 
> when I type http://localhost:8080/WebApplication3/resources/meteoes/1 in the
> iphone navigator it shows me 33 1 23
> 
> I need to show this informations to be more clear for the user ?

I don't understand. Just put the values into a text-field?
 
> who can I use the parser ?

-> Google

i.e.: 
<http://en.wikipedia.org/wiki/Ajax_(programming)>
<http://www.devarticles.com/c/a/JavaScript/JavaScript-and-XML/>
<http://www.w3schools.com/XML/xml_examples.asp>

a.


> 
> 
> 
> 
> 2010/4/1 Jesse Burcsik <[email protected]>
> 
>> Win
>> 
>> Sent from a little machine I call a phone
>> 
>> 
>> On 2010-04-01, at 12:00 PM, Andy Fuchs <[email protected]> wrote:
>> 
>>  On 01.04.10 02:21, "rim negra" <[email protected]> wrote:
>>> 
>>>  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
>>>> 
>>> 
>>> In any text editor... as you do with other Javascript stuff. You can also
>>> use Netbeans, Eclipse, Aptana, Dashcode or whatever.
>>> 
>>>  And then how can I compile it to see it in the iphone simulator ??
>>>> 
>>> 
>>> Open Safari in the simulator, type in the webaddress of your app. That's
>>> it
>>> 
>>>  Who can guide me or give me a simple tuto for that ..
>>>> is that simple or difficult ??
>>>> 
>>> 
>>> If you can type in a web-address it should be easy :-)
>>> 
>>>  is the simulator installed in my mac can simulate other type of projects
>>>>  then
>>>> the x code project
>>>> 
>>> 
>>> Yes. Btw. did you ever read Apple's developer pdf's? There are plenty of
>>> use-cases, examples and how-tos.
>>> 
>>>  I need to built an iphone application that call a web services from a
>>>> distant
>>>> server ..
>>>> 
>>> 
>>> That's how it works normally. But for the application it makes no
>>> difference, if the webserver is distant or close by.
>>> 
>>>   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
>>>> 
>>> 
>>> That's both the same thing...
>>> 
>>> 
>>>  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 ..
>>>> 
>>> 
>>> Yes.
>>> 
>>>  why they say that I have to add the framework JSON to my project ?? becoz
>>>> JSON
>>>> is the parser used in dev iphone ??
>>>> 
>>> 
>>> No - if you use any other format (i.e. XML, plain Text, Binary) to
>>> transfer
>>> your data, you don't need JSON framework.
>>> 
>>> 
>>>  is it right that iphone dosen't support xml ??
>>>> 
>>> 
>>> No
>>> 
>>> 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%2bunsubscr...@googleg
>>> roups.com>
>>> .
>>> 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]<iphonewebdev%2bunsubscr...@googlegr
>> oups.com>
>> .
>> 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.

Reply via email to