|
From: <jue...@we...> - 2004-11-30 15:39:54
|
I still use IDEA 3.0.5 on my laptop (which doesn't have the notion of = modules), but I also have IDEA 4.5 on a desktop. I have set the project = up as single main module, with a couple of web modules for the sample = applications. Nothing to fancy, though - I tried to keep it as simple as = possible. =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von Rob Harrop Gesendet: Di 30.11.2004 16:12 An: spr...@li... Betreff: [Springframework-developer] OT: IDEA 4.5 Anybody here using IDEA 4.5. Just picked up the demo version and I was wondering what's the best way to layout a project such as Spring when using IDEA - single module or multiple module. Rob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Rob H. <ro...@ca...> - 2004-11-30 15:43:26
|
How do you find IDEA, I have heard some really good things about it and I am keen to get to grips with it to see if makes my life a bit easier. Rob jürgen höller [werk3AT] wrote: >I still use IDEA 3.0.5 on my laptop (which doesn't have the notion of modules), but I also have IDEA 4.5 on a desktop. I have set the project up as single main module, with a couple of web modules for the sample applications. Nothing to fancy, though - I tried to keep it as simple as possible. > >Juergen > > >________________________________ > >Von: spr...@li... im Auftrag von Rob Harrop >Gesendet: Di 30.11.2004 16:12 >An: spr...@li... >Betreff: [Springframework-developer] OT: IDEA 4.5 > > > >Anybody here using IDEA 4.5. Just picked up the demo version and I was >wondering what's the best way to layout a project such as Spring when >using IDEA - single module or multiple module. > >Rob > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |
|
From: Patrick B. <pbu...@gm...> - 2004-11-30 15:56:12
|
On Tue, 30 Nov 2004 15:41:11 +0000, Rob Harrop <ro...@ca...> wrote: > How do you find IDEA, I have heard some really good things about it and > I am keen to get to grips with it to see if makes my life a bit easier. > > Rob > Rob, I find IDEA to be the one product that has single handily changed the way I think about and write code. I've tried every other IDE for Java and I just keep having to come back to IDEA. Sure, the feature sets between it and Eclipse are pretty similar. But to me, IDEA seems so much more "tighter" than Eclipse or others. The biggest feature I use is the code navigation and keyboard shortcuts. I rarely, if ever, have to reach for my mouse. The other things I love are the intentions and inspections. The ability to see where a variable is used (filterable by read access and write access), where a method is used, where a class is used (even searching through comments). And the refactorings of course are beyond useful. As for me, I've setup Spring as a single Java Module, but I also don't ever look at the sample web apps. If I did, I would set them up as seperate modules, much like Jergen mentions in his setup. I highly recommend you check out the forums for the EAP (Early Access Program) at http://www.intellij.net/ . The lastest EAP has started, which the buildup for 5.0 . The features for it are going to be good. I'm most looking forward to Subversion and Perforce integration ( currently available as plugins, but in 5.0 will be provided by JetBrains as a part of the IDEA release) . I also highly recommend checking out the menu option Help->Productivity Guide. It will show you all the cool features of IDEA you aren't using and tells you how often you are using the ones you do use. Enjoy, Patrick |
|
From: Rob H. <ro...@ca...> - 2004-11-30 16:03:32
|
Patrick, Thanks for that useful summary - I am planning to start work on a simple hobby project using IDEA so I can build up an understanding of how it works and then perhaps move some other projects to it as well. Rob Patrick Burleson wrote: >On Tue, 30 Nov 2004 15:41:11 +0000, Rob Harrop <ro...@ca...> wrote: > > >>How do you find IDEA, I have heard some really good things about it and >>I am keen to get to grips with it to see if makes my life a bit easier. >> >>Rob >> >> >> > >Rob, > >I find IDEA to be the one product that has single handily changed the >way I think about and write code. I've tried every other IDE for Java >and I just keep having to come back to IDEA. > >Sure, the feature sets between it and Eclipse are pretty similar. But >to me, IDEA seems so much more "tighter" than Eclipse or others. > >The biggest feature I use is the code navigation and keyboard >shortcuts. I rarely, if ever, have to reach for my mouse. > >The other things I love are the intentions and inspections. The >ability to see where a variable is used (filterable by read access and >write access), where a method is used, where a class is used (even >searching through comments). > >And the refactorings of course are beyond useful. > >As for me, I've setup Spring as a single Java Module, but I also don't >ever look at the sample web apps. If I did, I would set them up as >seperate modules, much like Jergen mentions in his setup. > >I highly recommend you check out the forums for the EAP (Early Access >Program) at http://www.intellij.net/ . The lastest EAP has started, >which the buildup for 5.0 . The features for it are going to be good. >I'm most looking forward to Subversion and Perforce integration ( >currently available as plugins, but in 5.0 will be provided by >JetBrains as a part of the IDEA release) . > >I also highly recommend checking out the menu option >Help->Productivity Guide. It will show you all the cool features of >IDEA you aren't using and tells you how often you are using the ones >you do use. > >Enjoy, >Patrick > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |
|
From: Patrick B. <pbu...@gm...> - 2004-11-30 16:18:07
|
On Tue, 30 Nov 2004 16:01:20 +0000, Rob Harrop <ro...@ca...> wrote: > Patrick, > > Thanks for that useful summary - I am planning to start work on a simple > hobby project using IDEA so I can build up an understanding of how it > works and then perhaps move some other projects to it as well. > > Rob Rob, You're welcome. May I ask, what have you been using until now? Patrick |
|
From: Rob H. <ro...@ca...> - 2004-11-30 16:23:41
|
Eclipse :) Patrick Burleson wrote: >On Tue, 30 Nov 2004 16:01:20 +0000, Rob Harrop <ro...@ca...> wrote: > > >>Patrick, >> >>Thanks for that useful summary - I am planning to start work on a simple >>hobby project using IDEA so I can build up an understanding of how it >>works and then perhaps move some other projects to it as well. >> >>Rob >> >> > >Rob, > >You're welcome. May I ask, what have you been using until now? > >Patrick > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |