<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AntiFrameworks</title>
	<atom:link href="http://antiframeworks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://antiframeworks.com</link>
	<description>The Next Big Thing</description>
	<lastBuildDate>Wed, 02 Sep 2009 14:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Weird All-In-One view in Xcode after upgrading to Snow Leopard</title>
		<link>http://antiframeworks.com/2009/09/weird-all-in-one-view-in-xcode-after-upgrading-to-snow-leopard/</link>
		<comments>http://antiframeworks.com/2009/09/weird-all-in-one-view-in-xcode-after-upgrading-to-snow-leopard/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 08:58:51 +0000</pubDate>
		<dc:creator>peder</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://antiframeworks.com/?p=4</guid>
		<description><![CDATA[After upgrading to SL, installing Xcode 3.2, and the iPhone 3.0 SDK for SL one of my project looked weird. Deleting all username.* files in the project bundle did it. Might help others out there with the same problem.
]]></description>
			<content:encoded><![CDATA[<p>After upgrading to SL, installing Xcode 3.2, and the iPhone 3.0 SDK for SL one of my project looked weird. Deleting all <em>username</em>.* files in the project bundle did it. Might help others out there with the same problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://antiframeworks.com/2009/09/weird-all-in-one-view-in-xcode-after-upgrading-to-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stay clear of commons-logging!</title>
		<link>http://antiframeworks.com/2005/10/stay-clear-of-commons-logging/</link>
		<comments>http://antiframeworks.com/2005/10/stay-clear-of-commons-logging/#comments</comments>
		<pubDate>Thu, 20 Oct 2005 10:18:00 +0000</pubDate>
		<dc:creator>peder</dc:creator>
				<category><![CDATA[antiframework]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-17993292.post-112980360582072243</guid>
		<description><![CDATA[I know, I&#8217;m bashing commons-logging for all The Worlds Problems at the moment.
A couple of commons-logging related links: http://www.qos.ch/logging/classloader.jsp and http://www.qos.ch/logging/thinkAgain.jsp.
Especially the last links title spurs a somewhat controversial observation: Thing Again before adopting the XYZ framework.

]]></description>
			<content:encoded><![CDATA[<p>I know, I&#8217;m bashing commons-logging for all The Worlds Problems at the moment.</p>
<p>A couple of commons-logging related links: <a href="http://www.qos.ch/logging/classloader.jsp">http://www.qos.ch/logging/classloader.jsp</a> and <a href="http://www.qos.ch/logging/thinkAgain.jsp">http://www.qos.ch/logging/thinkAgain.jsp</a>.</p>
<p>Especially the last links title spurs a somewhat controversial observation: Thing Again before adopting the XYZ framework.</p>
<div class="blogger-post-footer"><img src="https://blogger.googleusercontent.com/tracker/17993292-112980360582072243?l=blog.AntiFrameworks.com%2Findex.html" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://antiframeworks.com/2005/10/stay-clear-of-commons-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AntiFrameworks.com is up and running!</title>
		<link>http://antiframeworks.com/2005/10/antiframeworks-com-is-up-and-running/</link>
		<comments>http://antiframeworks.com/2005/10/antiframeworks-com-is-up-and-running/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 07:40:00 +0000</pubDate>
		<dc:creator>peder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-17993292.post-112970851754800630</guid>
		<description><![CDATA[Remember the movie Amadeus? Remember the Emperors unforgettable remark after listenening to one of Mozarts concerts: &#8220;Your work is ingenious. It&#8217;s quality work. But there are simply too many notes, that&#8217;s all. Just cut a few and it will be perfect.&#8221;?
That&#8217;s how I feel about a lot of the frameworks out there. Some of them [...]]]></description>
			<content:encoded><![CDATA[<p>Remember the movie Amadeus? Remember the Emperors unforgettable remark after listenening to one of Mozarts concerts: &#8220;Your work is ingenious. It&#8217;s quality work. But there are simply too many notes, that&#8217;s all. Just cut a few and it will be perfect.&#8221;?</p>
<p>That&#8217;s how I feel about a lot of the frameworks out there. Some of them are truly ingenious, some of them indeed are quality work, but there are simply too many of them!</p>
<p>Most software developers know that n-tier architectures are the way to go, but let&#8217;s keep n small! Lots of frameworks are about increasing n, adding one more layer between the stuff the user interacts with and the stuff in the database. Lots of frameworks deal with abstractions of some sort. My favorite these days is commons-logging; why do we need a layer between our application and the logging framework of our choice (Java logging, log4j, &#8230;)? It&#8217;s not just about adding one more jar-file to our applications! It&#8217;s also about having to understand yet another API, yet another set of configuration files &#8211; basically yet another complicating factor in an (often) already complicated setup.</p>
<p>Btw. Mozart, in my opinion, used just the right number of notes <img src='http://antiframeworks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17993292-112970851754800630?l=blog.AntiFrameworks.com%2Findex.html'/></div>
]]></content:encoded>
			<wfw:commentRss>http://antiframeworks.com/2005/10/antiframeworks-com-is-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

