Learn « Development « JPA Q&A





1. java beginner wants to learn Hibernate    stackoverflow.com

I am a java beginner and so far have completed learning the core java concepts except io chapter. I also want to finish up the j2ee material and other stuffs like ...

2. Sample Hibernate Application for learning    stackoverflow.com

Can any one share some information about the sample application using hibernate for learning. Basically I am looking for an application that allows me to do basic database operation from the client ...

3. how do you learn a framework?    stackoverflow.com

I am fairly new to the programming world . I work with web applications in Java . I am learning struts2 / hibernate / spring . I am thinking , instead of ...

4. should we learn hibernate ?    coderanch.com

I'm currently reading "Hibernate - a developer's notebook". And I have to say that Hibernate looks pretty good. I think if I were starting a new project, I would seriously consider using something like Hibernate. The best place for more info is probably the Object-Relational Mapping subforum. There have been lots of discussions of the merits of Hibernate and other ORM ...

5. Hibernate Main topics to learn    coderanch.com

6. Learning Hibernate    coderanch.com

7. required help to learn hibernate.    coderanch.com

8. plz help me to learn hibernate.    coderanch.com

Speaking personally, I'm not sure what else to suggest. You are reading a book which you find boring. Well, your only alternatives would be to read a different book (such as any of these) see if they interest you any more? I can't think of a more interesting way to learn. You could just crack on and try to develop code ...

9. any good sources to learn Hibernate?    coderanch.com

I am a beginner to Hibernate, i have solid skill in Java. I know nothing about Hibernate. I am hoping to learn it, at least some basics concept and can go through some practical exercise, get a small program to use it. Possibly interacting with database technology (SQL...MS SQL may be?) please guide!





10. How to Learn Hibernate.    coderanch.com

Download it and trying the examples works well. The basics of Hibernate are easy enough, with the one caveat that you understand the basic concepts of relational databases. Reading one of the Hibernate books is a good way of brushing up on this part. Once you stray from the basics, Hibernate can get pretty complex. I'd recommend downloading the source (which ...

11. Learning Hibernate    coderanch.com

12. learning Hibernate    coderanch.com

Hibernate Made Easy is probably the best book you can find for getting started quickly with Hibernate and learning the basics properly and thoroughly. However, being the author, I might be a bit biased. The Hibernate book by Gavin King is pretty much the reference guide. You need that one, but it's very comprehensive, which makes learning a bit of a ...

13. what are all the main topics to cover in learning hibernate    coderanch.com

When learning Hibernate, just start with the basics, and grow from there. You need a database, and you need a JDK. From there, just verify your configuration with a simple entity that maps to a single table. Just get a simple mapping done, and try to get all the save, update, create and delete functionality working. That's the key to the ...

14. book for learning Hibernate    coderanch.com

Dear All, I just started with the Buzzword in market, that is Hibernate. Can someone suggest me a good book on Hibernate? I heard that Hibernate made easy is a good book. Is this book freely available as an ebook for download. Else i will have to buy it? Please give your suggestions.

15. Learning Hibernate    coderanch.com

Dear All, I have a query that i want to learn hibernate and practically implement something out of it. I have purchased book of Cameron i.e. Hibernate Made Easy and i am starting to read it from tomorrow. I am planning to put a week to go through this book, but after reading it, i want to implement something in hibernate, ...

16. which book is best for learning basics of hibernate?    coderanch.com

Howdy Greenhorn! Clearly, this is a bit of self-promotion, but many people have said that my book, Hibernate Made Easy, is both fun to read, and easy to understand. It goes from the basics, to the fundamentals, and then gets into advanced topics as well, such as the Criteria API, Advanced DAOs with Generics, and even two web based applications are ...





17. Months needed to self-learn hibernate using tutorials & books ?    coderanch.com

Hi folks, I was interested in learning the ORM tool Hibernate by myself, self taught using the book Hibernate in Action. I know the basic plot and why ORM is used etc. But I want to get little better and be comfortable enough & be able to clear interviews in Hibernate. Could you experienced guys shell out you 2 cents on: ...

19. Learning Hibernate    coderanch.com

20. Learning Hibernate    forum.hibernate.org

I was wondering where would be the best place to learn to use hibernate. I would be especially happy for help on spring integration with hibernate. I like the configuration of hibernate through spring. It makes everything much simpler. I am relatively new to web programming, but am beginning to understand the basics. I have just read a book on the ...

21. Learning layered architecture, plz help!    forum.hibernate.org

1. Um, not AFAIK. DTO:s are used when you want to show some data to the user, but you don't want to expose your domain objects directly. For a typical webapp where everything runs in one VM I think it's often easier to just use the domain objects directly. 2. As much of the logic as possible should be in the ...

22. how to learn hibernate in a better way    forum.hibernate.org

hi all, i am going to use hibernate very soon. i am working in wsad where websphere is the application server. i am using db2 database i want to learn hibernate quickly. where from can i down load it .does it need database. can any one give me good idea to learn hibernate quickly. regards and thanks in advance

24. Simple project to learn Hibernate?    forum.hibernate.org

Hi! I'm trying to learn hibernate. I've already wrote servlet's that write and read data using hibernate. And that's all for now. Now I want to write something bigger. But I can't decide what should it be. Can you advice something? Some small project that uses all hibernate power =) ? Thanks beforehand!

25. Please suggest me in learning hibernate...    forum.hibernate.org

sreedhar.en wrote: Hi Jens, I found in hibernate site like Hibernate Core,Hibernate Annotations,Hibernate Entity Manager,Hibernate Shards,Hibernate Validator,Hibernate Tools...In these concepts which concepts are very important, which are optional.Can you suggest me that? regards Sri Core ist the core so you can't do without it. Start here After that it depends on the direction you are interested in: Annotations: do you configuration ...

26. Question on learning Hibernate at home    forums.oracle.com

I have been told that Hibernate would be a good thing to learn. I have both a Windows and a Linux box at home on my network. What I have been wondering is this: with the systems I have could I set up a SQL database on the Linux system and use that for learning Hibernate?