Wow. The coolest thing about the video for me was seeing WEINRE in action. WEINRE allows you to use a web inspector (like Chrome's) on your desktop to debug an HTML5 app running on your device. This is the first I've heard of it.
Looks pretty damn awesome, imo, and I'm planning to play with this in December after some current commitments are over. I'm betting there will be even more awesomeness baked in by then. :)
I saw a presentation on Enyo at CapitolJS, where I also announced that Toura would be open-sourcing Mulberry, and indeed, there are a lot of similarities. I too would like to get some clarity about what HP intends to do with it :)
Seconded. I watched the Enyo presentation and it blew me away- the fact that it might end up in some special level of corporate hell makes me very sad indeed.
I'm new to this kind of things. So how does this work? Does the result consist of a app that "only" has a embedded HTML renderer and it loads your HTML/JS/CSS files in there, or do they somehow translate your HTML stuff into whatever the native language for the chosen platform is (obj-c,java,...)?
Also I noticed they link to PhoneGap on this page, how are this two products related?
Basically, Toura Mulberry uses PhoneGap as a wrapper around a "single-page" application that's powered by the Mulberry JavaScript/HTML/CSS framework. The command-line tools in Mulberry help you quickly scaffold the structure, content, and customizations for your app. The "builder" portion of Mulberry takes your content, prepares it to be consumed by the JS/HTML/CSS framework, and places it inside a PhoneGap project template so that it can be "built" for testing and submission to app stores.
Looks like it embeds a web view with your content. If you want to translate Javascript into native apps, Check out Titanium.
PhoneGap is the wrapper app - you don't have to use this toolkit with PhoneGap, you can use any HTML/CSS/JS you want. Most useful if you have a mobile site and want to add camera support.
[+] [-] deweller|14 years ago|reply
http://phonegap.github.com/weinre/
[+] [-] mgkimsal|14 years ago|reply
[+] [-] jefflinwood|14 years ago|reply
There are some great ideas in this framework (such as the YAML layout) that Enyo could use.
[+] [-] rmurphey3|14 years ago|reply
[+] [-] untog|14 years ago|reply
[+] [-] CWIZO|14 years ago|reply
Also I noticed they link to PhoneGap on this page, how are this two products related?
[+] [-] rmurphey3|14 years ago|reply
This is all explained in a bit more depth here: https://github.com/Toura/mulberry/wiki/An-Overview-of-the-Mu.... Hope this helps :)
[+] [-] jefflinwood|14 years ago|reply
PhoneGap is the wrapper app - you don't have to use this toolkit with PhoneGap, you can use any HTML/CSS/JS you want. Most useful if you have a mobile site and want to add camera support.
[+] [-] MattRogish|14 years ago|reply