<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Yahoo! Mojito</title>
		<description>RSS feeds of forum</description>
		<link>http://developer.yahoo.com/forum</link>
		<pubDate>Mon, 20 May 2013 10:03:21 -0700</pubDate>
		<atom:link href="http://developer.yahoo.com/forum/feed" rel="self" type="application/rss+xml"/>
		<ttl>99</ttl>
		<item>
			<title><![CDATA[Re: Is posible to end action without send headers?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-posible-to-end-action-without/1368888006658-6aab803a-be3d-4b76-862c-03c6bf9d3565</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-posible-to-end-action-without/1368888006658-6aab803a-be3d-4b76-862c-03c6bf9d3565/1368977997629</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>This is a know issue, and there is an open issue for it:</p><p><a rel="nofollow" href="https://github.com/yahoo/mojito/issues/1091">https://github.com/yahoo/mojito/issues/1091</a></p><p>The workaround is also described in the issue.</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Sun, 19 May 2013 08:39:57 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Is Mojito finally able to work on a windows machine?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4/1368893903031</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a>

<p>Caridy, thanks, I wanted to use Mojito for a while but I wanted it on a windows machine.</p>]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Sat, 18 May 2013 09:18:23 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Is Mojito finally able to work on a windows machine?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4/1368893485322</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a>

<p>Caridy, thanks, I wanted to use Mojito for a while but I wanted it on a windows machine.</p>]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Sat, 18 May 2013 09:11:25 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Is posible to end action without send headers?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-posible-to-end-action-without/1368888006658-6aab803a-be3d-4b76-862c-03c6bf9d3565</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-posible-to-end-action-without/1368888006658-6aab803a-be3d-4b76-862c-03c6bf9d3565/1368888006658</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PWJXR5BO2TD5KQVMGW2LAKYYGM">Kamil</a>

<p>I have a code like this:</p><pre><code>Y.namespace('mojito.controllers')[NAME] = {        auth: function(ac) {            var auth = ac.passport.getPassport().authenticate('google');            auth(                ac.http.getRequest(),                ac.http.getResponse()            );        },</code></pre><p>auth function is from apssport js and create redirect. After few seconds mojito return:</p><pre><code>error: (outputhandler.server): { [Error: Killing potential zombie context for Mojit type: HTMLFrameMojit, controller: HTMLFrameMojit, action: __call] code: 408 }</code></pre><p>Is there any way to kill this context or said to "Mojito" that it is completed?</p>]]></description>
			<dc:creator>Kamil</dc:creator>
			<pubDate>Sat, 18 May 2013 07:40:06 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Mojito on windows]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Mojito-on-windows/1341873958074-8b035856-f01f-4d15-87b8-bc16930107fa</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Mojito-on-windows/1341873958074-8b035856-f01f-4d15-87b8-bc16930107fa/1368839650207</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>PR1103 was merged yesterday, and v0.6.0 will be released in about 3 days with support for windows:<a rel="nofollow" href="https://github.com/yahoo/mojito/pull/1103">https://github.com/yahoo/mojito/pull/1103</a></p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Fri, 17 May 2013 18:14:10 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Creating mojito on windows]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Creating-mojito-on-windows/1333531797999-61191399-1cef-48e3-97f7-825fc505d3e7</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Creating-mojito-on-windows/1333531797999-61191399-1cef-48e3-97f7-825fc505d3e7/1368839625833</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>PR1103 was merged yesterday, and v0.6.0 will be released in about 3 days with support for windows:<a rel="nofollow" href="https://github.com/yahoo/mojito/pull/1103">https://github.com/yahoo/mojito/pull/1103</a></p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Fri, 17 May 2013 18:13:45 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can I work with mojito on Windows platform]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Can-I-work-with-mojito-on/1333736346935-a6d14ba9-c8cc-40ca-813b-fd9118ca9b69</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Can-I-work-with-mojito-on/1333736346935-a6d14ba9-c8cc-40ca-813b-fd9118ca9b69/1368839609563</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>PR1103 was merged yesterday, and v0.6.0 will be released in about 3 days with support for windows:<a rel="nofollow" href="https://github.com/yahoo/mojito/pull/1103">https://github.com/yahoo/mojito/pull/1103</a></p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Fri, 17 May 2013 18:13:29 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: There are plans to support Windows environment?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/There-are-plans-to-support-Windows/1333490068200-f9036113-e1ba-41db-8ec2-ac337c4fdbf4</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/There-are-plans-to-support-Windows/1333490068200-f9036113-e1ba-41db-8ec2-ac337c4fdbf4/1368839597453</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>PR1103 was merged yesterday, and v0.6.0 will be released in about 3 days with support for windows:<a rel="nofollow" href="https://github.com/yahoo/mojito/pull/1103">https://github.com/yahoo/mojito/pull/1103</a></p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Fri, 17 May 2013 18:13:17 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Is Mojito finally able to work on a windows machine?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4/1368839464107</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>It is your lucky day! PR1103 was merged yesterday, and 0.6.0 will be released in about 3 days with support for windows:</p><p><a rel="nofollow" href="https://github.com/yahoo/mojito/pull/1103">https://github.com/yahoo/mojito/pull/1103</a></p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Fri, 17 May 2013 18:11:04 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Is Mojito finally able to work on a windows machine?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Is-Mojito-finally-able-to-work/1368837826614-0b815b49-589d-411a-b1a9-3b7df530bdc4/1368837826614</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=VASY5CLHMAYFUT265F7HSL3YHE">Houyhnhnm</a>

