<?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: Code generation? Don&#8217;t generate to Java</title>
	<atom:link href="http://www.databasesandlife.com/java-method-64k-limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.databasesandlife.com/java-method-64k-limit/</link>
	<description>Adrian Smith's blog</description>
	<lastBuildDate>Tue, 24 Aug 2010 04:56:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: m35</title>
		<link>http://www.databasesandlife.com/java-method-64k-limit/comment-page-1/#comment-9964</link>
		<dc:creator>m35</dc:creator>
		<pubDate>Wed, 10 Feb 2010 19:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.databasesandlife.com/?p=407#comment-9964</guid>
		<description>Ran into that limitation when trying to include a large constant array in my code. Such arrays declarations are apparently compiled into a method that fills the array one value at a time. Too many elements will create a too large method. Of course this case has the work-around of including the static data as a separate resource.

I assume your situation didn&#039;t lend itself well to automatically breaking the config algorithm up into separate methods?</description>
		<content:encoded><![CDATA[<p>Ran into that limitation when trying to include a large constant array in my code. Such arrays declarations are apparently compiled into a method that fills the array one value at a time. Too many elements will create a too large method. Of course this case has the work-around of including the static data as a separate resource.</p>
<p>I assume your situation didn&#8217;t lend itself well to automatically breaking the config algorithm up into separate methods?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
