Trying to start with cappuccino

48 views
Skip to first unread message

Fëanaro Linwë Lenwë

unread,
May 8, 2013, 3:16:09 AM5/8/13
to objec...@googlegroups.com
Hi all,

I want to develop a cappuccino application using some nosql database as persistence layer. I would like to create an Android app to access the data from mobile platforms and so, I have though that master to master replication could be a good way to let the database handle the sync between platforms ... but that is the future. Right now I need some help with the way to make my Capp objects persistent. 
I have created a dumb agenda app, everything works and now I want to save the data but ... well I having a lot of troubles. I have searched for tutorials or guides ... but with no success ...

If anyone could help me would be very nice ....

Thanks in advance.

P.S.: Any hint about nosql database to use in my long term project would be also welcome.

--
Sé que estáis ahí. Percibo vuestra presencia. Sé que tenéis miedo. Nos teméis a nosotros. Teméis el cambio. Yo no conozco el futuro. No he venido para deciros cómo acabará todo esto. Al contrario, he venido a deciros cómo va a comenzar. Voy a colgar el teléfono y luego voy a enseñarles a todos lo que vosotros no queréis que vean. Les enseñaré un mundo sin vosotros. Un mundo sin reglas y sin controles, sin límites ni fronteras. Un mundo donde cualquier cosa sea posible. Lo que hagamos después es una decisión que dejo en vuestras manos.

Andrew Hankinson

unread,
May 8, 2013, 8:33:46 AM5/8/13
to objec...@googlegroups.com
Hi Fëanaro,

You might look at the Ratatosk framework: github.com/wireload/Ratatosk.git. It manages client/server communication.

-Andrew

--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at http://groups.google.com/group/objectivej?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Aparajita Fishman

unread,
May 8, 2013, 12:18:41 PM5/8/13
to objec...@googlegroups.com
We have used mongodb on the back end.

There is nothing magical about nosql vs. sql as far as Cappuccino is concerned. Cappuccino only knows requests and responses, which have nothing to do with the specific technology used on the server. No matter what db you use on the server, you will need some glue code to interface between Cappuccino and the db. There are millions of RESTful interfaces out there for both sql and nosql databases in every major web framework (django, php, etc.). A search will turn up something of use.
Reply all
Reply to author
Forward
0 new messages