cappuccino

Anyone know of Objective-J syntax highlighting in vi?

I have been looking at the new Objective-J / Cappuccino javascript framework from 280North. They provide plug-ins for SubEthaEdit and TextMate to handle syntax highlighting, but I primarily use vi. Does anyone know of a way to get Objective-J syntax highlighting in vi, or a good way to convert whatever format the other two editors use?...

Are there any jEdit syntax highlighting modes for Objective-J

I have found some in the Cappuccino website (vim, textmate and SubEthaEdit), but not for jEdit, and unfortunately I'm just starting on Objective-J so can't make my own. If anyone has got one of them lying around it would be greatly appreciated. ...

I would like to develop an application with SproutCore. Other than the official documentation, is there anywhere else I can learn more?

The official documentation seems to be light on explanations of 'how to understand the sproutcore way' eg, why things are done the way they are, how to intuit what to do from where you're at... ...

SproutCore and Cappuccino

I'm about to build a web app and I would like to use either SproutCore or Cappuccino. Only thing is, I can't figure out which one to use... I've been reading about them, and they seem to share the same goals (MVC on the client, with a thin REST server). I understand that they differ in their implementation (Obj-C vs JS), but I'm having ...

What is the best framework for desktop applets to begin with?

I would like to make a simple desktop application to learn this kind of thing. What language would you recommend for beginner? Would you recommend using framework for beginners? I'm experienced only in javascript and little bit of PHP. What do you say about cappuccino? ...

Clear and Redraw with Cappuccino (Objective-J)

basically I have this @implementation MyView : CPView { CPArray MyPanelArray; } // Populate the MyPanelArray and position each panel - (void)initMyView { ... } MyPanels are pretty much wrappers for images. When everything is initialized it draws just fine. Then I have a slider to manipulate the position of the images and the o...

Learning Cappuccino

What is the best source to learn Cappuccino? I do "traditional" web development, but i'm very interested in this new framework. Please note that I have no knowledge of Objective-C. ...

Does Objective-J support protocols like Objective-C?

I can't seem to find any documentation on the Objective-J language itself. Does it support @protocol like Objective-C? Is there a language spec somewhere I'm missing? ...

Is there any live demo/sample applications for SproutCore or Cappuccino

Didn't find any from their website. I mostly just trying to see which one is worth going with(RIA of course). thanks ...

Cappuccino and Spring

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 ...

Can any body tell me how to start the coding in the Cappuccino with the xcode ?

hi all Can any body tell how can i start to code in the Cappuccino in the xcode any tutorials or any good pdf that make me enough to start work with the xcode . Thanks ...

Using Django as a Backend for Cappuccino

I'm new to both Django and Cappuccino. I have a Django site setup and running through Apache via mod_wsgi. I want to use Django as the backend for a Cappuccino application, but a VirtualHost setup in Apache and mod_wsgi to serve a Django application serves static files out of a different location than the normal web root (e.g. http://exa...

Managing inverse relationships without CoreData

This is a question for Objective-J/Cappuccino, but I added the cocoa tag since the frameworks are so similar. One of the downsides of Cappuccino is that CoreData hasn't been ported over yet, so you have to make all your model objects manually. In CoreData, your inverse relationships get managed automatically for you... if you add an ob...

Cappuccino, Django, AJAX, and fitting it all together - review my architecture!

I'm trying to get my head around Cappuccino. I'd like my StackOverview peers to review the architecture below and see if it makes sense - the aim is to utilize the unique benefits of Django and Cappuccino without doubling up where the technologies overlap... When the web browser requests a 'friendly' URL (eg, /, /articles, etc): DJang...

Are there any other frameworks (besides Cappucino) for building a desktop-like app in browser?

I would like to build an app which would be very similar to http://gomockingbird.com (will draw the mockups). Are there any other frameworks, besides Cappucino, for that? I dislike Objective-J syntax and built-in Cappucino pseudo-mac interfaces. Any suggestions? ...

How well is Objective-J documented? Is the documentation good enough to start using it seriously?

I consider going with Objective-J, instead writing plain JavaScript. But I wonder if the documentation of the language and the frameworks is good enough, since it seems like a very young development. ...

Live stream 'push' with Ajax

Hi, I just found an interesting demo of what can be done with the cappuccino framework; Push with Cappuccino and Tornado As far as I understands it, It keeps an async client/server connection, which is great to keep a "content" updated. I would like to know if there is any way I can do the same thing using JQuery or another library. ...

Cappuccino on Windows

I'm a Rails dev, and some of the Cappuccino Rails concepts look damn compelling. Can I develop Cappuccino apps on a Windows (Vista) machine? ...

How does Cappuccino manages to layout views like in Cocoa?

How does the layout support of Cappuccino work? For example the centering and the automatik resizing. ...

Atlas280 IDE alternatives

Are there any alternatives to 280Atlas (280atlas.com) (free/commercial)? Which of those are mature? ...