• 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

a visual hibernate tool

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want a hibernate tool which could

1. visual to setup data elements and Array, Vector,etc
2. visual to build EJB
3. visual to deploy application to applicaton server
4. Eclipse based.

Could you give me some suggestion which product is better ?

Thanks
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


1. visual to setup data elements and Array, Vector,etc
2. visual to build EJB
3. visual to deploy application to applicaton server
4. Eclipse based


1. By this, do you mean defining associations? If so have a look at middlegen.
2. EJBs are nothing to do with Hibernate, so you'll not get a "Hibernate tool" to do this, but any good IDE will have tools to do it. Since you mention Eclipse, you could look at JBossIDE or [MyEclipse.
3. Again, nothing to do with Hibernate, but the two tools I mention above would do.
4. see 2 (and I also should mention WSAD, especially if you are deploying to WebSphere).
[ January 17, 2005: Message edited by: Paul Sturrock ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic