up vote 1 down vote favorite
share [g+] share [fb]

Does anyone have experience with making Cappuccino-based webapps that consume REST-based webservices from Spring? Any recommended tutorials? Or just Capuccino/AJAX tutorials? Any thoughts on this combination?

Cheers

Nik

link|improve this question

I do not have any experience with Spring itself, but do have experience using Cappuccino with a REST based web service. Could you elaborate a bit more on what it is you want to do? – klaaspieter Jan 3 '11 at 9:48
It is also worth asking this question on the main cappuccino mailing list: groups.google.com/forum/#!overview – Francisco Ryan Tolmasky I Jan 9 '11 at 20:14
feedback

1 Answer

up vote 0 down vote accepted

With my company we have done some ground work on a similar architecture using Spring MVC to set up a restful service on the back-end and jquery on the client.

The main thing that you need to remember here is that you're essentially building a contract first web service. Which means that the client should be totally decoupled from the server and vice versa.

To the client it doesn't matter if you use Spring, Jersey or something completely different, to the server it doesn't matter if the client is a web-app, a mobile app.

Since our backend code was using Spring it might be useful to you.

link|improve this answer
Did you make a Cappuccino-based webapp that consumed REST-based webservices? – niklassaers Jan 8 '11 at 18:31
feedback

Your Answer

 
or
required, but never shown

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