• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IntellJ

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well for the past week I have been using IntellJ IDEA to build a Struts/EJB application. And as far as coding in it, I really like it. No more do I have to code import, setters and getters, if I implement an Interface, the IDE will provide the skeleton of the methods for me. There is also the auto-completion and intellisense. I like that. Adding packages, classes, interface, etc are easy as adding a directory.
I haven't gotten to the build or deployment portions to work with JBoss and Apache or Ant, and I am using ObjectRelationalBridge, Struts, maybe Velocity, so I don't know how the deployment will work. I am sure they have it set up to work very easily, I just doubt I have things configured correctly to make it a smooth deployment my first time.
I have tried Eclipse before and they have some great features, I just couldn't figure all the feature out, and I left my job, which had the computer that had Eclipse on it.
Mark
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well then -- welcome to the wonderful world of IntelliJ!!
Check out this thread IntelliJ 4.0: My favorite shortcuts -- might bring you up to speed on some of the snazzy things you can do with IDEA.
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jess, Yes, I really like that chart that Marilyn posted. I printed it already.
Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic