|
|||||||
| Register | Members List | New Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Kasper's Automated Slave
Join Date: Nov 1997
Posts: 6,151
|
Apple's open secret: SproutCore is Cocoa for the Web
One of the biggest revelations at WWDC was quietly unveiled in a session on Friday morning entitled "Building Native Look-and-Feel Web Applications Using SproutCore." While Apple maintained high security during the entire NDA-sealed WWDC session, the secret of SproutCore is out because it is an open source project and people can't stop talking about it.
As Apple's public schedule for WWDC explained, "SproutCore is an open source, platform-independent, Cocoa-inspired JavaScript framework for creating web applications that look and feel like Desktop applications. Learn how to combine SproutCore with HTML5's standard offline data storage technologies to deliver a first-class user experience and exceptional performance in your web application." The secrets of SproutCore first tumbled out of the bag last fall, when it was revealed that .Mac Web Gallery had been built using the framework. Originally developed by Charles Jolley of SproutIt for use in his online email manager named Mailroom, the SproutCore framework goes beyond other JavaScript frameworks because it is designed to build entire rich applications on the web rather than just adding some animation or sizzle to web pages. Open Help for JavaScript. JavaScript is a powerful language that, thanks to its bundling with all modern web browsers, is very widely deployed. However, there is a paucity of strong tools for building anything more than basic scripts to kick off web animations and other dynamic behaviors. That has opened the door for proprietary tools such as Adobe Flash, which is built around ActionScript, which is itself based upon JavaScript. As outlined in the series Flash Wars: Adobe in the History and Future of Flash, Flash provides a large framework on top to handle things that aren't easy to do in JavaScript itself, but that also requires distributing a Flash plugin runtime. Web applications coded in Flash are no longer interpreted in the web browser itself, but in Adobe's plugin. That makes developers dependent upon Adobe, and also leaves platform vendors such as Apple reliant upon Adobe to provide suitable runtime plugins for their products. Adobe's Flash plugin for the Mac has long been a second class citizen because Adobe has focused on its Windows version; Steve Jobs also stated that Adobe didn't offer a mobile runtime appropriate for the iPhone, only a Flash Lite version that wasn't capable of running existing desktop Flash content and a desktop version that wasn't suited to run on a mobile device, as described in Steve Jobs pans Flash on the iPhone. In place of using Flash on its own website, Apple has been working with a number of open scripting frameworks such as Prototype and Script.aculo.us, which mentions Apple on the front page of its website as a high profile user. Those frameworks offer prebuilt code that has been polished to work on all browsers, making it easier for the developer to concentrate on what their web page should be doing rather than repeatedly reinventing the wheel for various low level functions. In that respect, open JavaScript frameworks can replace Flash without requiring any secondary plugin runtime because they are simply open JavaScript that runs in the browser directly. Introducing SproutCore Jolley's SproutIt decided to move past common scripting frameworks to develop an entire application development stack based on the Model View Controller architecture. In MVC development, Model data and user interface Views are tied together by discrete Controller logic. This is in contrast to typical web development tools that mix logic, data, and presentation together, resulting in code that is messy and difficult to maintain. As explained on the developer's website, "SproutCore is a framework for building applications in JavaScript with remarkably little amounts of code. It can help you build full 'thick' client applications in the web browser that can create and modify data, often completely independent of your web server, communicating with your server via Ajax only when they need to save or load data. JavaScript applications are faster, easier to use, and a lot easier to write than complicated Ajax-driven applications. When you use a framework like SproutCore to help you, they can also be a lot of fun to write." SproutCore pushes more of the application into the browser itself, resulting in the "thick client" designation. That enables a more responsive, full featured experience that feels and behaves more like a desktop app because it is actually running on the local computer rather than waiting for responses from a remote server. The capacity to do this is actually quite new; rapid advances in web browsers over the last year have finally made thick client JavaScript applications practical. Cocoa for the Web Apple didn't just use SproutCore, it also contributed major performance updates and added lots of new functionality. Apple's contributions have helped make SproutCore the ideal way to build web applications that work like desktop Cocoa apps, as noted in the article Cocoa for Windows + Flash Killer = SproutCore. Both share a lot of the same conventions such as the use of bindings. SproutCore's bindings allow developers to write JavaScript that automatically runs any time a property value changes. Using bindings, very complex applications with highly consistent behavior can be created with very little “glue” code. Apple has also been working on the other side of the client equation to improve its own JavaScript engine in Safari. Announced just prior to WWDC, WebKit's new SquirrelFish JavaScript interpreter will dramatically boost the performance of JavaScript applications like those built in SproutCore. Those two factors combine to make SproutCore the natural heir to the Yellow Box or Cocoa for Windows, which has been bandied about as a possibility ever since Apple moved away from its cross platform Rhapsody strategy to develop Mac OS X ten years ago. Rather than requiring a Cocoa runtime however, users will only need a web browser with JavaScript support, including Safari, Mobile Safari on the iPhone, FireFox, or Internet Explorer 6/7. Using SproutCore enabled Apple to deliver a new suite of online apps in MobileMe for a cross platform audience. The natural next step will be to expand those offerings to include others, for example, iWork productivity apps. Because SproutCore is offered under the open source MIT license, anyone can use it to develop their own highly responsive web apps. It also seems likely that Apple will at some point invite third parties to deliver MobileMe applications, either included as part of the subscription service, or with their own nominal fee. That would mirror the company's efforts in creating a mobile software market in the Phone Apps Store. Until then, Apple is focusing MobileMe as a push messaging alternative to Exchange "for the rest of us," while also leveraging push support in iPhone 2.0 and in the upcoming Mac OS X Snow Leopard client apps to deliver an Exchange Server replacement in Snow Leopard Server. There's more information about SproutCore on its official website. Apple also has more details on the new MobileMe, and SquirrelFish details are on the Webkit project site. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Jun 2006
Location: South West Florida
Posts: 1,584
|
OMG!!!
This is awesome! |
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2006
Posts: 9
|
www.sproutcore.com is down
![]() |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Nov 2006
Posts: 165
|
Very exciting!
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jun 2003
Posts: 5
|
Yah... wonder why. Was looking forward to it...
Here is the last cached page form google: http://64.233.169.104/search?q=cache...lnk&cd=1&gl=us |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Oct 2004
Posts: 402
|
Man, Apple is really coming back with a vengeance!
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Feb 2007
Location: England
Posts: 557
|
At last. I have been waiting for this moment for many years. And to those who said it would never happen, I laugh in your face hahahahahahahaa!
![]() The quicker apple clean up that dirty horrible messy coagulation of internet technologies the better. I pulled out of web development a while back, this might just entice me back. A company that actually has a clue in the visionless world of the net could cause some real damage, it's like the mobile industry all over again. Ripe for the pickings! Last edited by monstrosity; 06-16-2008 at 03:14 PM.. |
|
|
|
|
|
#8 | |
|
Registered User
Join Date: Jun 2006
Location: South West Florida
Posts: 1,584
|
Quote:
<0 results found for 'SproutCore'> SJ is keeping this under wraps a little longer maybe? |
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Jul 2007
Location: Reston, VA
Posts: 367
|
great
great great great great
![]() |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Jun 2006
Location: South West Florida
Posts: 1,584
|
This is a head on fight with Adobe and Flash ... Plus think what this means for iPhone ('The next Platform') This is the biggest news out of WWDC by far!
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: Jun 2003
Posts: 5
|
I was thinking the same - from the cache it didn't have any mention of Apple or anything linking or related to them. But if they are taking it in as of their own - then you maybe up to something.
Would like to get my hand on the latest build and play with it ASAP! ![]() |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Feb 2005
Posts: 791
|
The current .Mac webmail is slower and more annoying than Yahoo Mail, Gmail and even my ISP mail. If it is a sign of things to come then I'll take a simple full page-refresh, link-following website any day.
|
|
|
|
|
|
#13 | |
|
Registered User
Join Date: Aug 2005
Location: Belgium
Posts: 351
|
Quote:
![]() |
|
|
|
|
|
|
#14 |
|
Registered User
Join Date: Feb 2005
Posts: 791
|
That may help somewhat, but I think the real issue is network latency. The further you are from California, the poorer experience Apple's web apps are.
|
|
|
|
|
|
#15 |
|
Registered User
Join Date: Apr 2006
Location: The Ansible
Posts: 11,778
|
FF3 has been optimizing JS quite well. You can test the different browsers using SunSpider.
|
|
|
|
|
|
#16 |
|
Registered User
Join Date: Feb 2006
Location: Ireland
Posts: 8,557
|
I got a secret screenshot from WWDC, shush!!
![]()
Collecting my SSD iMac Fry-die. :D
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Nov 2001
Location: The UK of Englandshire
Posts: 985
|
|
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Feb 2006
Location: Ireland
Posts: 8,557
|
Quote:
Collecting my SSD iMac Fry-die. :D
|
|
|
|
|
|
|
#19 |
|
Registered User
Join Date: Feb 2006
Location: Ireland
Posts: 8,557
|
After Core Animation comes... Core Sprout!
![]()
Collecting my SSD iMac Fry-die. :D
|
|
|
|
|
|
#20 |
|
Registered User
Join Date: Apr 2006
Location: The Ansible
Posts: 11,778
|
and mac.com doesn't even support SSL. I hope me.com rectifies this glaring omission.
|
|
|
|
|
|
#21 |
|
Registered User
Join Date: Nov 2004
Posts: 2,914
|
sproutcore.com was up this morning - I know as I was deciding to use that or 280North's Objective-J/Cappuchino framework.
http://ajaxian.com/archives/an-inter...and-cappuccino sproutcore.com had a demo of a gallery application that looked and behaved like iPhoto or mobileme's gallery. 280North have an online presentation package that runs like Keynote - http://280slides.com/ Excellent stuff from both companies. You'd hope the two would get together though. |
|
|
|
|
|
#22 |
|
Registered User
Join Date: Jun 2005
Location: Philadelphia
Posts: 472
|
I Keynote viewer app for Windoze is definitely needed. However, iWork and iLife apps definitely need to remain Mac-only! There have to be many reasons for people to switch - you can't give it all away!
|
|
|
|
|
|
#23 | |
|
Registered User
Join Date: Apr 2006
Location: The Ansible
Posts: 11,778
|
Quote:
I can see this being an value add that would increase sales for both iWork and Mobile Me. Personally, I have no use for iWork because TextEdit can read RTF and DOC files, but if I need iWork to be able view them and sync them effortlessly to my online account I would consider purchasing it. I could always use Google Docs, but that requires some effort on my part. As for Keynote on Windows, I think having one built into Mobile Me would be fine with an option to export as PPT. You can already save as a PPT file so I don't see a need for a standalone viewer on Windows to accomplish this. |
|
|
|
|
|
|
#24 |
|
Registered User
Join Date: Feb 2006
Location: Ireland
Posts: 8,557
|
I totally disagree. Totally!
Collecting my SSD iMac Fry-die. :D
|
|
|
|
|
|
#25 | |
|
Registered User
Join Date: Nov 2004
Posts: 2,914
|
Quote:
MVC Frameworks like Sproutcore and Cappuccino and the data storage in HTML5 make it much easier for web developers to get that bit closer. My only concern though is that you need a decently fast javascript interpreter and decently fast computer to run the apps. |
|
|
|
|
|
|
#26 | |
|
Registered User
Join Date: Apr 2006
Location: The Ansible
Posts: 11,778
|
Quote:
"When script loading halts the main parser, we start up a side parser that goes through the rest of the HTML source to find more resources to load. We also prioritize resources so that scripts and stylesheets load before images. The overall effect is that we are now able to load more resources in parallel with scripts, including other scripts."• http://webkit.org/blog/166/optimizin...n-web-browser/ |
|
|
|
|
|
|
#27 |
|
Registered User
Join Date: Jan 2008
Posts: 10
|
|
|
|
|
|
|
#28 | |
|
Banned
Join Date: Nov 2003
Location: LA
Posts: 938
|
Quote:
|
|
|
|
|
|
|
#29 |
|
Registered User
Join Date: Jun 2007
Posts: 34
|
Perhaps this will be the secret sauce that unlocks the potential of AppleTV. Watch movies, listen to music AND use it as your internet portal, with desktop-like web apps all at your disposal.
|
|
|
|
|
|
#30 |
|
Registered User
Join Date: Apr 2006
Location: The Ansible
Posts: 11,778
|
Apple could add Cocoa apps and Safari to it right now, but it would negate the intended use of the device, and make it more difficult to use. If you want a Mac for your home entertainment system the Mac Mini makes an excellent option with a faster CPU, more RAM and an optical drive.
|
|
|
|
|
|
#31 | |
|
Registered User
Join Date: Jan 2007
Posts: 849
|
Quote:
But we digress... ![]() |
|
|
|
|
|
|
#32 |
|
Registered User
Join Date: Mar 2006
Location: Olympia, WA
Posts: 169
|
Keynote Player on PC
You my friend have obviously not tried exporting your graphic rich Keynote presentation into PPT, to play on a coporate PC only network, only to feel dissapointed in ALL that is lost. I've been wishing for a PC Keynote Player as well. Years ago MS use to provide a free PPT Player for Mac before they finally released PPT on Mac. Why can't Apple do the same?
|
|
|
|
|
|
#33 |
|
Registered User
Join Date: Nov 2004
Location: Northwest
Posts: 2,695
|
Sprout IS NOT COCOA FOR THE WEB
Sprout is Javascript with Cocoa Bindings equivalent bindings for the Web.
|
|
|
|
|
|
#34 | |
|
Registered User
Join Date: Nov 2004
Posts: 2,914
|
Quote:
|
|
|
|
|
|
|
#35 | |
|
Registered User
Join Date: Feb 2007
Posts: 3,700
|
Quote:
Back on topic, hope you all in the US and those on the cutting edge push this into the mainstream as soon as possible. It will filter to the rest of the world in about 5 years. Let's bring it down to 2 years. As much as I still think Flash has a useful role, COCOA FOR WEB w000t. Bring on the fanboy accusations... |
|
|
|
|
|
|
#36 |
|
Registered User
Join Date: Apr 2006
Location: The Ansible
Posts: 11,778
|
I have not. I have only played with iWork to see how they work. That is too bad that they aren't more compatible.
|
|
|
|
|
|
#37 |
|
Registered User
Join Date: Feb 2007
Posts: 3,700
|
|
|
|
|
|
|
#38 |
|
Registered User
Join Date: Feb 2007
Posts: 3,700
|
Interestingly, as you all know well, the Pentium M was the design that fueled Intel's "Core Duo, Core2" recovery after getting its butt handed to it by AMD during the terrible Pentium 4 days.
|
|
|
|
|
|
#39 |
|
Registered User
Join Date: May 2004
Location: Chicago
Posts: 98
|
No one has mentioned this here, but .Mac Web Gallery and iWeb pages do not render in Firefox 3 as of Release Candidate 3. It is hard to say if this will hurt Apple's standing as Safari and WebKit are creeping into the Windows realm, but it is frustrating to build these cute little galleries only to have to send more instructions to friends and relatives so they can actually see them.
|
|
|
|
|
|
#40 |
|
Registered User
Join Date: Nov 2003
Posts: 404
|
Well, the site is still down - not a good omen for a framework that is supposed to be being adopted by Apple - so I'm reduced to empty speculation.
How is this different than something like extjs or Echo other than it does things in a Cocoa-like way? I checked the RoughlyDrafted article and didn't see anything of substance beyond maybe: "A key component of its clean MVC philosophy that roots SproutCore into Cocoa goodness is bindings, which allows developers to write JavaScript that automatically runs any time a property value changes." So you can have property watchers and do things when things change without explicitly invoking a function. Sounds nice, not earth-shattering or paradigm shifting or anysuch. And as aegisdesign pointed out, there's already some competing frameworks in the form of Objective-J/Cappucino and Coherent - so now we have multiple Cocoa-like JavaScript libraries. Sure, SproutCore sounds interesting to help developers used to writing code for OS X to carry those thought processes over to the web, but I don't see that as a game changer. Nor do I see the hordes of web developers not following "the Mac Way" suddenly getting religion and adopting this framework just because Apple endorses it. Sorry for being a doubter, but right now I see lots of sizzle and not much substance. - Jasen. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|