<p>just a simple question</p>]]></description>
			<dc:creator>Houyhnhnm</dc:creator>
			<pubDate>Fri, 17 May 2013 17:43:46 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Reusing HTMLFrameMojit with another view]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760/1368815681604</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>Well, <code>__call</code> is an artifact for generic mojits to react to any action invoked, even when that action is not defined. This is an internal API, and one that we might eventually remove since it is a little confusing.</p><p>The good news is that you, as an app develop, have full control over the specs and the actions to be executed for every mojit instance in you application, which means you really don't need <code>__call</code> in your frame.</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Fri, 17 May 2013 11:34:41 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Reusing HTMLFrameMojit with another view]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760/1368792882603</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Thanks a lot for your answer.I missed that part.I like the idea of customizing my own FrameMojit, I will give it a try :-)</p><p>I found no  mention of the "__call" method in the doc, about FrameMojit.</p><p>But it looks necessary to use it (in the FrameMojit), in order to have a default action.</p><p>Is it safe (or internal api subject to change)?</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Fri, 17 May 2013 05:14:42 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: ac.composite.done() doesn&#39;t allow for data]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/ac-composite-done-doesn-39-t-allow-for-data/1338186490048-64468bb1-0cfb-46b4-a9c8-8f62cf05299e</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/ac-composite-done-doesn-39-t-allow-for-data/1338186490048-64468bb1-0cfb-46b4-a9c8-8f62cf05299e/1368755933272</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>This was solved a while ago when <code>ac.done()</code> and <code>ac.composite.done()</code> become equivalents in term of api.</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Thu, 16 May 2013 18:58:53 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Reusing HTMLFrameMojit with another view]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760/1368628219209</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>@Dodo, we encourage people to customize their own FrameMojit, so they can have full control of the page initialization, and structure. Here is the doc with the details on how to do that:</p><p><a rel="nofollow" href="http://developer.yahoo.com/cocktails/mojito/docs/topics/mojito_frame_mojits.html#creating">http://developer.yahoo.com/cocktails/mojito/docs/topics/mojito_frame_mojits.html#creating</a>-custom-frame-mojits</p><p>Now, if you're not up for it, you can still achieve the header/footer implementation by creating a container mojit, set up a "base" instance of that which is responsible for setting the header, footer and body children, and later on, you can reuse and customize that per route to load a different content mojit within container, something like this:</p><p><code>[  {    "settings": ["master"],    "appPort": "8666",    "specs": {      "container": {        "type": "ContainerMojit", // this one just do `ac.composite.done()` call, nothing else.        "config": {          "children": {            "header": {              "type": "HeaderMojit"            },            "body": {              "type": "DefaultBodyMojit"            },            "footer": {              "type": "FooterMojit"            }          }        },     },     "custom-page": {        "type": "HTMLFrameMojit",        "config": {          "child": {            "type": "container",            "config": {                "children": {                    "body": {                         "type": "CustomBodyMojit" // this overrule the type from the "base" container instance                     }                }            }          }        }      }    }  }]</code></p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Wed, 15 May 2013 07:30:19 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Reusing HTMLFrameMojit with another view]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760/1368614520284</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>3) I answer to myself. It works when I do not forget the {{{remove}}} in the customized view.This makes me think it is not the best way ! :)No?</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Wed, 15 May 2013 03:42:00 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Reusing HTMLFrameMojit with another view]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Reusing-HTMLFrameMojit-with-another-view/1368609650818-16b781a3-7035-4a59-9d50-e157836af760/1368609650818</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Hi,I like mojito more and more!</p><p>I want to add some default chrome/ui common   (footer, header, ...) to my whole app.</p><p>I was thinking about 2 of doing it.1) in the child of the HTMLFrameMojit (I have some routing problem with that, will talk about it later).2) in the view of a new customized HTMLFrameMojit .</p><p>I'll develop about the 2nd possibilty.I created a new mojit. In its controller i require the HTMLFrameMojit (and its dependencies) and simply do</p><pre> <code>YUI.add('body', function(Y, NAME) { Y.namespace('mojito.controllers')[NAME] = Y.Object(Y.mojito.controllers.HTMLFrameMojit);  }, '0.0.1', {requires: ['mojito', 'mojito-util', 'mojito-assets-addon', 'mojito-deploy-addon', 'mojito-config-addon', 'mojito-composite-addon', 'HTMLFrameMojit']}); </code></pre><p>Then I copy the HTMLFrameMojit views and customize them as I want.</p><p>Few questions about that:</p><p>1) Is it bad?</p><p>2) Is there a better way of doing it?</p><p>3) Of course it is not (totally) working. My mojits are not deploy to the client ( "deploy":true in application.json). Any idea why?</p><p>Thanks a lot!</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Wed, 15 May 2013 02:20:50 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: MojitoProxy - File upload]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/MojitoProxy-File-upload/1368284912758-8d442015-57e4-4d71-9745-5172fc2107c5</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/MojitoProxy-File-upload/1368284912758-8d442015-57e4-4d71-9745-5172fc2107c5/1368461723691</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>No, <code>invoke</code> is the API to execute an action from a binder, it just happens to rely on <code>rpc</code> call to a server if the mojit to be invoked is not in the page and can't be deployed to the client side. In other words, you should not use <code>invoke</code> to communicate with a middleware, which is what you normally use to upload files into an express application. The reason why you should not do it is mostly because there are limitations in the data you can send but mostly because we control that rpc mechanism, and we might change it in the near future since it is an internal api.</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Mon, 13 May 2013 09:15:23 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: MojitoProxy - File upload]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/MojitoProxy-File-upload/1368284912758-8d442015-57e4-4d71-9745-5172fc2107c5</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/MojitoProxy-File-upload/1368284912758-8d442015-57e4-4d71-9745-5172fc2107c5/1368354042880</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Hi,</p><p>I'm note sure it works that way.file is a map of key/value pair,not sure values are file.And if you look at the params actioncontext addon, you can notice the file params does not look so usable, as you will get an empty object.</p><p><a rel="nofollow" href="http://developer.yahoo.com/cocktails/mojito/api/files/node_modules_mojito_lib_app_addons_ac_params.common.js.html#l36">http://developer.yahoo.com/cocktails/mojito/api/files/node_modules_mojito_lib_app_addons_ac_params.common.js.html#l36</a></p><p>I'm a bit confused about those params in the invoke functions, what do they correspond to?</p><p>Anyway it is still worth to try it, and wait for a bartender's answer!Have fun!</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Sun, 12 May 2013 03:20:42 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[MojitoProxy - File upload]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/MojitoProxy-File-upload/1368284912758-8d442015-57e4-4d71-9745-5172fc2107c5</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/MojitoProxy-File-upload/1368284912758-8d442015-57e4-4d71-9745-5172fc2107c5/1368284912758</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=R5KPIOC5NAJEZOJUJ22HJ6KVAU">MAN</a>

<p>Hi!</p><p>I'm looking to MojitProxy Invoke method: <a rel="nofollow" href="http://developer.yahoo.com/cocktails/mojito/api/classes/MojitProxy.html#method_invoke">http://developer.yahoo.com/cocktails/mojito/api/classes/MojitProxy.html#method_invoke</a></p><p>And I have noticed that I can send a file as params, I'm wondering if I can use this functionality to upload files through passing the file to params.file variable, and handeling that on the server side by calling MojitProxy.invoke function.</p><p>Is it possible to do that? if so, can you please give a guidance?</p><p>Thanks.</p>]]></description>
			<dc:creator>MAN</dc:creator>
			<pubDate>Sat, 11 May 2013 08:08:32 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: YUI modules in yui_modules folder are attached even if not required or used]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/YUI-modules-in-yui-modules-folder-are/1367936983484-8eb049fc-353b-44b5-bd10-8dbaa3c89fa0</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/YUI-modules-in-yui-modules-folder-are/1367936983484-8eb049fc-353b-44b5-bd10-8dbaa3c89fa0/1368171297567</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>@caridy thanks for the answer.</p><p>It is not really a use-case, I just noticed that when experimenting with a mongodbCRUDMojit.I was creating a mongoose schema in an old unused module (bad) and creating again the same schema in a mojit model.I'll follow your advice and will only define things in YUI modules.Thanks again.</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Fri, 10 May 2013 00:34:57 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Many mojits]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Many-mojits/1367912909635-119142c6-ce16-4016-bb74-233d2a461bc3</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Many-mojits/1367912909635-119142c6-ce16-4016-bb74-233d2a461bc3/1368008618259</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Thanks, I'll keep you updated!</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Wed, 08 May 2013 03:23:38 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Many mojits]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Many-mojits/1367912909635-119142c6-ce16-4016-bb74-233d2a461bc3</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Many-mojits/1367912909635-119142c6-ce16-4016-bb74-233d2a461bc3/1367941150399</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>@Dodo, thanks for taking the time to write about this. I did a quick pass, and everything makes sense. Make sure you share the final article with us so we can post it thru our channels.</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Tue, 07 May 2013 08:39:10 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: YUI modules in yui_modules folder are attached even if not required or used]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/YUI-modules-in-yui-modules-folder-are/1367936983484-8eb049fc-353b-44b5-bd10-8dbaa3c89fa0</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/YUI-modules-in-yui-modules-folder-are/1367936983484-8eb049fc-353b-44b5-bd10-8dbaa3c89fa0/1367940842470</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>@Dodo, yes, on the server, everything that is available with common or server affinity will be attached when the server boots. This is a provision to improve performance by not having to attach modules when needed in a controlled environment like the server. Usually, those YUI Modules will define things, instead of automatically carry on with an operation.</p><p>I want to learn more about your use-case, what exactly does the YUI Module is trying to do that it can't be automatically attached?</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Tue, 07 May 2013 08:34:02 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[YUI modules in yui_modules folder are attached even if not required or used]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/YUI-modules-in-yui-modules-folder-are/1367936983484-8eb049fc-353b-44b5-bd10-8dbaa3c89fa0</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/YUI-modules-in-yui-modules-folder-are/1367936983484-8eb049fc-353b-44b5-bd10-8dbaa3c89fa0/1367936983484</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Hi bartenders,</p><p>My yui modules in the yui_folder are attached (the function fn in YUI.add(name, fn) is executed ) even if I do not use (YUI().use) or require  (requires:[...]) them.</p><p>If one put toto.js in yui_modules:</p><pre> <code>  YUI.add('toto', function(Y, NAME) {    Y.log('Hello', 'WARN', NAME);   });</code></pre><p>You will see the 'Hello' when starting mojito even if nobody uses toto.</p><p>Is there a way of avoiding that?</p><p>It is maybe related to <a rel="nofollow" href="https://github.com/yahoo/mojito/issues/53">https://github.com/yahoo/mojito/issues/53</a></p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Tue, 07 May 2013 07:29:43 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Many mojits]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Many-mojits/1367912909635-119142c6-ce16-4016-bb74-233d2a461bc3</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Many-mojits/1367912909635-119142c6-ce16-4016-bb74-233d2a461bc3/1367912909635</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Hi,</p><p>While I'm learning and playing with mojito, I'm trying to write some tips, examples and guides.The first one is an simple example of a mojit with many children.I hope it could help beginner.</p><p>The example description: <a rel="nofollow" href="http://lazybean.github.io/DocMojito/articles/multiMojits.html">http://lazybean.github.io/DocMojito/articles/multiMojits.html</a>The example live: <a rel="nofollow" href="http://examplemojito-multimojit.herokuapp.com/">http://examplemojito-multimojit.herokuapp.com/</a></p><p>I'll be happy to get some comments about it.</p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Tue, 07 May 2013 00:48:29 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Yahoo Mojito Books?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/Yahoo-Mojito-Books-/1366644056355-5ac5fd7f-aee2-4072-b4b4-c2a173885b76</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/Yahoo-Mojito-Books-/1366644056355-5ac5fd7f-aee2-4072-b4b4-c2a173885b76/1367430872062</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=OXW5B4HI7WKMGBPGNJUT6BBPGM">Eko saputra</a>

