Hibernate Tutorial 02 - Setting Up Hibernate

preview_player
Показать описание
In this tutorial, we'll download Hibernate and set it up in our development environment by configuring it in Eclipse.
Рекомендации по теме
Комментарии
Автор

Finally someone who creates the tutorial on Linux :)

antonionesic
Автор

Even managing all these dependancies is easy with Maven, as a software developer you should always understand what goes inside the box. You should be able to understand the jar dependancies and how to set it up. Once you know it properly AFTER THAT you can use Maven to save some time. Learners should stay away from automation tools at least in the learning phase.

A million thanks to koushik to help us understand the hibernate set up from scratch.

P.S: I know Maven.

zerziszain
Автор

Might be a bit late, but for people who are also stuck on this part:
In the newer versions, ya find the JARs in lib > required. Just import the whole folder.

DJStrife
Автор

I really appreciate your hard work and effort.
Thank you so much

getanehberhane
Автор

Wanna tell ya: THANK YOU SOO MUCH!! I finally did it!

I also managed to use Hibernate 4, is very simple now: all needed jars are in lib/required (also hibernate "main" and jpa).

saxxi
Автор

you should try a maven setting up in order to get things less complicated

TheDanielBarcellos
Автор

Thanks sir ... successful implementation of hibernate with output

abhijeetzade
Автор

Java Brains, how about if I'm using Oracle as database? What I need to do or change in configuration and jar files I needed?

aufzon
Автор

Thanks for the excellent tutorial. Could you update the installation of the hibernate files into the Eclipse project. There have been some changes since you originally created the tutorial 02. Thanks.

jreedmx
Автор

Why not just use Maven for dependency management?

AaamrK
Автор

Would it be the same if we used Hibernate 5.1.0 Final instead of this obsolete version?

zakarias
Автор

Hi there, i have been following most of your courses and i am loving them so far, i would like to know is it not possible to do a maven section of this course so that we can easily be able to obtain the Jars?

Reason being this course was done in may, when i look up Hibernate i am getting the latest distribution

tumellohmkhatshwa
Автор

Hi, What else is in hibernate ? which is not covered by your tutorials ? Could you please show hibernate and Spring in action together?

jabroomunda
Автор

I am going through your tutorials today and there is some mismatch between the dependencies. Is that fine or shall I separately download and import in my project ?

sajalgupta
Автор

Do you have updated tutorials of java where we can use maven, spring template etc?

dimplerohara
Автор

the video already has the eclipse installed, but dont show "how" it was installed and how to install hybernate after downloading it... I double click on the file and it wont install anyway.

alanramiresbr
Автор

can we use phpmyadmin's mysql database?

bhaveshgunjal
Автор

I get the error when I try to connect in postgresql. How do I solve it ?

Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" and accepting TCP/IP connections on port 5432?
If you encounter this message, please check if the server you're trying to contact is actually running PostgreSQL on the given port. Test if you have network connectivity from your client to the server host using ping or equivalent tools. Is your network / VPN / SSH tunnel / firewall configured correctly?
For security reasons, PostgreSQL does not listen on all available IP addresses on the server machine initially. In order to access the server over the network, you need to enable listening on the address first.
For PostgreSQL servers starting with version 8.0, this is controlled using the "listen_addresses" parameter in the postgresql.conf file. Here, you can enter a list of IP addresses the server should listen on, or simply use '*' to listen on all available IP addresses. For earlier servers (Version 7.3 or 7.4), you'll need to set the "tcpip_socket" parameter to 'true'.
You can use the postgresql.conf editor that is built into pgAdmin III to edit the postgresql.conf configuration file. After changing this file, you need to restart the server process to make the setting effective.
If you double-checked your configuration but still get this error message, it's still unlikely that you encounter a fatal PostgreSQL misbehaviour. You probably have some low level network connectivity problems (e.g. firewall configuration). Please check this thoroughly before reporting a bug to the PostgreSQL community.

ROForeverMan
Автор

Sir, in 03:47 you select javassist-3.12.0.GA.jar from lib/required, then in 04:18, again you select javassist-3.12.0.GA.jar from lib/bytecode/javassist, they are the same or ? Can we just select one of them ?
Thanks :-)

HadiAriwibowo
Автор

Hi... I was downloading the jar files for hibernate setup, but the downloaded zip folder was empty. Can anyone can let me know some other site to download the jar files for hibernate

aparnagptaggmailcom