<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Nexaweb announces dojo.E markup and runtime</title>
	<atom:link href="http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sfoster</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264441</link>
		<dc:creator>sfoster</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264441</guid>
		<description>There is something kind of nice about building a UI with declarative markup like this. So instead of your server-side building tag soup, you build and manipulate an xml document to represent your UI. If you wanted to create a forms editor - a gui editor - having a structured  xml representation to back it is going to get you there a lot faster. OTOH the drawbacks to declarative UI systems are always in the lack of expressive power in the markup - you trade a flexible scripting language for a limited set of elements and attributes. 

I wonder his dojo.e compared to the dojox.wire project, as well as frameworks like backbase that are well established in this niche.</description>
		<content:encoded><![CDATA[<p>There is something kind of nice about building a UI with declarative markup like this. So instead of your server-side building tag soup, you build and manipulate an xml document to represent your UI. If you wanted to create a forms editor &#8211; a gui editor &#8211; having a structured  xml representation to back it is going to get you there a lot faster. OTOH the drawbacks to declarative UI systems are always in the lack of expressive power in the markup &#8211; you trade a flexible scripting language for a limited set of elements and attributes. </p>
<p>I wonder his dojo.e compared to the dojox.wire project, as well as frameworks like backbase that are well established in this niche.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusco</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264438</link>
		<dc:creator>Rusco</dc:creator>
		<pubDate>Thu, 05 Jun 2008 12:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264438</guid>
		<description>There is a much more lightweight jQuery based alternative:

malsup.com/jquery/taconite.

I use this with the eXist-Xml DB and notice a high developer productivity and low maintenance costs, leaving even RubyOnRails behind ...


Rusco</description>
		<content:encoded><![CDATA[<p>There is a much more lightweight jQuery based alternative:</p>
<p>malsup.com/jquery/taconite.</p>
<p>I use this with the eXist-Xml DB and notice a high developer productivity and low maintenance costs, leaving even RubyOnRails behind &#8230;</p>
<p>Rusco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polterguy</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264433</link>
		<dc:creator>polterguy</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264433</guid>
		<description>@V1
Not all of us are using custom attributes, we&#039;re not breaking XHTML ONE PLACE in our current SVN code now. (meaning no &quot;custom attributes&quot;)
Fact is we&#039;re all attacking MSFT for being non-compatible, how can we expect them to be when the ones screaming the most are NOT...?
(Btw, I scream too, but at least we _try_)</description>
		<content:encoded><![CDATA[<p>@V1<br />
Not all of us are using custom attributes, we&#8217;re not breaking XHTML ONE PLACE in our current SVN code now. (meaning no &#8220;custom attributes&#8221;)<br />
Fact is we&#8217;re all attacking MSFT for being non-compatible, how can we expect them to be when the ones screaming the most are NOT&#8230;?<br />
(Btw, I scream too, but at least we _try_)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264420</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Wed, 04 Jun 2008 18:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264420</guid>
		<description>your allready using custom attributes, why not use custom namespaces -_-, if u wanted to make it easyer.. 

that looks like something... and its easy to understand for none developers =/</description>
		<content:encoded><![CDATA[<p>your allready using custom attributes, why not use custom namespaces -_-, if u wanted to make it easyer.. </p>
<p>that looks like something&#8230; and its easy to understand for none developers =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalIchi</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264418</link>
		<dc:creator>digitalIchi</dc:creator>
		<pubDate>Wed, 04 Jun 2008 17:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264418</guid>
		<description>@polterguy,

I somewhat agree and somewhat disagree.  Granted the things shown are not standards, more of a different approach to an already solved problem.  The goal of the project is not to re-implement things that are already built. The first version is more of the foundation to built out a standard way to incorporate xml-based markup into Ajax application.

The W3C and others have created syntax that is very well defined, considered standards, open and useful to developing applications.  Take for instance svg, Using this project I can take the SVG syntax and map it.  Other W3C syntax like xml events, x-forms can also be brought into browsers not supporting it using dojo.E.  This I would consider open web.</description>
		<content:encoded><![CDATA[<p>@polterguy,</p>
<p>I somewhat agree and somewhat disagree.  Granted the things shown are not standards, more of a different approach to an already solved problem.  The goal of the project is not to re-implement things that are already built. The first version is more of the foundation to built out a standard way to incorporate xml-based markup into Ajax application.</p>
<p>The W3C and others have created syntax that is very well defined, considered standards, open and useful to developing applications.  Take for instance svg, Using this project I can take the SVG syntax and map it.  Other W3C syntax like xml events, x-forms can also be brought into browsers not supporting it using dojo.E.  This I would consider open web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj111</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264417</link>
		<dc:creator>tj111</dc:creator>
		<pubDate>Wed, 04 Jun 2008 17:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264417</guid>
		<description>I think the reason that this has such negative feedback is that the majority of readers on this site is that we are all to developer oriented to see some benefit in this.  I agree, the syntax is ugly and there is little use of this from a standard developer&#039;s perspective.  

However, I think this would be very useful on some community oriented sites.  For example, to allow users to create custom widgets, all you need to do is spit out some generated HTML, not rely on pre-made javascript functionality or generate any sort of javascript.  I could develop an interface to allow people with no development experience to build their own custom Dojo widgets in about a day with this library (but I won&#039;t).  

So, for developing your site or applications, this is a horrible approach.  But building an interface to allow custom widgets to be built is where this shines.</description>
		<content:encoded><![CDATA[<p>I think the reason that this has such negative feedback is that the majority of readers on this site is that we are all to developer oriented to see some benefit in this.  I agree, the syntax is ugly and there is little use of this from a standard developer&#8217;s perspective.  </p>
<p>However, I think this would be very useful on some community oriented sites.  For example, to allow users to create custom widgets, all you need to do is spit out some generated HTML, not rely on pre-made javascript functionality or generate any sort of javascript.  I could develop an interface to allow people with no development experience to build their own custom Dojo widgets in about a day with this library (but I won&#8217;t).  </p>
<p>So, for developing your site or applications, this is a horrible approach.  But building an interface to allow custom widgets to be built is where this shines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polterguy</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264412</link>
		<dc:creator>polterguy</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264412</guid>
		<description>Looks a lot like .ASPX pages in fact, though .ASPX pages doesn&#039;t propagate to the client meaning XHTML is not broken.
To &quot;extend&quot; the HTML standards like this is just plain ignorant...
Sorry Alex, this is NOT &quot;Open Web&quot;... :&#124;</description>
		<content:encoded><![CDATA[<p>Looks a lot like .ASPX pages in fact, though .ASPX pages doesn&#8217;t propagate to the client meaning XHTML is not broken.<br />
To &#8220;extend&#8221; the HTML standards like this is just plain ignorant&#8230;<br />
Sorry Alex, this is NOT &#8220;Open Web&#8221;&#8230; :|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronHeckmann</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264410</link>
		<dc:creator>AaronHeckmann</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264410</guid>
		<description>No thanks. That&#039;s nasty.</description>
		<content:encoded><![CDATA[<p>No thanks. That&#8217;s nasty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pottedmeat</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264407</link>
		<dc:creator>pottedmeat</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264407</guid>
		<description>This doesn&#039;t excite me very much, but I&#039;m sure there&#039;s someone with a title like &quot;senior enterprise analyst&quot; that saw this and jumped for joy. If you think this is ugly syntax and messy design, you&#039;d feel the same way about a lot of enterprise stuff, even though there&#039;s a huge market for it, and the people that use it are quite happy with it.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t excite me very much, but I&#8217;m sure there&#8217;s someone with a title like &#8220;senior enterprise analyst&#8221; that saw this and jumped for joy. If you think this is ugly syntax and messy design, you&#8217;d feel the same way about a lot of enterprise stuff, even though there&#8217;s a huge market for it, and the people that use it are quite happy with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soff</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264403</link>
		<dc:creator>soff</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264403</guid>
		<description>huh? What an ugly syntax and messy design.  Why on earth would one use this instead of DojoML, or some real clean/concise XML that actually provides value? Amazing.</description>
		<content:encoded><![CDATA[<p>huh? What an ugly syntax and messy design.  Why on earth would one use this instead of DojoML, or some real clean/concise XML that actually provides value? Amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soff</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264401</link>
		<dc:creator>soff</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264401</guid>
		<description>huh?</description>
		<content:encoded><![CDATA[<p>huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalIchi</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264399</link>
		<dc:creator>digitalIchi</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264399</guid>
		<description>@caston,

Great idea, I will look into that.</description>
		<content:encoded><![CDATA[<p>@caston,</p>
<p>Great idea, I will look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalIchi</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264398</link>
		<dc:creator>digitalIchi</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264398</guid>
		<description>The why, is that not everyone in the world is a JavaScript and Ajax expert.  Markup, whether people like it or think its fun to development in, does provide a base on which vendors can build tools that make it easier to build applications and shield them from implementation changes.

The other reason is that being able to respond from a server with modifications allows the developer to transition modification calls to the server.  This can be really helpful for performing different tasks.  Each of the pieces of the language can be used independently.</description>
		<content:encoded><![CDATA[<p>The why, is that not everyone in the world is a JavaScript and Ajax expert.  Markup, whether people like it or think its fun to development in, does provide a base on which vendors can build tools that make it easier to build applications and shield them from implementation changes.</p>
<p>The other reason is that being able to respond from a server with modifications allows the developer to transition modification calls to the server.  This can be really helpful for performing different tasks.  Each of the pieces of the language can be used independently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caston</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264397</link>
		<dc:creator>caston</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264397</guid>
		<description>Even though the idea of embedding XML markup content with script tag is great (although old, consider aforementioned Backbase), I would recommend Nexaweb not to claim &quot;text/xml&quot; mime-type possession as this might create a lock on client-side technologies (suppose browsers implement that mime-type handler). 
&quot;text/nexaweb+xml&quot; or &quot;text/dojo.E+xml&quot; would be more safe with this respect.</description>
		<content:encoded><![CDATA[<p>Even though the idea of embedding XML markup content with script tag is great (although old, consider aforementioned Backbase), I would recommend Nexaweb not to claim &#8220;text/xml&#8221; mime-type possession as this might create a lock on client-side technologies (suppose browsers implement that mime-type handler).<br />
&#8220;text/nexaweb+xml&#8221; or &#8220;text/dojo.E+xml&#8221; would be more safe with this respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tora</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264396</link>
		<dc:creator>tora</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264396</guid>
		<description>That&#039;s the most ungodly stew of languages and syntaxes that one could imagine. Just one question--WHY?</description>
		<content:encoded><![CDATA[<p>That&#8217;s the most ungodly stew of languages and syntaxes that one could imagine. Just one question&#8211;WHY?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robojax</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264395</link>
		<dc:creator>robojax</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264395</guid>
		<description>Dojo.U for Useless.

Even if you did want to use tags you would use one embedded in the framework like Backbase.</description>
		<content:encoded><![CDATA[<p>Dojo.U for Useless.</p>
<p>Even if you did want to use tags you would use one embedded in the framework like Backbase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRice</title>
		<link>http://ajaxian.com/archives/nexaweb-announces-dojoe-markup-and-runtime/comment-page-1#comment-264393</link>
		<dc:creator>JRice</dc:creator>
		<pubDate>Wed, 04 Jun 2008 13:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3715#comment-264393</guid>
		<description>Yeah, &#039;cause--you know--ColdFusion proved that coding in tags was &lt;em&gt;so&lt;/em&gt; much more fun!</description>
		<content:encoded><![CDATA[<p>Yeah, &#8217;cause&#8211;you know&#8211;ColdFusion proved that coding in tags was <em>so</em> much more fun!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

