[android-developers] Re: Android Corba

2010-06-21 Thread ko5tik
On Jun 19, 10:07 am, Squ36 romain.goncal...@gmail.com wrote: OK... So, if I can't use CORBA, what is the best way to program multi-users apps ? I'm insisting on the fact that it needs to run without a server access, because I'm a student, and I can't afford to buy or rent a dedicated

[android-developers] Re: Android Corba

2010-06-20 Thread Indicator Veritatis
The best use for CORBA in the Android context is this: use your familiarity with CORBA as an example of what an SOA architecture is, then use your understanding of SOA to understand Android Intents, which have often been compared with SOA. Manning Press's Unlocking Android, for example, says, In

[android-developers] Re: Android Corba

2010-06-19 Thread Squ36
OK... So, if I can't use CORBA, what is the best way to program multi-users apps ? I'm insisting on the fact that it needs to run without a server access, because I'm a student, and I can't afford to buy or rent a dedicated server... -- You received this message because you are subscribed to

Re: [android-developers] Re: Android Corba

2010-06-19 Thread Mark Murphy
On Sat, Jun 19, 2010 at 10:07 AM, Squ36 romain.goncal...@gmail.com wrote: So, if I can't use CORBA, what is the best way to program multi-users apps ? Use a server of some form. I'm insisting on the fact that it needs to run without a server access, because I'm a student, and I can't afford