I am new in rhodes world.

I want my rhodes app to talk directly with web server

i.e I dont want to use Rhosync.

How can I achieve this?

Also I have seen about Rho AsyncHttp, is it the same I do need to do?

link|improve this question

50% accept rate
"I am new in rhodes world." - welcome to Earth! ;) Was there a programming question? – Mitch Wheat Jul 14 '11 at 10:00
feedback

1 Answer

You may use Rhodes without Rhosync. They provide the AsyncHttp classes and methods to enable pulling data and images from other web servers.

You may also utilize the Rhodes ORM (Rhom) even if you are not using RhoSync. This can greatly increase your efficiency when dealing with data objects from your backend systems, using RhoSync or otherwise.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.