<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Scott's (not so deep) Thoughts</title>
	<link>http://blog.the-mitchells.org</link>
	<description>Thoughts on Java, Oracle, open source projects, and anything else I might be working on.</description>
	<pubDate>Tue,  6 Jan 2009 02:07:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>Comment on Astronomy by John</title>
		<link>http://blog.the-mitchells.org/archives/2008/07/06/60/#comment-16434</link>
		<pubDate>Thu, 31 Jul 2008 12:46:11 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2008/07/06/60/#comment-16434</guid>
					<description>Excellent pictures!  I tried to do this but didn't achieve nearly the same results.  I struggled with the motor drive and polar alingment, didn't have a camera mount, etc., etc.

You make me want to break out the the telescope again.  Keep it up!

--John</description>
		<content:encoded><![CDATA[<p>Excellent pictures!  I tried to do this but didn&#8217;t achieve nearly the same results.  I struggled with the motor drive and polar alingment, didn&#8217;t have a camera mount, etc., etc.</p>
<p>You make me want to break out the the telescope again.  Keep it up!</p>
<p>&#8211;John
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Frustration with Struts 2 Wildcard Mappings by dbs</title>
		<link>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-16108</link>
		<pubDate>Wed, 18 Jun 2008 17:19:38 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-16108</guid>
					<description>Just wanted to say that one of your comments just solved a problem i was working on.  Thanks!</description>
		<content:encoded><![CDATA[<p>Just wanted to say that one of your comments just solved a problem i was working on.  Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Frustration with Struts 2 Wildcard Mappings by Matthew Payne</title>
		<link>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-14935</link>
		<pubDate>Thu, 10 Jan 2008 19:33:10 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-14935</guid>
					<description>Maybe the 
"default-class-ref" xml tag will help with the flexibility of configurations.
re: 
http://www.sutternow.com/blog/index.action?date=2008-01-10</description>
		<content:encoded><![CDATA[<p>Maybe the<br />
&#8220;default-class-ref&#8221; xml tag will help with the flexibility of configurations.<br />
re:<br />
<a href="http://www.sutternow.com/blog/index.action?date=2008-01-10" rel="nofollow" class="extlink">http://www.sutternow.com/blog/index.action?date=2008-01-10</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Rails Migrations and Multiple Developers by scott</title>
		<link>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-14805</link>
		<pubDate>Wed, 19 Dec 2007 11:33:48 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-14805</guid>
					<description>Thanks for the update Christopher. I will definitely check it out.</description>
		<content:encoded><![CDATA[<p>Thanks for the update Christopher. I will definitely check it out.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Rails Migrations and Multiple Developers by Christopher J. Bottaro</title>
		<link>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-14802</link>
		<pubDate>Wed, 19 Dec 2007 04:59:51 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-14802</guid>
					<description>I wrote a plugin that addresses this issue (and more) with Rails migrations.  It works like how your solution does:  it creates a schema_info_histories table which keeps track of what migrations have been run.  Then it modifies 'rake db:migrate' to retroactively run any scripts that haven't already been run, up until the current database version.

You can read more about it here:
http://blog.stochasticbytes.com/2007/10/better-rails-migrations-retroactive.html

It's fully documented and comes with rake tasks to examine and manipulate the histories table.

It is NOT tested with Rails 2.x, only Rails 1.2.x.</description>
		<content:encoded><![CDATA[<p>I wrote a plugin that addresses this issue (and more) with Rails migrations.  It works like how your solution does:  it creates a schema_info_histories table which keeps track of what migrations have been run.  Then it modifies &#8216;rake db:migrate&#8217; to retroactively run any scripts that haven&#8217;t already been run, up until the current database version.</p>
<p>You can read more about it here:<br />
<a href="http://blog.stochasticbytes.com/2007/10/better-rails-migrations-retroactive.html" rel="nofollow" class="extlink">http://blog.stochasticbytes.com/2007/10/better-rails-migrations-retroactive.html</a></p>
<p>It&#8217;s fully documented and comes with rake tasks to examine and manipulate the histories table.</p>
<p>It is NOT tested with Rails 2.x, only Rails 1.2.x.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Frustration with Struts 2 Wildcard Mappings by elevor</title>
		<link>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-14359</link>
		<pubDate>Tue, 09 Oct 2007 15:12:40 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-14359</guid>
					<description>You have to set &lt;code&gt;struts.enable.SlashesInActionNames = true&lt;/code&gt; in the struts.properties file or as a &lt;code&gt;constant&lt;/code&gt; in your struts.xml file.
See if that helps ...</description>
		<content:encoded><![CDATA[<p>You have to set <code>struts.enable.SlashesInActionNames = true</code> in the struts.properties file or as a <code>constant</code> in your struts.xml file.<br />
See if that helps &#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Frustration with Struts 2 Wildcard Mappings by patriotlml</title>
		<link>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-13705</link>
		<pubDate>Wed, 18 Jul 2007 03:52:12 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2007/03/04/frustration-with-struts-2-wildcard-mappings/#comment-13705</guid>
					<description>I got another problem some kind like yours.
I named my wild card in the  following style:
-------------------------------------------
	
		
			/{1}/update{2}.jsp
			/{1}/list{2}.jsp
		
	
-------------------------------------------
And i try to access the action http://localhost:8080/myapp/common/User/list
Then I got the errors like:
no action mapping for namespace "/common/User" and action "list".
I guess that my action has slashes,so I define:

However,it did not work either.

Any comment?
Thanks.</description>
		<content:encoded><![CDATA[<p>I got another problem some kind like yours.<br />
I named my wild card in the  following style:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>			/{1}/update{2}.jsp<br />
			/{1}/list{2}.jsp</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
And i try to access the action <a href="http://localhost:8080/myapp/common/User/list" rel="nofollow" class="extlink">http://localhost:8080/myapp/common/User/list</a><br />
Then I got the errors like:<br />
no action mapping for namespace &#8220;/common/User&#8221; and action &#8220;list&#8221;.<br />
I guess that my action has slashes,so I define:</p>
<p>However,it did not work either.</p>
<p>Any comment?<br />
Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Rails Migrations and Multiple Developers by Madss.net &#187; Blogarkiv &#187; Rails</title>
		<link>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-13563</link>
		<pubDate>Fri, 22 Jun 2007 18:02:08 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-13563</guid>
					<description>[...] Eneste problem er hvordan den lækre migration-feature klarer flere der udvikler på samme tid. Jeg har fundet en beskrivelse af problemet, men ikke nogen løsning [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Eneste problem er hvordan den lækre migration-feature klarer flere der udvikler på samme tid. Jeg har fundet en beskrivelse af problemet, men ikke nogen løsning [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Last Day at Servidyne by experts8</title>
		<link>http://blog.the-mitchells.org/archives/2007/03/09/last-day-at-servidyne/#comment-10286</link>
		<pubDate>Mon, 12 Mar 2007 15:29:54 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2007/03/09/last-day-at-servidyne/#comment-10286</guid>
					<description>I thought cyber censorship is only for community China/Korea/Cuba, or France.</description>
		<content:encoded><![CDATA[<p>I thought cyber censorship is only for community China/Korea/Cuba, or France.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Rails Migrations and Multiple Developers by scott</title>
		<link>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-1706</link>
		<pubDate>Tue, 20 Dec 2005 11:46:31 +0000</pubDate>
		<guid>http://blog.the-mitchells.org/archives/2005/12/18/rails-migrations-and-multiple-developers/#comment-1706</guid>
					<description>Thanks Kevin, that's good to know. Like I said in the post, I knew it had to have been considered, but I hadn't heard it discussed. I still think this might happen a good bit with multiple developers working concurrently (not to mention multiple branches), and that would be a pain. It will be interesting to hear how real teams use it.</description>
		<content:encoded><![CDATA[<p>Thanks Kevin, that&#8217;s good to know. Like I said in the post, I knew it had to have been considered, but I hadn&#8217;t heard it discussed. I still think this might happen a good bit with multiple developers working concurrently (not to mention multiple branches), and that would be a pain. It will be interesting to hear how real teams use it.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
