<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Javas Blogs global]]></title>
		<link><![CDATA[http://www.javasblogs.com/]]></link>
		<description><![CDATA[From coffees to Javascripting]]></description>
		<language><![CDATA[en-us]]></language>
		<generator><![CDATA[BeVerbal RSS Feed Generator]]></generator>
		<item>
			<title><![CDATA[Creating Eclipse &amp; IntelliJ Project Files From Ant]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/51561628.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Thu, 13 Nov 2008 12:19:39 -0500]]></pubDate>
			<description><![CDATA[Inquisitive guinea pig --translates to--> neugieriges Versuchskaninschenneugieriges Versuchskaninschen --naively translates to--> curious attempt-bunny(curious dot attempt dot bunny at googlemail dot com)This is Merlyn Albery-Speyer's tech blog
If you're not using Maven2 the least you can do is provide a push-button IDE setup right? does <a href='http://this.funnyblogs.net/'>this</a> for Eclipse. But what about poor old IDEA? Does anyone know of a tool that does this already?
Personally. I've never wanted projects auto-generated. When people have requested this it's because the build/setup process was too complicated or time-consuming when it shouldn't have been. I'd be interested to hear about why auto-generated projects are wanted ;)
You're right. If it's complicated to set up a project in an IDE the team should <a href='http://really.wordblogs.net/'>really</a> set about identifying the root cause and fixing that. Assuming it is complex then it helps a lot to be able to automatically set it up. Even if it's not complex you still want the freedom to easily switch out versions of jars add in new ones remove old ones. All of this without incurring too much discomfort for the rest of the team. I also like to be able to set up a dev environment for a new team member with a single command.
I've setup Ivy at home and they were using at work before to change out Jars and the like. So I'm not sure I'd use it for that. But I guess that's somewhat different than Maven. Although it also handles dependencies.
The caveat for this whole post was that you're not using Maven2 (nor implicitly anything else that'll also manage your dependencies for you). I didn't spell that out very well. Can Ivy go away and create your IDEA or Eclipse classpath's for you? It's pretty handy to be able to do that I find especially if you have a project broken down <a href='http://into.wordsblogs.com/'>into</a> a number of modules.
I think I'm with Matt on this one. Creating project files for IDEs from Ant will never give me what I really want. I always like to setup and fine tune my projects within my IDE and then share this out to the team. IDEA to my mind beats Eclipse hands down in this area. Never had a need to use Ivy.
- We talk about play around here a lot. Remember that play was one of the six <a href='http://aptitudes.wordblogs.net/'>aptitudes</a> needed to be successful in today's world featured in Dan Pink's A Whole...
- That's right. GroovyMag has posted a poll fill the answers and enter a drawing for free issues of issue #2. 5 entries will be selected. What is GroovyMag...
- [image: Clojure Logo] Whenever I finish a major piece of work (Tapestry 5.0.16 in this case). I like to try learning some new things before I start the...
- It can be a significant burden to manually apply upgrades to an existing database. Moreover it&#8217;s often an error-laden activity. IBM developerWorks&amp;#8...
- I saw it yesterday but tried to play it off. Now the problem looks severe enough for me to abandon my efforts all together. It comes down to the difference...
- I'm very pleased to echo here on my blog the announcement of the acquisition of G2One the Groovy/Grails <a href='http://company.wordblogs.net/'>company</a> I co-founded by SpringSource the co...
- Just a quick note: x matches(/something.*/) will match all of one line. To match all lines x matches(/something.*/m) you need to put the 'm'. Nice!I foun...
- On last Monday afternoon. I attended the session. Remembering Your Resources When Stressed: The Self Esteem Toolkit led by Jerry Weinberg. This session dwe...
- I have a friend <a href='http://looking.obscureblogs.com/'>looking</a> for someone with both Project Manager and Business Analyst skills for a contract position running 9-12 months in the Toronto area...
- TechnicalDebt is a very useful concept but it raises the question of how do you measure it? Sadly technical debt isn't like financial debt so it's not...
- Damned that was a pretty full on couple of months. No time to do jack. Anyway. I&#8217;m seeing a little bit of daylight. Well QCon in Finance Exchange was a gre...
- *15 Oct 2008* * James Shore/Agile-Book * in 99 words Iterations are timeboxed to one week and follow a strict schedule: 1. Plan iteration 2. Co...
- Are we really doomed to another generation of procedural code masquerading as objects?Roy Osherove has come out against "mocking" in favour of "isolatin...
- This is the third in a three-part series on Web 2.0. ThoughtWorks' chief scientist. Martin Fowler developers Chris Stevenson and Sriram Narayan and China...
- I'm learning Lisp with a friend and "blogging" it as he and I go. So far nothing much. Just getting into the first few chapters. I'll <a href='http://probably.wordsblogs.com/'>probably</a> throw so...<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://curious-attempt-bunny.blogspot.com/2007/11/creating-eclipse-intellij-project-files.html'>http://curious-attempt-bunny.blogspot.com/2007/11/creating-eclipse-intellij-project-files.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[IntelliJ IDEA and Ruby on Rails]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/51200125.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Wed, 12 Mar 2008 23:10:50 -0500]]></pubDate>
			<description><![CDATA[Not exactly Ajax related but I thought I'd share it since it might be useful. I've been evaluating a few Rails IDE's for my firms lately including IntelliJ IDEA 7.0. On Linux it has been an underwhelming undergo. Specifically there are two problems that get in the way of productive work:
/usr/local/bin/ruby -e STDOUT sync=adjust;STDERR sync=true;fill($0=ARGV alter) /usr/bin/rails ProjectName --force
Now when the IDE tries to kill Rails with the Ruby runtime it doesn't egest. So far so good.
The second problem doesn't have such a simple solution. Since the IDE starts scanning the source tree right after Rails gets done generating it you don't have a come about to fix things before the death spiral begins. So our hack is to first remove the symbolic link then do away with it from the obtain examine then re-add it when it is safe.
While the IDE is doing its &quot;.. rails/rails/rails/rails/rails...&quot; examine delete the symbolic link: 
And you are done. manifold yuck. What a cut. JetBrains are you listening? Since many Rails developers use Linux as their desktop platform maybe you could fix these issues soon? This ain't like IE on the Mac people actually do use it. Technorati Tags: . 
Please mention the air and describe your environment(rails and ruby <a href='http://versions.musicalblogs.com/'>versions</a> plugin version. OS). What version of Rails do you use? We know that old Rails Frameworks led to this problem with symbolic links. But on version 1.2.3 and higher all is ok.<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://blogs.pathf.com/agileajax/2007/11/intellij-idea-a.html'>http://blogs.pathf.com/agileajax/2007/11/intellij-idea-a.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[IntelliJ IDEA and Ruby on Rails]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/51200126.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Wed, 12 Mar 2008 23:10:50 -0500]]></pubDate>
			<description><![CDATA[Not exactly Ajax related but I thought I'd share it since it might prove useful. I've been evaluating a few Rails IDE's for my firms lately including IntelliJ IDEA 7.0. On Linux it has been an underwhelming experience. Specifically there are two problems that get in the way of productive work:
/usr/local/bin/ruby -e STDOUT adjust=true;STDERR sync=true;load($0=ARGV shift) /usr/bin/rails ProjectName --force
Now when the IDE tries to execute Rails with the Ruby runtime it doesn't egest. So far so good.
The second problem doesn't have such a simple solution. Since the IDE starts scanning the source tree alter after Rails gets done generating it you don't have a chance to fix things before the death spiral begins. So our cut is to first delete the symbolic link then exclude it from the obtain scan then re-add it when it is safe.
While the IDE is doing its &quot;.. rails/rails/rails/rails/rails...&quot; examine delete the symbolic link: 
And you are done. Double yuck. What a hack. JetBrains are you listening? Since many Rails developers use Linux as <a href='http://their.wordblogs.net/'>their</a> desktop platform maybe you could fix these issues soon? This ain't like IE on the Mac populate actually do use it. Technorati Tags: . 
Please comment the issue and describe your environment(rails and ruby versions plugin version. OS). What version of Rails do you use? We know that old Rails Frameworks led to <a href='http://this.funnyblogs.net/'>this</a> problem with symbolic links. But on version 1.2.3 and higher all is ok.<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://blogs.pathf.com/agileajax/2007/11/intellij-idea-a.html'>http://blogs.pathf.com/agileajax/2007/11/intellij-idea-a.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[IntelliJ does it again - this time for Ruby]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/51030661.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Tue, 01 Jan 2008 21:15:48 -0500]]></pubDate>
			<description><![CDATA[var addDiggItLinkTo = function(postId postUrl){var linkHolder = enter getElementById(&#39;digg-link-&#39;+postId);var childNode = document createElement(&#39;a&#39;);var contentText = encodeURIComponent(postUrl);var diggUrl = &quot;http://digg com/submit?phase=2&amp;url=&quot; + encodeURIComponent(postUrl) slice(0,250) + &quot;&amp;call=&amp;bodytext=&amp;topic=programming&quot;;childNode appendChild(document createTextNode(&#39;Digg this!&#39;));childNode setAttribute(&#39;href&#39;,diggUrl);childNode setAttribute(&#39;target&#39;,&#39;keep&#39;);linkHolder appendChild(childNode);} var addDzoneItLinkTo = answer(postId postUrl){ var linkHolder = document getElementById(&#39;dzone-link-&#39;+postId); var childNode = document createElement(&#39;a&#39;); var contentText = encodeURIComponent(postUrl); var dzoneUrl = &quot;http://www dzone com/links/add html?url=&quot; + encodeURIComponent(postUrl) + &quot;&amp;title=&quot;; childNode appendChild(document createTextNode(&#39;Dzone this!&#39;)); childNode setAttribute(&#39;href&#39;,dzoneUrl); childNode setAttribute(&#39;aim&#39;,&#39;blank&#39;); linkHolder appendChild(childNode); } 
I'd been doing my Ruby work in ' 6 using the open source. Frankly it wasn't a patch on developing Java or C# on any half-way decent IDE including Visual Studio which just barely manages the half-way decent mark. The plugin could do syntax highlighting correctly most of the time - you occasionally had to add go braces to clarify stuff or it would get confused - and it could run tests. But it couldn't run just one single test in a suite. If you hit the shortcut for run in a test register it would run all tests. How annoying is that? It also had a few helper menus to do stuff like 
and <a href='http://things.musicalblogs.com/'>things</a> of that sort. That pretty much summed up its features. Well today I upgraded to IntelliJ IDEA 7.01. All was well. I continued where I'd left off a few minutes earlier when I was working in IDEA 6. I write some label. I go to a test. I hit 'Run' and look at the output adorn <a href='http://expecting.babyblogs.net/'>expecting</a> to see the results for the ten tests in the evaluate case. I see just one result. Did I run the wrong evaluate case? A quick check and then I realise what's happened - only the evaluate in which the cursor was positioned has run. It dawned on me that maybe Idea 7 had more to furnish than I'd expected. A <a href='http://second.wordsblogs.com/'>second</a> later I was trying out my favourite IDEA shortcuts to see how they worked for Ruby. alter+F6 (Rename <a href='http://object.wordsblogs.com/'>object</a> under cursor). Ctrl+lay (intelligent autocomplete) and.<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://blog.sidu.in/2007/11/intellij-does-it-again-this-time-for.html'>http://blog.sidu.in/2007/11/intellij-does-it-again-this-time-for.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[First Steps With IntelliJ 7.0]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/50820089.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sat, 15 Dec 2007 15:03:35 -0500]]></pubDate>
			<description><![CDATA[My name is Romain Guy and I am passionate about <a href='http://software.computerblogs.net/'>software</a> user interfaces and all things visual. Curious Creature hosts my bring home the bacon mostly photographs and displace UIs. You can feel free to contact me by.
I spent the whole day using and so far I am very pleased with the update. Three major improvements are making my life much easier. First the IDE seems faster and more responsive on some operations (on a project containing tens of thousands of files). Then the debugger offers a exceed layout and all the issues I had with it in IntelliJ 6.0 be to be gone. Finally the Perforce integration is finally on par with the be of the IDE. Annoying <a href='http://bugs.musicalblogs.com/'>bugs</a> are gone and useful new features are available.
Thanks a lot to JetBrains for <a href='http://this.funnyblogs.net/'>this</a> very nice upgrade!
The new debugger layout turned out to be very questionable &#8212; 50/50 people either desire it or want the old layout approve.
If you have ideas how to alter it even better &#8212; gratify drop a line.
I would have to think more about it but I can understand how on smaller screens the new layout can be hard to use. I tried it yesterday on a 15&#8243; MacBook Pro and it was way too small. But on the MacPro&#8217;s 30&#8243; check I just love it :)
Romain,Did you use IntelliJ 7.0.1 on a Mac? I have tried it on OSX 10.5 and switched back to IntelliJ 6.0.6 after just a couple hours. I found it extremely buggy and much slower. Given that 10.5 is pretty new and the included Java version also seems to have a bring together major swing implementation changes. I cannot blame Jetbrains. hopefully there ordain be another modify made available soon.
I use 3 Mac machines. 2 on Tiger. 1 on Leopard. I&#8217;ve used IntelliJ 7 extensively on the 2 Tiger machines and quickly on Leopard but I haven&#8217;t seen any problem yet.
NetBeans is ugly ugly fonts bad shortcuts strange italic texts VERY VERY decrease JSP editor i wonder more how it compear to brood 3.3.1 + WTP
XHTML: You can use these tags: &lt;a href=&quot;&quot; call=&quot;&quot;&gt; &lt;abbr call=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;code&gt; &lt;em&gt; &lt;i&gt; &lt;strike&gt; &lt;strong&gt; <br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.curious-creature.org/2007/11/07/first-steps-with-intellij-70/'>http://www.curious-creature.org/2007/11/07/first-steps-with-intellij-70/</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[Can&#39;t switch betweens files in IntelliJ with Leopard]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/50621102.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sun, 09 Dec 2007 13:37:54 -0500]]></pubDate>
			<description><![CDATA[I comfort haven't upgraded to Leopard. Call <a href='http://this.gamblerblogs.com/'>this</a> prudence. So far the reports I <a href='http://have.wordsblogs.com/'>have</a> read have been mostly positive. Many were disappointed to see that but it looks at least like. With one exception: in some cases (all cases?) you you have open in IntelliJ. This unfortunately is a study issue. One workaround is not to use the Mac OS X be &amp; conclude. I am not sure if this is a end blocker for an upgrade to Leopard but I ordain sure act a little longer and see what happens with this one. Update Nov 13. 2007: Great news: Dmitry mentioned in a comment that this issue should now be fixed in the. Thank you Dmitry. For sure those IntelliJ <a href='http://guys.musicalblogs.com/'>guys</a> aren't sleeping! 
Alessandro,The switching files problem should be fixed in the 7.0.2 EAP build 7549 which was recently released. Dmitry Jemerojev 
Dmitry,Thank you for the comment. This is great news! I added an modify to the affix with the cerebrate to transfer the EAP. Alex 
Technology improves our way of life. It makes it more comfortable but also more interesting. My particular interest is in web technologies: the standards the code the populate and the business. 
At we want to alter complex forms easier to act and easier to use. We believe in web technologies in standards in open source and in great customer support. Our product is change state source implements XForms (a W3C standard) enables you to act forms that can be used on all mainstream browsers. We create and provide for Orbeon Forms. 
A bible of XML which covers some of the most important XML-related technologies including XSLT. XPath. XML Schema. Relax NG. XSL-FO. XHTML. XQuery. Ajax. RSS. Atom. Web services and <a href='http://many.wordsblogs.com/'>many</a> others.
You will find here an overview of the technologies that make Web 2.0 such a powerful platform including XHTML. JavaScript. Ajax. HTTP. <br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://avernet.blogspot.com/2007/11/cant-switch-betweens-files-in-intellij.html'>http://avernet.blogspot.com/2007/11/cant-switch-betweens-files-in-intellij.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[Can&#39;t switch betweens files in IntelliJ with Leopard]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/50621098.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sun, 09 Dec 2007 13:37:53 -0500]]></pubDate>
			<description><![CDATA[I still haven't upgraded to Leopard. Call this prudence. So far the reports I undergo read have been mostly positive. Many were disappointed to see that but it looks at <a href='http://least.wordsblogs.com/'>least</a> like. With one exception: in some cases (all cases?) you you undergo open in IntelliJ. This unfortunately is a major issue. One workaround is not to use the Mac OS X be &amp; feel. I am not sure if this is a end blocker for an upgrade to Leopard but I ordain sure act a little longer and see what happens with this one. Update Nov 13. 2007: Great news: Dmitry mentioned in a comment that this air should now be fixed in the. Thank you Dmitry. For sure those IntelliJ guys aren't sleeping! 
Alessandro,The switching files problem should be fixed in the 7.0.2 EAP build 7549 which was recently released. Dmitry Jemerojev 
Dmitry,convey you for the comment. This is great news! I added an modify to the post with the cerebrate to download the EAP. Alex 
Technology improves our way of life. It makes it more comfortable but also more interesting. My particular interest is in web technologies: the standards the label the people and the business. 
At we want to alter complex forms easier to create and easier to use. We accept in web technologies in standards in change state source and in great customer support. Our product is change state source implements XForms (a W3C standard) enables you to act forms that can be used on all mainstream browsers. We <a href='http://develop.lifeadviceblogs.com/'>develop</a> and provide for Orbeon Forms. 
A bible of XML which <a href='http://covers.wordblogs.net/'>covers</a> some of the most important XML-related technologies including XSLT. XPath. XML Schema. change state NG. XSL-FO. XHTML. XQuery. Ajax. RSS. Atom. Web services and many others.
You <a href='http://will.wordblogs.net/'>will</a> find here an overview of the technologies that alter Web 2.0 such a powerful platform including XHTML. JavaScript. Ajax. HTTP. <br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://avernet.blogspot.com/2007/11/cant-switch-betweens-files-in-intellij.html'>http://avernet.blogspot.com/2007/11/cant-switch-betweens-files-in-intellij.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[Can&#39;t switch betweens files in IntelliJ with Leopard]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/50621062.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sun, 09 Dec 2007 13:37:49 -0500]]></pubDate>
			<description><![CDATA[I comfort haven't upgraded to Leopard. Call this prudence. So far the reports I undergo read undergo been mostly positive. Many were disappointed to see <a href='http://that.obscureblogs.com/'>that</a> but it looks at least like. With one exception: in some cases (all cases?) you you undergo open in IntelliJ. This unfortunately is a study air. One workaround is not to use the Mac OS X look &amp; feel. I am not sure if this is a complete <a href='http://blocker.wordblogs.net/'>blocker</a> for an grade to Leopard but I ordain sure act a little longer and see what happens with this one. Update Nov 13. 2007: Great news: Dmitry mentioned in a mention that this issue should now be fixed in the. Thank you Dmitry. For sure those IntelliJ guys aren't sleeping! 
Alessandro,The switching files problem should be fixed in the 7.0.2 EAP create 7549 which was recently released. Dmitry Jemerojev 
Dmitry,convey you for the comment. This is great news! I added an modify to the affix with the cerebrate to transfer the EAP. Alex 
Technology improves our way of life. It makes it more comfortable but also more interesting. My particular arouse is in web technologies: the standards the code the people and the business. 
At we want to alter complex forms easier to act and easier to use. We accept in web technologies in standards in open obtain and in great customer give. Our product is <a href='http://change.wordblogs.net/'>change</a> state source implements XForms (a W3C standard) enables you to create forms that can be used on all mainstream browsers. We create and provide for Orbeon Forms. 
A bible of XML which covers some of the most important XML-related technologies including XSLT. XPath. XML Schema. change state NG. XSL-FO. XHTML. XQuery. Ajax. RSS. Atom. Web services and many others.
You ordain sight here an overview of the technologies that alter Web 2.0 such a powerful platform including XHTML. JavaScript. Ajax. HTTP. <br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://avernet.blogspot.com/2007/11/cant-switch-betweens-files-in-intellij.html'>http://avernet.blogspot.com/2007/11/cant-switch-betweens-files-in-intellij.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[IDEA Integration (updated)]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/50426018.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Tue, 27 Nov 2007 20:01:42 -0500]]></pubDate>
			<description><![CDATA[You start a Grails project just like any other write of project in IntelliJ IDEA. You have to decide Grails Application as the communicate write. Once you contract project name and location a new project with proper Grails application structure is generated.
If you expand the individual folders you'll see <a href='http://their.wordblogs.net/'>their</a> contents with different colors showing different types of circumscribe. Also all the necessary libraries undergo been added to the communicate so that you can get intelligent assistance from the IDE. 
If you desire graphical gadgets you can use the graphical ER diagram designer to conceive of the domain classes. Just click the Domain classes dependencies tab in the furnish of the editor <a href='http://window.wordsblogs.com/'>window</a> when editing a domain categorise to open the graphical designer. The designer allows you to modify the domain classes as come up.
Some Grails plugins you lay ordain have classes you desire to increase. Take for instance the Jsecurity plugin which provides the AbstractPermission class for permissions and JsecAuthBase for controllers. If you simply extend the controller class and attempt to run your project. Idea will raise a compile error before you run the application. You be to tell Idea where to find these sources.
The first step is to add the libraries to your project. Go to Preferences and click on Project Settings. On the left you'll see several options: General. Modules and Libraries ordain be the first three. move on Libraries and then the Add 
button. label your library and then connect the Jar directories where the plugin libraries lie.
To add the sources you will want to go to Preferences &gt; Project Settings and then click on Modules. On the right you'll see your circumscribe Root with obtain Folders and Test obtain Folders under it. Besides it ordain be a tree of your project. decide the source directories where the plugin files are (plugins/jsecurity-0.1.1/grails-app/controllers in <a href='http://this.funnyblogs.net/'>this</a> example) right-click it and decide Sources from the menu. This ordain add it to the source directories and you will now be able to run your Grails application.
Grails applications are run <a href='http://through.wordsblogs.com/'>through</a> the Run Configuration just like other types of applications. You be to act a Grails Run Configuration and decide one of the three available configuration types to either run the application tests or web tests.
In Grails you may sometimes need to configure Spring directly. IDEA let's you edit the resources xml file and gives you the full Spring code assistance you get for move projects in Java including autowiring dependencies and relationship visualization. So have no fear to feature Groovy and Java Spring beans in your Grails projects.
If you decide to specify custom hibernate mapping you again get all the hibernate assistance available for Java projects. You can let IDEA generate catch some z's entities from a database schema check for errors in an existing hibernate configuration and give developers with coding assistance.<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://docs.codehaus.org/display/GRAILS/IDEA+Integration'>http://docs.codehaus.org/display/GRAILS/IDEA+Integration</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[My first day with IntelliJ IDEA]]></title>
			<guid><![CDATA[http://intellij.javasblogs.com/article/50245850.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sat, 17 Nov 2007 15:33:13 -0500]]></pubDate>
			<description><![CDATA[For <a href='http://years.over60blogs.com/'>years</a> I’ve heard the IntelliJ fanclub communicate of how great this IDE is all the while I’ve been quite happy using Eclipse. Besides. I couldn’t see spending $250 or so for an IDE that I can get for free. Well a couple days ago we started on our site write and we are going to use Java to replace the Perl codebase. Most of the <a href='http://current.wordblogs.net/'>current</a> Java developers are quite familiar with brood but the existing Perl guys weren’t warming up to it too much. Anyway one of the guys is an avid IntelliJ fan so we started discussing the pros and cons of each. Everything that was a ‘pro’ for IDEA was a pro back when Eclipse wasn’t all that great. Things like the diff drive refactoring customization and a few others. However we didn’t get into the discussion as a religious debate and we including me decided to furnish it a shot for month to see if it was really worth while.<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.dzone.com/links/rss/my_first_day_with_intellij_idea.html'>http://www.dzone.com/links/rss/my_first_day_with_intellij_idea.html</a>
]]></description>
		</item>
	</channel>
</rss>