<?xml version="1.0"?>
<rss version="2.0">
<channel>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/</link>
<title>helma.org/wiki/Workspace/philmaker/philmaker: Initial Helma Purpose, Project</title>
<description>Updates for Page helma.org/wiki/Workspace/philmaker/philmaker: Initial Helma Purpose, Project</description>
<pubDate>Thu, 24 May 2012 16:24:36 +0000</pubDate>
<item>
<title>Version 11</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=11</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;4&lt;/td&gt;&lt;td&gt;&lt;span class=&#39;diffadded&#39;&gt;Related: implement JSON store for Helma?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 22:52:29 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 10</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=10</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;2&lt;/td&gt;&lt;td&gt;&lt;span class=&#39;diffadded&#39;&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;3&lt;/td&gt;&lt;td&gt;&lt;span class=&#39;diffadded&#39;&gt;See also: http://couchdb.org/&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 22:49:32 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 9</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=9</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data under the user HopObject at that path in the internal database. This would be like: superCRUD during client-focused development and application prototyping. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests - even if some dialog may need to pop up in the client app. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma may not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found - possibly even if that means that I need to chain HopObjects to match the url request on the fly. Not sure how to do this &lt;span class=&#39;diffremoved&#39;&gt;yet: Chris mentioned getElementAt() maybe&lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;yet&lt;/span&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 22:47:18 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 8</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=8</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data under the user HopObject at that path in the internal database. This would be like: superCRUD during client-focused &lt;span class=&#39;diffremoved&#39;&gt;development&lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;development and application prototyping&lt;/span&gt;. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests - even if some dialog may need to pop up in the client app. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma may not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found - possibly even if that means that I need to chain HopObjects to match the url request on the fly. Not sure how to do this yet: &lt;span class=&#39;diffremoved&#39;&gt;Vhris &lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;Chris &lt;/span&gt;mentioned getElementAt() maybe.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:08:02 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 7</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=7</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data under the user HopObject at that path in the internal database. This would be like: superCRUD during client-focused development. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests - even if some dialog may need to pop up in the client app. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma may not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not &lt;span class=&#39;diffremoved&#39;&gt;found&lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;found - possibly even if that means that I need to chain HopObjects to match the url request on the fly. Not sure how to do this yet: Vhris mentioned getElementAt() maybe&lt;/span&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:05:50 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 6</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=6</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data under the user HopObject at that path in the internal database. This would be like: superCRUD during client-focused development. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests - even if some dialog &lt;span class=&#39;diffadded&#39;&gt;may &lt;/span&gt;need to pop up in the client app. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma may not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:04:33 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 5</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=5</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data &lt;span class=&#39;diffadded&#39;&gt;under the user HopObject &lt;/span&gt;at that path in the internal database. This would be like: superCRUD during client-focused development. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests - even if some dialog need to pop up in the client app. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma may not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:04:10 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 4</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=4</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data at that path in the internal database. This would be like: superCRUD during client-focused development. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests - even if some dialog need to pop up in the client app. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma &lt;span class=&#39;diffremoved&#39;&gt;maybe &lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;may &lt;/span&gt;not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:02:20 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 3</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=3</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data at that path in the internal database. This would be like: superCRUD during client-focused development. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX &lt;span class=&#39;diffremoved&#39;&gt;requests&lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;requests - even if some dialog need to pop up in the client app&lt;/span&gt;. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma apps are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks. Servlets have the concept of filters but Helma maybe not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:01:55 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 2</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=2</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data at that path in the internal database. &lt;span class=&#39;diffadded&#39;&gt;This would be like: superCRUD during client-focused development. &lt;/span&gt;Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma &lt;span class=&#39;diffremoved&#39;&gt;appas &lt;/span&gt;&lt;span class=&#39;diffadded&#39;&gt;apps &lt;/span&gt;are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks&lt;span class=&#39;diffadded&#39;&gt;. Servlets have the concept of filters but Helma maybe not. So I may need to intercept the request and handle it somehow in Helma - to prevent 404 not found&lt;/span&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 07:01:11 +0000</pubDate>
<author>philmaker</author>
</item>
<item>
<title>Version 1</title>
<link>http://helma.org/wiki/Workspace/philmaker/philmaker%3A+Initial+Helma+Purpose%2C+Project/history.diff?v=1</link>
<description>&lt;div class=&#39;diffbody&#39;&gt;&lt;table&gt;&lt;tr&gt;&lt;td style=&quot;width:2em; color:#999;&quot;&gt;1&lt;/td&gt;&lt;td&gt;&lt;span class=&#39;diffadded&#39;&gt;philmaker&#39;s initial goal for using Helma is to create a lazy data store for AJAX requests. If the client app posts data via a URL which Helma is not prepared for, I want Helma to accept the AJAX post and store the posted data at that path in the internal database. Analogy: on my desktop computer, when I save a file which does not exist, my operating system offers to save the file for me and asks for a location. I want to do the same thing for AJAX requests. Helma does seem well equipted for this because it has a built in hierarchical database and because Helma appas are also implemented in Javascript, the same language as many of the client side Javascript AJAX frameworks.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description>
<pubDate>Wed, 21 Nov 2007 06:58:57 +0000</pubDate>
<author>philmaker</author>
</item>
</channel>
</rss>

