Starting Native
October 7th, 2009
I have been debating what would be the correct way to start. I would like to support multiple platforms and the rhomobile platform looks promising. The biggest problem with my application is connecting to the WCF web service in the backend.
I can’t affort RhoSync since this will be deployed at the end customer’s site. Also I think it would make the deployment too complex. I need to work directly against the current WCF web service. I thought about using Soap4r and go directly from Rhodes, but it look like direct HTTP access is not supported right now.
So for now, I am going to start with a native Objective-C application and get something out there so that I can get feedback from customers.