<p>thanks you all ??</p>]]></description>
			<dc:creator>Eko saputra</dc:creator>
			<pubDate>Wed, 01 May 2013 10:54:32 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: mojit level routing: proxyBinder or ?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/mojit-level-routing-proxyBinder-or-/1366797362375-005f1f6b-4f59-49ac-a266-1cba30701cb3</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/mojit-level-routing-proxyBinder-or-/1366797362375-005f1f6b-4f59-49ac-a266-1cba30701cb3/1366873271558</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Hi Caridy,</p><p>Thanks for your clarification.I still have some confusion (point 2).</p><ul>
<li><p>I was thinking this @MojitName/actionName should not be used in production, thanks for confirming that. It's however quite convenient to have a fast look at a freshly created/discovered mojit.</p></li>
<li><p>Thanks for pointing out that bot use-cases should be supported. In the non-javascript scenario, the route that handles the submit is defined at the application level, there is no way to define it in the mojit?If I put my mojit on npm, people that want to use it will need to be aware of what routes they need to set up for the mojit to work. No?Or can I imagine a way (as an addon) for my mojit to render a dynamicly created url (that is routed to the action) in my view?  Bad idea, or not so possible?</p></li>
<li><p>I was a bit confused with the difference between mojito deployment and mojits deployement.Super clear now, thanks.</p></li>
</ul>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Thu, 25 Apr 2013 00:01:11 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: mojit level routing: proxyBinder or ?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/mojit-level-routing-proxyBinder-or-/1366797362375-005f1f6b-4f59-49ac-a266-1cba30701cb3</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/mojit-level-routing-proxyBinder-or-/1366797362375-005f1f6b-4f59-49ac-a266-1cba30701cb3/1366814438797</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=33TQQRBQMUF5AZ3KGNCSCP2L34">caridy</a>

