LornaJane

Quicksearch

Comments

Alan Knowles about PHP Rest Server (part 3 of 3)
Sat, 06.09.2008 01:19
please fix the example – escape output!!! – cant say how man y time’s i’ve seen commercial code with bugs like that.. JSON is now more commonly used to do this stuff.. XML is us ed mainly for compatibility with REALLY OLD systems now.. ;)


mark rushworth about Acer Aspire One (and cosy)
Fri, 05.09.2008 19:01
Nice cosy :) have you tried to install any of the other linu x os’s on it yet? i believe theres a nice version of ubuntu thats designed for netbooks if i deserve a slap for that then stick on slackware for extra l33tness :)


Cairo'sBlog about PHP Rest Server (part 3 of 3)
Fri, 05.09.2008 17:47
Olá, hoje no blog da Lorna Jane saiu a terceira e ultima par te de como fazer um REST Server em PHP. Aqui você pode ver o primeiro, segundo e terceiro artigo. Basicamente ele tem o mesmo comportamento do que um SOAP service. Ótimo guia para quem vem …


LornaJane about PHP Rest Server (part 1 of 3)
Wed, 03.09.2008 23:48
Rory: I didn’t abstract the request object but it would be a nice separation to do so. Michael: I haven’t read that b ut I will, thanks for the link. Calling formulaic method na mes seems to a feature of most implementations I’ve seen so far. I haven’t looked at the Zend Framework stuff – t [...]


LornaJane about Acer Aspire One (and cosy)
Wed, 03.09.2008 23:42
Michael: Hey there! Luckily I still have the usual selectio n of other devices at my disposal and this is just for stayi ng in touch when I’m out on the road. I haven’t had any maj or battles with it yet and it certainly weighs a lot less th an my work laptop!


Michael P-J about Acer Aspire One (and cosy)
Wed, 03.09.2008 21:26
I’ve recently acquired an EeePC 900 as a quick-fix to a term inally dead laptop. I’d have bought an Aspire One, but it wa sn’t out when I bought mine and I needed a new computer righ t away. Anyway, I can echo your frustrations with hardware i ssues and the default install of Linux not being all [...]


LornaJane about PHP5 Soap Server
Tue, 02.09.2008 22:20
Andrew: Thanks for your comment – I had trouble getting the ZF version of the WSDL generator to work, but that was a cou ple of versions ago and I’d certainly give it another try if I had to do it again.


Michael S. about PHP Rest Server (part 1 of 3)
Tue, 02.09.2008 09:14
Have you seen the article in php|architect on creating a ser vice with the Reflection API? http://c7y.phparch.com/c/en try/1/art,rest_with_reflection/1 (Seems like a lot of peo ple have had a go at this problem—I’ve written something si milar as well. In my case it turned out to be really [...]


Rory about PHP Rest Server (part 1 of 3)
Mon, 01.09.2008 22:32
Looks good Lorna, I have been doing something fairly similar . I don’t know about you but I found that following the REST pattern wrote a lot of the code itself. I’m not sure if you did this or not, but I found it beneficial to abstract t he request into an interface and then do something lik [...]