<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: FRAMEWORK 101: Building XCF - Lesson 01 - Building the Core</title>
	<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/</link>
	<description>...tales of a software curmudgeon</description>
	<pubDate>Fri, 10 Oct 2008 23:04:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Sonjaya Tandon &#187; FRAMEWORK 101: Building XCF - Lesson 06 - Rendering Responses</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-779</link>
		<pubDate>Sat, 10 Feb 2007 21:14:09 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-779</guid>
					<description>[...] Lesson 01: Building the core [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Lesson 01: Building the core [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sonjaya Tandon &#187; FRAMEWORK 101: Building XCF - Lesson 05 - Building the facade</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-467</link>
		<pubDate>Sun, 07 Jan 2007 21:37:42 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-467</guid>
					<description>[...] Lesson 01: Building the core [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Lesson 01: Building the core [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sonjaya Tandon &#187; Framework 101: Building XCF - Lesson 04: Interpreting XML</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-336</link>
		<pubDate>Sat, 23 Dec 2006 21:00:08 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-336</guid>
					<description>[...] Lesson 01: Building the core [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Lesson 01: Building the core [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sonjaya Tandon &#187; FRAMEWORK 101: Building XCF - Lesson 03 - Implementing Convention</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-300</link>
		<pubDate>Mon, 06 Nov 2006 01:36:39 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-300</guid>
					<description>[...] Lesson 01: Building the core [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Lesson 01: Building the core [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sonjaya Tandon &#187; FRAMEWORK 101: Building XCF - Lesson 02 - Request Processing</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-297</link>
		<pubDate>Sun, 05 Nov 2006 17:59:40 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-297</guid>
					<description>[...] Lesson 01: Building the core [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Lesson 01: Building the core [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sonjaya</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-113</link>
		<pubDate>Thu, 05 Oct 2006 22:43:10 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-113</guid>
					<description>Thanks. 
So perhaps a 
 boolean isLoggingTypeEnabled(LogType) 
in the log manager interface?  There really isn't a notion of logging levels as you can selectivly turn on and off types.

Also, just finished the refactoring pass on request processing -- that includes parameter processing and commands.  I should have the next article available sometime in the next five days.</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
So perhaps a<br />
 boolean isLoggingTypeEnabled(LogType)<br />
in the log manager interface?  There really isn&#8217;t a notion of logging levels as you can selectivly turn on and off types.</p>
<p>Also, just finished the refactoring pass on request processing &#8212; that includes parameter processing and commands.  I should have the next article available sometime in the next five days.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: geoffreychew</title>
		<link>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-112</link>
		<pubDate>Thu, 05 Oct 2006 22:12:08 +0000</pubDate>
		<guid>http://sonjayatandon.com/09-2006/framework-101-building-xcf-lesson-01-building-the-core/#comment-112</guid>
					<description>Great article! It would be nice if the Logging interface provided a mechanism for checking whether or not a specific logging level is enabled as log4j does. This is helpful when you want to avoid performance penalities associated with constructing numerous string objects when debugging is not enabled.</description>
		<content:encoded><![CDATA[<p>Great article! It would be nice if the Logging interface provided a mechanism for checking whether or not a specific logging level is enabled as log4j does. This is helpful when you want to avoid performance penalities associated with constructing numerous string objects when debugging is not enabled.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
