Boy, I really don't know. I've actually enjoyed using Objective-C and Cocoa when used for Mac OS/iOS development (the dynamicity of Smalltalk data structures with the control flow of C), but I don't think I'd ever voluntarily choose it outside that context. Too verbose, too fragile.
WebAppKit - create web applications using Cocoa
11–20 of 46 posts
Re: WebAppKit - create web applications using Cocoa
#12Boy, I really don't know. I've actually enjoyed using Objective-C and Cocoa when used for Mac OS/iOS development (the dynamicity of Smalltalk data structures with the control flow of C), but I don't think I'd ever voluntarily choose it outside that context. Too verbose, too fragile.
Re: WebAppKit - create web applications using Cocoa
#13Now, if only I could use this in an Amazon EC2 environment. I guess with OS X Server supporting virtualization now with Lion, it might be a possibility?
Re: WebAppKit - create web applications using Cocoa
#14Re: WebAppKit - create web applications using Cocoa
#15(WebObjects used to be written in Objective-C, but Apple switched it to Java sometime during the server-side Java boom in the late '90s.)
Re: WebAppKit - create web applications using Cocoa
#16Isn't this basically what WebObjects did back in 1995? (WebObjects used to be written in Objective-C, but Apple switched it to Java sometime during the server-side Java boom in the late '90s.)
Also, we have a ton of conventions today, with regards to MVC development, REST APIs, etc. that we did not have in '95. Which means that therefore WebObjects is not suited to modern web development.
The only company still using WebObjects in production today is Apple.
Re: WebAppKit - create web applications using Cocoa
#17Cool. Anything similar for *nix and Windows? I'm fairly certain you can embed WebKit in GTK - in fact, I think that's functionality exposed by the API. I'm not sure to what extent it's supported with other language bindings, though.
I'm fairly certain that this isn't related to WebKit at all... just similar names.
Re: WebAppKit - create web applications using Cocoa
#18Ohhhh, yes! This sounds awesome , I've been meaning to write something like this myself. Essentially, a node.js equivalent, but for Cocoa. Of course, I'm way too lazy to add that to my work-load, but I'm very glad somebody did. Now, if only I could use this in an Amazon EC2 environment. I guess with OS X Server supporting virtualization now with Lion, it might be a possibility?
Re: WebAppKit - create web applications using Cocoa
#19Isn't this basically what WebObjects did back in 1995? (WebObjects used to be written in Objective-C, but Apple switched it to Java sometime during the server-side Java boom in the late '90s.)
Yes, that's essentially what WebObjects was. However, WebObjects today is a mess, and it's written in Java. Also, we have a ton of conventions today, with regards to MVC development, REST APIs, etc. that we did not have in '95. Which means that therefore WebObjects is not suited to modern web development. The only company still using WebObjects in production today is Apple.
Re: WebAppKit - create web applications using Cocoa
#20Ohhhh, yes! This sounds awesome , I've been meaning to write something like this myself. Essentially, a node.js equivalent, but for Cocoa. Of course, I'm way too lazy to add that to my work-load, but I'm very glad somebody did. Now, if only I could use this in an Amazon EC2 environment. I guess with OS X Server supporting virtualization now with Lion, it might be a possibility?
How is this similar to node.js? This looks just like a MVC framework that happens to be in Obj-C.