<p>Hey Dodo, few notes:</p><ul>
<li><p><code>@MojitName/actionName</code> is an artifact for development, and you should not use it in production. The only reason it is there is to get the app running even when you don't have routes. I'm pushing to get that removed from the framework in 0.6.x</p></li>
<li><p>About the specific use-case, in theory, if you have a form, you should support both use-cases, submittion by navigating to another page (non-javascript escenario) and an internal process to deal with the submit using ajax. In other words, you should have a route that handles the submit action by calling an action in a mojit, which can do something and redirect to a new url. And also, handle the action by doing <code>mojitProxy.invoke()</code>, which will do the same but thru a controlled tunnel request.</p></li>
<li><p><code>invoke</code> does not requires all mojits to be deployed to the client side, it can execute actions in the server side if the affinity of the mojit is server.</p></li>
<li><p><code>invoke</code> only works if mojito is deployed to the client side, which is what HTMLFrameMojit does, so, yes, you need that.</p></li>
</ul><p>Hopefully this will help to clarify!</p>]]></description>
			<dc:creator>caridy</dc:creator>
			<pubDate>Wed, 24 Apr 2013 07:40:38 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[mojit level routing: proxyBinder or ?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/mojit-level-routing-proxyBinder-or-/1366797362375-005f1f6b-4f59-49ac-a266-1cba30701cb3</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/mojit-level-routing-proxyBinder-or-/1366797362375-005f1f6b-4f59-49ac-a266-1cba30701cb3/1366797362375</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=2GAKP23TSWL7DPVCA6OTU2HPSQ">Dodo</a>

<p>Hi.Thanks for you great work on mojito.I like it but I'm still a bit confused about some points (how should I do what).</p><p>Let's I have a mojit with a button/link/events (I'll refer to it as event) that should trigger an action in the mojit controller.(As exemple, think about a form mojit that handles by himself the the submit).I see two way of doing it:</p><p>1) Having an route at the application level: the event will trigger a http request to a path define in routes.json that call or mojit action.We do not need a binder to do that, it could even not need javascript.But the route is defined at the application level. So the mojit will not work out of the box(*) (i.e. going to <8666></8666></p><p></p><p></p><p></p>]]></description>
			<dc:creator>Dodo</dc:creator>
			<pubDate>Wed, 24 Apr 2013 02:56:02 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: What is the equivalent of express/connect app.use in Mojito?]]></title>
			<link>http://developer.yahoo.com/forum/Yahoo-Mojito/What-is-the-equivalent-of-express-connect/1347756036577-a6be3fb1-2223-4a8c-a176-ed2ac94b983f</link>
			<guid>http://developer.yahoo.com/forum/Yahoo-Mojito/What-is-the-equivalent-of-express-connect/1347756036577-a6be3fb1-2223-4a8c-a176-ed2ac94b983f/1366730830070</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=E5YGDNCXMDXEFWACSWP3QAR6YM">GeneS</a>

<p>It works now, thanks!</p><p>I would have never imagined that you needed to alter the request object to change the composition of the response.</p><p>It works with POST as well, to the extent I could test it.</p>]]></description>
			<dc:creator>GeneS</dc:creator>
			<pubDate>Tue, 23 Apr 2013 08:27:10 -0700</pubDate>
		</item>
	</channel>
</rss><!-- p2.ydn.bf1.yahoo.com uncompressed/chunked Mon May 20 10:03:21 PDT 2013 -->
