<?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: Use of TODO tags to quickly generate a tasklist for PL/SQL development</title>
	<atom:link href="http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Kate</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2563</link>
		<dc:creator>Kate</dc:creator>
		<pubDate>Thu, 07 Dec 2006 19:55:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2563</guid>
		<description><![CDATA[There are 2 bugs in the code posted above:
1) s/b

     pipe row (worklist_entry_type(
           src.name,
           src.TYPE,
           l_task,
           src.line,
           get_code(src.name, src.type , src.line+1)));

2) The select statement columns don&#039;t exist,
s/b  (or post correct columns, but this is fine):

select *
from   table (worklist)
order
by     1]]></description>
		<content:encoded><![CDATA[<p>There are 2 bugs in the code posted above:<br />
1) s/b</p>
<p>     pipe row (worklist_entry_type(<br />
           src.name,<br />
           src.TYPE,<br />
           l_task,<br />
           src.line,<br />
           get_code(src.name, src.type , src.line+1)));</p>
<p>2) The select statement columns don&#8217;t exist,<br />
s/b  (or post correct columns, but this is fine):</p>
<p>select *<br />
from   table (worklist)<br />
order<br />
by     1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Pawse</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2562</link>
		<dc:creator>Saurabh Pawse</dc:creator>
		<pubDate>Tue, 08 Nov 2005 13:34:32 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2562</guid>
		<description><![CDATA[Hi Lucas,

Could you please let me know the link of your article on AOP using PLSQL? I can&#039;t seem to find it.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Lucas,</p>
<p>Could you please let me know the link of your article on AOP using PLSQL? I can&#8217;t seem to find it.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy Mamoli</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2561</link>
		<dc:creator>Sandy Mamoli</dc:creator>
		<pubDate>Tue, 25 Oct 2005 14:08:51 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2561</guid>
		<description><![CDATA[Very nice! I am using the plsql version for my development. I query my todo list from sqlplus and I am very happy with the functionality.

I had to change one line in the function worspace to make it compile:
Line 42 should be: pipe row (worklist_entry_type(src.name, src.type, l_task, src.line,get_code(src.name, src.type , src.line+1)));]]></description>
		<content:encoded><![CDATA[<p>Very nice! I am using the plsql version for my development. I query my todo list from sqlplus and I am very happy with the functionality.</p>
<p>I had to change one line in the function worspace to make it compile:<br />
Line 42 should be: pipe row (worklist_entry_type(src.name, src.type, l_task, src.line,get_code(src.name, src.type , src.line+1)));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2560</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Thu, 20 Oct 2005 19:26:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2560</guid>
		<description><![CDATA[I have extended the article to demonstrate the Task List capablities of JDeveloper 10.1.3, as was suggested by Steve Muench in his comment earlier today.]]></description>
		<content:encoded><![CDATA[<p>I have extended the article to demonstrate the Task List capablities of JDeveloper 10.1.3, as was suggested by Steve Muench in his comment earlier today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2559</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 20 Oct 2005 17:24:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2559</guid>
		<description><![CDATA[You have mentioned that you have written an article on AOP (Aspect Oriented Programming) with PL/SQL.
I could not locate AOP example using PL/SQL on your site.

Thanks]]></description>
		<content:encoded><![CDATA[<p>You have mentioned that you have written an article on AOP (Aspect Oriented Programming) with PL/SQL.<br />
I could not locate AOP example using PL/SQL on your site.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Muench</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2558</link>
		<dc:creator>Steve Muench</dc:creator>
		<pubDate>Thu, 20 Oct 2005 14:39:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2558</guid>
		<description><![CDATA[JDeveloper 10.1.3 has this feature, too. See the 10.1.3 Early Access 1 and do View &#124; Tasks Window.

There is a Tools &#124; Preferences... page for &quot;Tasks&quot; to control how it works.]]></description>
		<content:encoded><![CDATA[<p>JDeveloper 10.1.3 has this feature, too. See the 10.1.3 Early Access 1 and do View | Tasks Window.</p>
<p>There is a Tools | Preferences&#8230; page for &#8220;Tasks&#8221; to control how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: APC</title>
		<link>http://technology.amis.nl/2005/10/19/use-of-todo-tags-to-quickly-generate-a-tasklist-for-plsql-development/#comment-2557</link>
		<dc:creator>APC</dc:creator>
		<pubDate>Thu, 20 Oct 2005 07:25:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=862#comment-2557</guid>
		<description><![CDATA[Reminds me of a &quot;Sexy New Development Methodology&quot; from SecretGeek - &lt;a href=&quot;http://secretgeek.net/TODO_driv_dev.asp&quot; rel=&quot;nofollow&quot;&gt;ToDo Driven Development&lt;/a&gt;

Cheers]]></description>
		<content:encoded><![CDATA[<p>Reminds me of a &#8220;Sexy New Development Methodology&#8221; from SecretGeek &#8211; <a href="http://secretgeek.net/TODO_driv_dev.asp" rel="nofollow">ToDo Driven Development</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
