• 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

Best Tools / IDE to use for REST?

 
Ranch Hand
Posts: 511
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am starting on a new project which is going to use REST based web services...

The app server we are planning on using is JBoss...

Am wondering what the *BEST* tool / IDE is to use to write REST based Java programs?

So, far its narrowed down to:

(1) NetBeans ( as referred from this doc): < http://dlc.sun.com/pdf/820-4867/820-4867.pdf >

(2) JBoss Developer Studio (for RESTEasy)

(3) Eclipse EE < http://www.eclipse.org/home/categories/index.php?category=enterprise >

(4) MyEclipse Pro ( as referred from this URL): < http://www.myeclipseide.com/documentation/quickstarts/webservices_rest/ >

Question(s):

(1) What is the difference between RESTEasy and Jersey?

(2) If the target deployment platform is JBoss should my team stick with JBoss Developer Studio?

With thanks...
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I recommend you'd have a look of IntelliJ IDEA.
 
The City calls upon her steadfast protectors. Now for a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic