<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5" -->
<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/"
>

<channel>
	<title>IntelliJ IDEA Blog</title>
	<link>http://blogs.jetbrains.com/idea</link>
	<description></description>
	<pubDate>Mon, 05 May 2008 21:20:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>
	<language>en</language>

		<item>
		<title>JetBrains at JavaOne</title>
		<link>http://blogs.jetbrains.com/idea/2008/05/jetbrains-at-javaone/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/05/jetbrains-at-javaone/#comments</comments>
		<pubDate>Mon, 05 May 2008 16:17:52 +0000</pubDate>
		<dc:creator>Dave Booth</dc:creator>
		
	<category>News &#038; Events</category>
		<guid>http://blogs.jetbrains.com/idea/2008/05/jetbrains-at-javaone/</guid>
		<description><![CDATA[Just a quick note before we run from the office to pack our bags -- 

If you're keen on meeting some of the people responsible for IntelliJ IDEA and TeamCity, come visit us at the JetBrains booth at JavaOne -- booth #1312.

Hope to see you there!

You might also get an invitation for the JetBrains party [...]]]></description>
			<content:encoded><![CDATA[	<p>Just a quick note before we run from the office to pack our bags &#8212; </p>
	<p>If you&#8217;re keen on meeting some of the people responsible for IntelliJ IDEA and TeamCity, come visit us at the JetBrains booth at JavaOne &#8212; booth #1312.</p>
	<p>Hope to see you there!</p>
	<p>You might also get an invitation for the JetBrains party to be held Thursday evening <img src='http://blogs.jetbrains.com/idea/wp-images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
	<p>Dave
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/05/jetbrains-at-javaone/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>JetBrains Development Academy To Serve the Community</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/jetbrains-development-academy-to-serve-the-community/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/jetbrains-development-academy-to-serve-the-community/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 10:42:14 +0000</pubDate>
		<dc:creator>Ann Oreshnikova</dc:creator>
		
	<category>FYI</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/jetbrains-development-academy-to-serve-the-community/</guid>
		<description><![CDATA[You might have already heard about the brand new JetBrains Development Academy. Launched in April 2008, the Academy fosters a community of experts and evangelists to champion best development practices and promote software innovation worldwide. 

The JetBrains Development Academy serves as a connection point for developers who strive to adopt top methodologies and use JetBrains [...]]]></description>
			<content:encoded><![CDATA[	<p>You might have already heard about the brand new JetBrains Development Academy. Launched in April 2008, the Academy fosters a community of experts and evangelists to champion best development practices and promote software innovation worldwide.<br />
<br/><br />
The JetBrains Development Academy serves as a connection point for developers who strive to adopt top methodologies and use JetBrains products to help them achieve that goal. It plans to provide support for Java and .NET user groups, support educational institutions, conduct in-place presentations, publish articles on the <a href="http://www.jetbrains.com/devnet/index.html">Academy&#8217;s website</a>, and help users learn about popular and innovative technologies. These benefits will be provided courtesy of the Academy members, who are recognized experts representing various areas of software development.<br />
<br/><br />
The Academy website also features a <a href="http://www.jetbrains.com/devnet/questions/index.html">Q&#038;A section</a>, where you can ask questions, get answers and gain valuable insight into the technologies, products and best practices relevant in today&#8217;s world of software development.</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/jetbrains-development-academy-to-serve-the-community/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Type Renderers</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/type-renderers/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/type-renderers/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 02:34:26 +0000</pubDate>
		<dc:creator>Maria Khalusova</dc:creator>
		
	<category>Tips &#038; Tricks</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/type-renderers/</guid>
		<description><![CDATA[While developing any application, you most probably debug it, and I bet my bottom dollar, making this process a little bit easier and faster would not be out of place.In this post, I’d like to tell you about one of the IntelliJ IDEA features &mdash; type renderers. They provide you the ability to customize how [...]]]></description>
			<content:encoded><![CDATA[	<p>While developing any application, you most probably debug it, and I bet my bottom dollar, making this process a little bit easier and faster would not be out of place.<br/>In this post, I’d like to tell you about one of the <a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a> features &mdash; type renderers. They provide you the ability to customize how objects are displayed in the debugger, offering “logic-oriented” presentation of data vs. structure-oriented as it is by default, and thus improving the readability of the Debug tool window. Let’s see how it works.<br/><br/>To define your own type renderers, open <strong>Settings</strong> (<strong>Ctrl+Alt+S</strong>) dialog, click <strong>Debugger</strong> and select <strong>Type Renderers</strong> tab. This tab lists all the renderers you’ve defined and allows you to turn them on and off at any time using the check box next to their name. The order of the list is important. It determines which renderer is used, if more than one renderer is applicable to an object instance.<br/><br/>Now let’s add a new renderer. To do so click the plus button, then specify renderer name, the object class to which it applies, and which expressions to use while rendering.<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/debuggerTypeRenderers.gif' alt='Defining Type Renderer' /><br/><br/>In our example, we’ve created an expression that displays the user’s full name by accessing the first and last name properties of the object.<br/><br/>Also we’ve defined the appearance of the expanded node. Normally, expanding a node in the debugger lists the object’s member variables. Nevertheless, you can override that behavior. Here we’ve selected to reflect only three of the object’s properties and have used descriptive names rather than the member variable’s name.<br/><br/><strong>Note</strong>: There is also a possibility to use a single expression to calculate information to be presented for the node. When expanding the node, the specified expression is evaluated and applicable renderer is picked for the resulting value. The chosen renderer is then applied to get the nodes that will be attached as children to the node that was originally rendered. We can also specify a Boolean expression to test if the node can be expanded. If it is <strong>true</strong> the renderer displays the expandable nodes for the defined objects. Otherwise, no nodes are displayed.<br/><br/>These expressions are helpful when you want to limit the amount of information displayed or to be more precise in how the information is presented, for example.<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/typeRenderersResult.gif' alt='Rendered View' /><br/><br/>When defining expressions, feel free to use <a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a>’s code-completion features to help you. All method calls and member variable access is relative to the object you’re rendering. Use <strong>this</strong> to refer to the instance, to which the renderer is applied.<br/><br/><strong>Note</strong>: Using &#8220;heavy&#8221; expressions in renderers may slow down data rendering in views. Much as method calls should be used with caution because of possible side-effects.<br/><br/>One more trick: you can easily switch between applicable renderers for particular object in already built data tree with the <strong>View As</strong> option in the context menu of the <strong>Variables</strong> or <strong>Watches</strong> tab of the <strong>Debugger</strong>, even if your custom type renderer is disabled.<br/><br/>P.S. Type renderers are available since IntelliJ IDEA version 5.0.<br/><br />
<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/Debugger" rel="tag">Debugger</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/type-renderers/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Weapon of Choice for AJAX Developers</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/weapon-of-choice-for-ajax-developers/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/weapon-of-choice-for-ajax-developers/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 08:12:18 +0000</pubDate>
		<dc:creator>Egor Malyshev</dc:creator>
		
	<category>FYI</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/weapon-of-choice-for-ajax-developers/</guid>
		<description><![CDATA[We're glad to announce the extended partnership with Bindows, the creators of world's #1 AJAX framework.With Bindows Plugin for IntellIJ JDEA you get all of its famous, smart, productivity-enhancing features, ready and available for pleasant AJAX development:

All sorts of coding assistance
Inspections, code analysis and quick-fixes
Numerous refactorings
Live templates and code generation
Assisted WYSIWYG GUI building
Automated running and [...]]]></description>
			<content:encoded><![CDATA[	<p>We&#8217;re glad to announce the extended partnership with <a href="http://www.bindows.net/">Bindows</a>, the creators of world&#8217;s #1 AJAX framework.<br/><br/>With <a href="http://www.bindows.net/documentation/tools/intellij_plugin/">Bindows Plugin</a> for <a href ="http://www.jetbrains.com/idea">IntellIJ JDEA</a> you get all of its famous, smart, productivity-enhancing features, ready and available for pleasant AJAX development:<br/></p>
	<ul>
	<li>All sorts of coding assistance</li>
	<li>Inspections, code analysis and quick-fixes</li>
	<li>Numerous refactorings</li>
	<li>Live templates and code generation</li>
	<li>Assisted WYSIWYG GUI building</li>
	<li>Automated running and deployment</li>
	<li>and more.</li>
	</ul>
	<p>Another good news is that when you buy a Bindows license, you become eligible to <a href="http://blog.bindows.net/?p=89">Free 6 month IntelliJ IDEA evaluation license</a>, plus 20% off the regular IntelliJ IDEA price when you upgrade after it expires.<br/><br/><a href="http://www.bindows.net/documentation/tools/intellij_plugin/bindows_quickstart_screencast/">Watch</a> the Bindows Plugin demo to get more familiar with the plugin and its features.</p>
	<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/IDE" rel="tag">IDE</a>, <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/Bindows" rel="tag">Bindows</a>, <a href="http://www.technorati.com/tag/Javascript" rel="tag">Javascript</a>, <a href="http://www.technorati.com/tag/AJAX" rel="tag">AJAX</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/weapon-of-choice-for-ajax-developers/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Announcing New Release of JetGroovy Plugin</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/announcing-new-release-of-jetgroovy-plugin/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/announcing-new-release-of-jetgroovy-plugin/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 06:01:45 +0000</pubDate>
		<dc:creator>Egor Malyshev</dc:creator>
		
	<category>News &#038; Events</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/announcing-new-release-of-jetgroovy-plugin/</guid>
		<description><![CDATA[We're glad to announce the general availability of the new release of JetGroovy Plugin for IntelliJ IDEA.Version 1.5 brings yet more of IntelliJ IDEA&acute;s smart, advanced features to Groovy and Grails developers:

Multiple new Groovy-aware refactorings 
Extended Groovy coding assistance with support for dynamic properties and methods 
Groovy-ready debugger that handles mixed Java and Groovy code [...]]]></description>
			<content:encoded><![CDATA[	<p>We&#8217;re glad to announce the general availability of the new release of JetGroovy Plugin for <a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a>.<br/><br/>Version 1.5 brings yet more of IntelliJ IDEA&acute;s smart, advanced features to Groovy and Grails developers:<br/></p>
	<ul>
	<li>Multiple new Groovy-aware refactorings
	<li>Extended Groovy coding assistance with support for dynamic properties and methods
	<li>Groovy-ready debugger that handles mixed Java and Groovy code
	<li>Smart GroovyDoc browser
	<li>Support for automatic testing with JUnit/TestNG
	<li>Improved Grails coding assistance with support for JavaScript and custom tags
	<li>Complete support for Grails plugins
</ul>
	<p>To learn more about JetGroovy, visit the <a href="http://www.jetbrains.com/idea/features/groovy_grails.html">Groovy and Grails</a> feature page.<br/><br/>JetGroovy supports all of IntelliJ IDEA 7.0 releases, including 7.0.2 and 7.0.3. You can download the plugin from <a href="http://plugins.intellij.net/plugin/?id=1524">http://plugins.intellij.net/plugin/?id=1524</a> or via the IntelliJ IDEA Plug-in Manager.<br/></p>
	<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/IDE" rel="tag">IDE</a>, <a href="http://www.technorati.com/tag/Groovy" rel="tag">Groovy</a>, <a href="http://www.technorati.com/tag/Grails" rel="tag">Grails</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/announcing-new-release-of-jetgroovy-plugin/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Basics of Java EE and Web Development with IntelliJ IDEA</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/basics-of-java-ee-and-web-development-with-intellij-idea/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/basics-of-java-ee-and-web-development-with-intellij-idea/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 01:24:01 +0000</pubDate>
		<dc:creator>Egor Malyshev</dc:creator>
		
	<category>FYI</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/basics-of-java-ee-and-web-development-with-intellij-idea/</guid>
		<description><![CDATA[IntelliJ IDEA provides excellent facilities for Java EE and Web development that let you easily create wide variety of applications.To get you started with Java EE and Web development in IntelliJ IDEA, we've created a short and simple tutorial, showing how to create a basic Java EE application with servlets.You can download the tutorial in [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a> provides excellent facilities for Java EE and Web development that let you easily create wide variety of applications.<br/><br/>To get you started with Java EE and Web development in IntelliJ IDEA, we&#8217;ve created a short and simple tutorial, showing how to create a basic Java EE application with servlets.<br/><br/>You can download <a href="http://www.jetbrains.com/idea/docs/Creating_Java_EE_Applications_and_Servlets_with_IntelliJ_IDEA.pdf">the tutorial in PDF format</a> and get IntelliJ IDEA a try right away. You are welcome to leave any comments, questions and suggestions in this post for discussion.<br />
<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/Servlet" rel="tag">Servlet</a>, <a href="http://www.technorati.com/tag/Java+EE" rel="tag">Java EE</a>, <a href="http://www.technorati.com/tag/Web" rel="tag">Web</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/basics-of-java-ee-and-web-development-with-intellij-idea/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Migrating to EJB 3 with IntelliJ IDEA is Easy</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/migrating-to-ejb-3-with-intellij-idea-is-easy/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/migrating-to-ejb-3-with-intellij-idea-is-easy/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 03:52:31 +0000</pubDate>
		<dc:creator>Egor Malyshev</dc:creator>
		
	<category>FYI</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/migrating-to-ejb-3-with-intellij-idea-is-easy/</guid>
		<description><![CDATA[IntelliJ IDEA has the full-blown support for Enterprise Java Beans (EJB). Supporting EJB specifications from 1.x to 3.0 and leveraging it through all of its productivity-boosting features, from coding assistance to refactoring, IntelliJ IDEA stands for the weapon of choice for developing EJB applications.Today we're going to see how easy it is to migrate from [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a> has the full-blown support for Enterprise Java Beans (EJB). Supporting EJB specifications from 1.x to 3.0 and leveraging it through all of its productivity-boosting features, from coding assistance to refactoring, IntelliJ IDEA stands for the weapon of choice for developing EJB applications.<br/><br/>Today we&#8217;re going to see how easy it is to migrate from earlier EJB versions to the latest 3.0. For the purposes of this demonstration we have a <a href="http://www.jetbrains.com/idea/training/demos/EjbMigrationTest.zip">sample project</a>, containing a 2.1 CMP Entity Bean and a Session Bean used to access CMP bean fields.<br/><br/>To migrate these beans to EJB 3.0:
<ol>
	<li>Switch Project View to <nobr><b>Java EE: Structure</b></nobr></li>
	<li>Expand the <b>EJB Facets</b> node</li>
	<li>Right-click <b>EJB (in MigrationTest)</b> and select <nobr><b>Apply EJB 3.0 Style</b></nobr> from the shortcut menu.<br/><br/><a href='http://blogs.jetbrains.com/idea/wp-content/img/invoking_migration.gif' rel="thumbnail"><img src='http://blogs.jetbrains.com/idea/wp-content/img/invoking_migration_resize.gif' alt='Invoking the EJB Migration Dialog' /></a></li>
	</ol>
<br/>First we&#8217;re going to change the environment access settings for the beans and resort from using the <nobr><b>ejb-jar.xml</b></nobr> descriptor and use the annotations instead. For that:
<ol>
<li>Make sure the settings are selected according to the screenshot<br/><br/><a href='http://blogs.jetbrains.com/idea/wp-content/img/migration_dialog.gif' rel='thumbnail'><img src='http://blogs.jetbrains.com/idea/wp-content/img/migration_dialog_resize.gif' alt='EJB Migration Dialog'/></a></li>
	<li>Click <b>Refactor</b></li>
</ol>
IntelliJ IDEA automatically upgrades the code. Have a look at the screenshot below and see the difference. Note that code before migration is displayed on the left side.<br/><br/><a href='http://blogs.jetbrains.com/idea/wp-content/img/migration_step1.gif' rel='thumbnail'><img src='http://blogs.jetbrains.com/idea/wp-content/img/migration_step1_resize.gif' alt='' /></a><br/><br/>IntelliJ IDEA also automatically removes descriptors that were replaced with annotations from <nobr><b>ejb-jar.xml</b></nobr> file.<br/><br/>Now, replace the CMP Entity Bean with JPA Persistence unit. For that:<br/>
<ol>
<li>Invoke the migration dialog as described above</li>
	<li>Select the <b>Replace Entity Beans with CMP to Persistence Unit</b></li>
	<li>Click <b>Refactor</b></li>
</ol>
<br/>IntelliJ IDEA automatically creates the required JPA code and converts the existing Entity Bean. Notice that it has been removed from the project and matching JPA Persistence Unit has been created.<br/><br/><a href='http://blogs.jetbrains.com/idea/wp-content/img/migration_step2.gif' rel='thumbnail'><img src='http://blogs.jetbrains.com/idea/wp-content/img/migration_step2_resize.gif' alt='' /></a><br/><br/>After that we have to manually rewrite the session bean code according to JPA specification so that it would use the Persistence Unit instead of the Entity Bean to complete migration.<br />
<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/EJB" rel="tag">EJB</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/migrating-to-ejb-3-with-intellij-idea-is-easy/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>IntelliJ IDEA 7.0.3: Maven Integration Improvements</title>
		<link>http://blogs.jetbrains.com/idea/2008/04/intellij-idea-703-maven-integration-improvements/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/04/intellij-idea-703-maven-integration-improvements/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 06:23:04 +0000</pubDate>
		<dc:creator>Maria Khalusova</dc:creator>
		
	<category>FYI</category>
		<guid>http://blogs.jetbrains.com/idea/2008/04/intellij-idea-703-maven-integration-improvements/</guid>
		<description><![CDATA[Each new IntelliJ IDEA version brings lots of different enhancements. Maven integration is not exception to the rule, and I’d like to draw your attention to some Maven integration improvements in IntelliJ IDEA version 7.0.3, that I personally consider worth mentioning.
	Automatic synchronization with Maven structure on startup. Now, when importing Maven projects to IntelliJ IDEA, [...]]]></description>
			<content:encoded><![CDATA[	<p>Each new <a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a> version brings lots of different enhancements. Maven integration is not exception to the rule, and I’d like to draw your attention to some Maven integration improvements in <a href="http://www.jetbrains.com/idea/download/release_notes703.html?dzone">IntelliJ IDEA version 7.0.3</a>, that I personally consider worth mentioning.<br/>
<ul>
	<li><strong>Automatic synchronization with Maven structure on startup</strong>. Now, when importing Maven projects to IntelliJ IDEA, you can specify, whether you want IntelliJ IDEA to sync with the projects on startup or not (unlike it was done in IntelliJ IDEA 7.0.2 that used temporary modules for this purpose).<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/AutoSyncOnStartup.gif' alt='AutoSync' /></li>
	<li><strong>Automatic detection of facets</strong>. While importing your Maven project to IntelliJ IDEA 7.0.3, the following facets are detected automatically: Java EE, EJB, GWT, and Web. All dependencies and deployment settings are recognized and stored. If you change some facet’s build setting, or add own deployment descriptors, IntelliJ IDEA will preserve them, so they won’t be lost when synchronizing with Maven projects.</li>
	<li><strong>Selecting build profiles</strong>. If you import a Maven project to IntelliJ IDEA 7.0.3, you can specify profiles to be taken into account, thus selecting module structure and dependencies.</li>
	<li><strong>Detecting errors</strong>. If you try to import Maven project from a <strong>pom.xml</strong> file, that is somehow corrupted, IntelliJ IDEA will warn you about erroneous descriptor file.<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/errorBuildingModel.gif' alt='Building Model Error' /></li>
</ul>
<br/>See the <a href="http://www.jetbrains.com/idea/download/release_notes703.html?dzone">release notes</a> for other improvements and fixes, and <a href="http://www.jetbrains.com/idea/download/index.html?dzone">download</a> the free 30-day trial version.</p>
	<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/Maven" rel="tag">Maven</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/04/intellij-idea-703-maven-integration-improvements/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Opening Maven Projects is Easy as Pie</title>
		<link>http://blogs.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:04:01 +0000</pubDate>
		<dc:creator>Maria Khalusova</dc:creator>
		
	<category>Tips &#038; Tricks</category>
		<guid>http://blogs.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/</guid>
		<description><![CDATA[Maven integration in a Java IDE might not be a surprise for you, but let me show you just one thing, that makes IntelliJ IDEA Maven support prominent and noteworthy.If you have any Maven project, you do not need to perform routine steps while importing it to IntelliJ IDEA and you do not need to [...]]]></description>
			<content:encoded><![CDATA[	<p>Maven integration in a Java IDE might not be a surprise for you, but let me show you just one thing, that makes <a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a> Maven support prominent and noteworthy.<br/><br/>If you have any Maven project, you do not need to perform routine steps while importing it to IntelliJ IDEA and you do not need to be anxious about dependencies and artifacts in it, nor would you need to worry about technologies used in project. Just open the project as you do with usual IntelliJ IDEA projects, sit back and relax. IntelliJ IDEA will automatically recognize everything.<br/><br/>Here is an example. To open our Maven project, we just go to <nobr><strong>File | Open Project (Alt + F + O)</strong></nobr> and specify the path to <strong>pom.xml</strong> (the Maven project descriptor file).<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/DirectOpenSelectPath.gif' alt='Select Path dialog' /><br/><br/>IntelliJ IDEA creates a project based on the Maven Project descriptor file.<br/>When done, all maven goals can be found in the Maven projects tool window. We can simply run/debug arbitrary Maven goals; execute them before/after make or run/debug, or by invoking an assigned keyboard shortcut. Select any Maven goal in the tree and right-click it to view options.<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/RunMavenGoal.gif' alt='Run Maven Goal' /><br/><br/>Now, let’s view our project structure. Go to <nobr><strong>Settings (Ctrl + Alt + S) | Project Structure</strong></nobr> and click <strong>Modules</strong>. As you can see, IntelliJ IDEA recognized modules and web facets. Moreover, all dependencies and deployment settings were detected and stored.<br/><br/><img src='http://blogs.jetbrains.com/idea/wp-content/img/facetJavaEE.gif' alt='Facet' /><br/><br/>That’s all, nothing but a single click and you can enjoy complete support for Maven builder, including smart coding assistance for editing Maven <strong>pom.xml</strong>, intelligent code completion, inspections and quick-fixes, refactorings and other IntelliJ IDEA productivity-boosting features, which we are going to cover in the next posts.<br />
<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a>, <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/Maven" rel="tag">Maven</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Opening EAP for IntelliJ IDEA 8.0</title>
		<link>http://blogs.jetbrains.com/idea/2008/03/opening-eap-for-intellij-idea-89/</link>
		<comments>http://blogs.jetbrains.com/idea/2008/03/opening-eap-for-intellij-idea-89/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 09:54:32 +0000</pubDate>
		<dc:creator>Egor Malyshev</dc:creator>
		
	<category>News &#038; Events</category>
	<category>FYI</category>
		<guid>http://blogs.jetbrains.com/idea/2008/03/opening-eap-for-intellij-idea-89/</guid>
		<description><![CDATA[We're glad to announce the availability of IntelliJ IDEA 8.0 first EAP.Some of the IntelliJ IDEA 8.0 features are now available for the first preview:

Flex debugger
Improved Flex code editor, with new inspections
JavaScript debugger
JBoss seam support, with coding assistance and dedicated visual tools
Support for various SQL dialects, with coding assistance and injection
Numerous other enhancements and new [...]]]></description>
			<content:encoded><![CDATA[	<p>We&#8217;re glad to announce the availability of <a href="http://www.jetbrains.com/idea">IntelliJ IDEA</a> <b>8.0</b> first EAP.<br/><br/>Some of the IntelliJ IDEA 8.0 features are now available for the first preview:<br/></p>
	<ul>
	<li>Flex debugger</li>
	<li>Improved Flex code editor, with new inspections</li>
	<li>JavaScript debugger</li>
	<li>JBoss seam support, with coding assistance and dedicated visual tools</li>
	<li>Support for various SQL dialects, with coding assistance and injection</li>
	<li>Numerous other enhancements and new features</li>
	</ul>
	<p><a href="http://www.jetbrains.net/confluence/display/IDEADEV/Diana+EAP">Download</a> the fresh build and give a try right now.<br/>For the complete list of the new features and improvements, check <a href="http://www.jetbrains.net/confluence/display/IDEADEV/Diana+First+EAP+Release+Notes">Release Notes</a><br/><br />
<br/>Enjoy! And develop with pleasure! <img src='http://blogs.jetbrains.com/idea/wp-images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
	<div style="font-size: 10px; margin-top: 25px;">Technorati tags: <a href="http://www.technorati.com/tag/IntelliJ" rel="tag">IntelliJ</a>, <a href="http://www.technorati.com/tag/IDE" rel="tag">IDE</a>, <a href="http://www.technorati.com/tag/IntelliJ+IDEA" rel="tag">IntelliJ IDEA</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.jetbrains.com/idea/2008/03/opening-eap-for-intellij-idea-89/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
