<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Introducing ErlyWeb: The Erlang Twist on Web Frameworks</title>
	<atom:link href="http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/</link>
	<description>Adventures in Open Source Erlang</description>
	<pubDate>Fri, 16 May 2008 03:47:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: yudi</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-129807</link>
		<dc:creator>yudi</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:29:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-129807</guid>
		<description>correct me if I'm wrong, but you might need to run 
sudo yaws -i 
?</description>
		<content:encoded><![CDATA[<p>correct me if I&#8217;m wrong, but you might need to run<br />
sudo yaws -i<br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-89921</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 24 Jan 2008 04:02:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-89921</guid>
		<description>Why MySQL and not Mnesia?</description>
		<content:encoded><![CDATA[<p>Why MySQL and not Mnesia?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davber does IT &#187; Web server performance shoot out - simple pages</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-71340</link>
		<dc:creator>davber does IT &#187; Web server performance shoot out - simple pages</dc:creator>
		<pubDate>Mon, 10 Dec 2007 05:08:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-71340</guid>
		<description>[...] are some new hot web server frameworks: Ruby on Rails (Ruby), Yaws+ErlyWeb (Erlang) and HAppS [...]</description>
		<content:encoded><![CDATA[<p>[...] are some new hot web server frameworks: Ruby on Rails (Ruby), Yaws+ErlyWeb (Erlang) and HAppS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smitty</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-54839</link>
		<dc:creator>smitty</dc:creator>
		<pubDate>Mon, 29 Oct 2007 21:27:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-54839</guid>
		<description>fyi: for osx, the path would typically only be /usr/local if you installed from source. but the most popular means are either macports (/opt/local/) or fink (/sw/).</description>
		<content:encoded><![CDATA[<p>fyi: for osx, the path would typically only be /usr/local if you installed from source. but the most popular means are either macports (/opt/local/) or fink (/sw/).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-38912</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Sun, 19 Aug 2007 00:53:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-38912</guid>
		<description>I get an error when typing erlyweb:create_app in the yaws terminal:
erlyweb:create_app("music", "/home/oren/erlang_projects").

** exited: {undef,[{erlyweb,create_app,["music","/home/oren/erlang_projects"]},
                   {erl_eval,do_apply,5},
                   {shell,exprs,6},
                   {shell,eval_loop,3}]} **

=ERROR REPORT==== 18-Aug-2007::17:44:13 ===
Error in process  with exit value: {undef,[{erlyweb,create_app,["music","/home/oren/erlang_projects"]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}</description>
		<content:encoded><![CDATA[<p>I get an error when typing erlyweb:create_app in the yaws terminal:<br />
erlyweb:create_app(&#8221;music&#8221;, &#8220;/home/oren/erlang_projects&#8221;).</p>
<p>** exited: {undef,[{erlyweb,create_app,["music","/home/oren/erlang_projects"]},<br />
                   {erl_eval,do_apply,5},<br />
                   {shell,exprs,6},<br />
                   {shell,eval_loop,3}]} **</p>
<p>=ERROR REPORT==== 18-Aug-2007::17:44:13 ===<br />
Error in process  with exit value: {undef,[{erlyweb,create_app,["music","/home/oren/erlang_projects"]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-38902</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Sat, 18 Aug 2007 23:16:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-38902</guid>
		<description>Can you give a short overview of the differences between Rails and ErlyWeb?

for total newbies like me, 
here is how to find the code path (on ubuntu):
erl   #to open the erlang shell
code:root_dir().  #to display the code path

(the result is /usr/lib/erlang)</description>
		<content:encoded><![CDATA[<p>Can you give a short overview of the differences between Rails and ErlyWeb?</p>
<p>for total newbies like me,<br />
here is how to find the code path (on ubuntu):<br />
erl   #to open the erlang shell<br />
code:root_dir().  #to display the code path</p>
<p>(the result is /usr/lib/erlang)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjorn Cintra</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-33330</link>
		<dc:creator>Bjorn Cintra</dc:creator>
		<pubDate>Thu, 17 May 2007 14:42:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-33330</guid>
		<description>I am getting the same problem as Tony. Referring to his post here: http://thread.gmane.org/gmane.comp.lang.erlang.general/21225
I have the same setup, and everything is compiling OK, but when I try the example, it crashes with the same message. It almost seems like the erlyweb_controller.erl is nowhere to be found at runtime.

Please, any fixes?</description>
		<content:encoded><![CDATA[<p>I am getting the same problem as Tony. Referring to his post here: <a href="http://thread.gmane.org/gmane.comp.lang.erlang.general/21225" rel="nofollow">http://thread.gmane.org/gmane.comp.lang.erlang.general/21225</a><br />
I have the same setup, and everything is compiling OK, but when I try the example, it crashes with the same message. It almost seems like the erlyweb_controller.erl is nowhere to be found at runtime.</p>
<p>Please, any fixes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Perrie</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-27714</link>
		<dc:creator>Tony Perrie</dc:creator>
		<pubDate>Thu, 03 May 2007 23:02:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-27714</guid>
		<description>I'm getting the following error when I try your example:

ERROR erlang  code  crashed:
 File: appmod:0
Reason: {no_such_function,{"musician",
                           "index",
                           1,
                           "You tried to invoke a controller function that doesn't exist or that isn't exported"}}
Req: {http_request,'GET',{abs_path,"/music/musician"},{1,1}}</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the following error when I try your example:</p>
<p>ERROR erlang  code  crashed:<br />
 File: appmod:0<br />
Reason: {no_such_function,{&#8221;musician&#8221;,<br />
                           &#8220;index&#8221;,<br />
                           1,<br />
                           &#8220;You tried to invoke a controller function that doesn&#8217;t exist or that isn&#8217;t exported&#8221;}}<br />
Req: {http_request,&#8217;GET&#8217;,{abs_path,&#8221;/music/musician&#8221;},{1,1}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building YAWS For Windows &#171; :: (Bloggable a) =&#62; a -&#62; IO ()</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-24204</link>
		<dc:creator>Building YAWS For Windows &#171; :: (Bloggable a) =&#62; a -&#62; IO ()</dc:creator>
		<pubDate>Sat, 21 Apr 2007 16:41:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-24204</guid>
		<description>[...] 21st, 2007   Inspired by Yariv&#8217;s Blog, where he talks about a framework for building web applications in Erlang, and my so far abortive [...]</description>
		<content:encoded><![CDATA[<p>[...] 21st, 2007   Inspired by Yariv&#8217;s Blog, where he talks about a framework for building web applications in Erlang, and my so far abortive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Haddad</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/#comment-18086</link>
		<dc:creator>David Haddad</dc:creator>
		<pubDate>Fri, 23 Mar 2007 13:08:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-18086</guid>
		<description>Hey Yariv, are you planning to release the framework into the open source world? How would you like it to be extended? And do you see erlyweb as a framework to create ruby on rails type applications?</description>
		<content:encoded><![CDATA[<p>Hey Yariv, are you planning to release the framework into the open source world? How would you like it to be extended? And do you see erlyweb as a framework to create ruby on rails type applications?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
