<?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>Liquibase &#187; IDE</title>
	<atom:link href="http://blog.liquibase.org/category/ide/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.liquibase.org</link>
	<description>Database Change Management: The Blog</description>
	<lastBuildDate>Tue, 11 Oct 2011 05:34:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NetBeans Liquibase Plugin Available</title>
		<link>http://blog.liquibase.org/2011/04/netbeans-liquibase-plugin-available.html</link>
		<comments>http://blog.liquibase.org/2011/04/netbeans-liquibase-plugin-available.html#comments</comments>
		<pubDate>Thu, 21 Apr 2011 05:15:39 +0000</pubDate>
		<dc:creator>Nathan Voxland</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Extension]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://blog.liquibase.org/?p=236</guid>
		<description><![CDATA[For NetBeans users, there is a Liquibase plugin now available. The current, 0.2 version implements rudimentary support and concentrates on the most needed functionality. Features: Database connections stored in the Database Explorer plugin, so the developer doesn&#8217;t have to separately maintain the registry of connections. Executing a changeset by simply selecting it in the File [...]]]></description>
			<content:encoded><![CDATA[<p>For NetBeans users, there is a Liquibase plugin now available. </p>
<p>The current, 0.2 version implements rudimentary support and concentrates on the most needed functionality.</p>
<p>Features:</p>
<ul>
<li>Database connections stored in the Database Explorer plugin, so the developer doesn&#8217;t have to separately maintain the registry of connections.</li>
<li>Executing a changeset by simply selecting it in the File or Project explorer windows and call the execution from a context menu action. The database connection can be selected during the execution</li>
<li>A formatted log is displayed in the Output Window about the execution of the changeset, so the developer is properly informed if the changeset execution has failed.</li>
<li>Custom icon for the Liquibase changeset files, so they can better distinguished from the ordinary files.</li>
</ul>
<p>More information: <a href="http://plugins.netbeans.org/plugin/38564/liquorice-core">http://plugins.netbeans.org/plugin/38564/liquorice-core</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquibase.org/2011/04/netbeans-liquibase-plugin-available.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Initial LiquiBase IntelliJ IDEA Plug-in Released</title>
		<link>http://blog.liquibase.org/2007/11/initial-liquibase-intellij-idea-plug-in-released.html</link>
		<comments>http://blog.liquibase.org/2007/11/initial-liquibase-intellij-idea-plug-in-released.html#comments</comments>
		<pubDate>Wed, 14 Nov 2007 19:48:00 +0000</pubDate>
		<dc:creator>Nathan Voxland</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IntelliJ]]></category>

		<guid isPermaLink="false">http://nvoxland.wordpress.com/2007/11/14/initial-liquibase-intellij-idea-plug-in-released/</guid>
		<description><![CDATA[For you IntelliJ IDEA users out there, there is now a LiquiBase plugin available through the Intellij plug-in manager. Like the Eclipse plug-in, the IntelliJ plugin allows you to refactor your database like you refactor code using a “Refactor” context menu on database objects. These changes are automatically saved to a change log file. A [...]]]></description>
			<content:encoded><![CDATA[<p>For you IntelliJ IDEA users out there, there is now a LiquiBase plugin available through the Intellij plug-in manager.<span>  </span>
<p class="MsoNormal">Like the <a href="http://www.liquibase.org/refactoring_ide/index.html">Eclipse plug-in</a>, the IntelliJ plugin allows you to refactor your database like you refactor code using a “Refactor” context menu on database objects.<span>  </span>These changes are automatically saved to a change log file.</p>
<p class="MsoNormal">A “LiquiBase” context menu on the database explorer allows you to migrate your database, roll back changes, generate documentation, and more. </p>
<p class="MsoNormal">Additional refactoring and better documentation will be added in upcoming releases.</p>
<p class="MsoNormal">As usual, <a href="http://www.liquibase.org/community.html">please let us know</a> if you have any questions or suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquibase.org/2007/11/initial-liquibase-intellij-idea-plug-in-released.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Refactoring IDE Demo</title>
		<link>http://blog.liquibase.org/2007/08/refactoring-ide-demo.html</link>
		<comments>http://blog.liquibase.org/2007/08/refactoring-ide-demo.html#comments</comments>
		<pubDate>Fri, 31 Aug 2007 19:58:00 +0000</pubDate>
		<dc:creator>Nathan Voxland</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://nvoxland.wordpress.com/2007/08/31/refactoring-ide-demo/</guid>
		<description><![CDATA[A quick demo of the LiquiBase Database Refactoring IDE is now available on the LiquiBase site. It shows how to connect to your database, apply several refactorings to your database, then update an independent database with the new changes&#8211;all from the comfort of an IDE environment. The IDE is available as either a stand-alone tool [...]]]></description>
			<content:encoded><![CDATA[<p>A quick demo of the LiquiBase Database Refactoring IDE is now available on the LiquiBase site.</p>
<p>It shows how to connect to your database, apply several refactorings to your database, then update an independent database with the new changes&#8211;all from the comfort of an IDE environment.</p>
<p>The IDE is available as either a stand-alone tool or as an Eclipse plug-in.</p>
<p><a href="http://www.liquibase.org/demos/ide_demo_0_6.htm">View the demo</a></p>
<p><a href="http://www.liquibase.org/refactoring_ide/index.html">More Information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquibase.org/2007/08/refactoring-ide-demo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiquiBase IDE 0.6 Released</title>
		<link>http://blog.liquibase.org/2007/08/liquibase-ide-06-released.html</link>
		<comments>http://blog.liquibase.org/2007/08/liquibase-ide-06-released.html#comments</comments>
		<pubDate>Fri, 31 Aug 2007 19:51:00 +0000</pubDate>
		<dc:creator>Nathan Voxland</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://nvoxland.wordpress.com/2007/08/31/liquibase-ide-06-released/</guid>
		<description><![CDATA[Version 0.6 of the LiquiBase IDE and the Eclipse Plug-in have been released. This version does not add new functionality, but does fix a showstopper bug that prevented the creation of change log files. Information on downloading the new version is available on the download page.]]></description>
			<content:encoded><![CDATA[<p>Version 0.6 of the LiquiBase IDE and the Eclipse Plug-in have been released.  This version does not add new functionality, but does fix a showstopper bug that prevented the creation of change log files.</p>
<p>Information on downloading the new version is available on the <a href="http://www.liquibase.org/download.html">download page.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.liquibase.org/2007/08/liquibase-ide-06-released.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

