• 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

JBoss At Work: JBoss Eclipse IDE

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss At Work Authors-

I am interested in learning more about the JBoss Eclipse IDE and was wondering if your new book contains chapters on it.

Thank you,
Joshua Smith
[ February 08, 2006: Message edited by: Joshua Smith ]
 
Author
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joshua,
No our book doesn't contain any material on JBoss Eclipse IDE. I've used it on a project and liked the fact that it came with the J2EE and JBoss Client JARs baked into Eclipse.

But, I still use an Ant/Maven-based build project to support testing, Continuous Integration, and push to production.

I've also used Eclipse by itself and was able to fold in the JBoss-related JARs pretty easily. I prefer straight Eclipse to JBoss Eclipse IDE because I don't want to be too tied to any one product. But it will work well for you if you decide to go that way.

Tom
 
Joshua Smith
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Tom.
 
reply
    Bookmark Topic Watch Topic
  • New Topic