• 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

hibernate and database

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I have designed an interface using SWT in eclipse which has to pick up details from client table and user can enter the amount paid and save it back to database.

For designing the database and using hibernate do i need to use UML omondo first and then map the class using hibernate.

What is the right process. Is hibernate used only in web application or stand alone desktop java application also. Is there any plugins available for simplifying the process.I am using eclipse.

pls help me.

Thanks in advance
megha
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

You could start of with the database design first. If you are using Hibernate each of your table would map to a class.

Hibernate can also be used in desktop stand alone apps. Hibernate apis are quite sufficient, you need not use any plugins for that purpose.

Regards
Atul
 
reply
    Bookmark Topic Watch Topic
  • New Topic