• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

ide problem

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
this is Ramesh. I have to implement one web application project using spring ,Hiberanate and RestFull webservice technologies.

can any one please give me suggestion for which IDE is prefer for these technologies.

Thanks & Regards
Ramesh K
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My advice is Eclipse Europa.
 
Marshal
Posts: 79698
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use more informative titles for your threads.

There is no such thing as a "best" IDE; I like Eclipse myself, but you should be able to do it with any IDE assuming it has the appropriate plug-in.
 
ramesh kancherla
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi kumar,

in Eclipse Europa is code generate automatically.
I mean hibernate hbm files, config files, pojos are in hibernate and ApplicationContext.xml, dispatcher-servlet.xml are in spring.
will be ide generate these files.

can you please tell me.

Thanks & Regards
Ramesh K
 
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure if a default installation of Europa has hibernate code generation (Jboss has a set of plugins which include hibernate support among others), but it definitely doesn't have support for Spring. For that you need the Spring IDE plugin.

I suggest you try Netbeans (the latest version has support for hibernate and spring) as well and see which IDE you are comfortable with.
 
It is difficult to free fools from the chains they revere - Voltaire. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic