Added: 1 year ago
From: patrickwashingtondc
Views: 128,218
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (80)

Sign In or Sign Up now to post a comment!
  • thanx dude when will you get bac im waiting for your spring videos

  • thanks a lot!

  • Hey thanks for this tutorial but everytime i make test connection, the message is "ping failed"

    what's the problem please?

  • one thing i can say after watching your tutorial is......................

    another name for hibernate is PRATHICK.....!!!!!!!!!!!!!

    one more thing i would like to know prathick,

    can u pls tell me which java tutorials.? u have made apart from hibernate., so that i can reffer that tutorials......

    hope i will get a favourable reply

    thanks & regards

    Dayanand

  • one thing i can say after watching your tutorial is......................

    another name for hibernate is PRATHICK.....!!!!!!!!!!!!!

    one more thing i would like to know prathick,

    can u pls tell me which java tutorials.? u have made apart from hibernate., so that i can reffer that tutorials......

    hope i will get a favourable reply

    thanks & regards

    Dayanand

  • sir,this is shubham .ididnot find the Database Development field in open perspective/other field.

    i am using jdk1.6 u23 and windows vista........

  • sir,this is shubham .ididnot find the Database Development field in open perspective/other field.please help.

  • can anyone provide me tutorials of Struts 2.0 learnings from basic ....??

  • Thanks for the videos. Very lucid explanation of the concepts.

  • Great explanation Sir.keep it up. Kindly post some videos for Spring framework as well

  • patrick i want to give my thanks from costa rica :)

  • great explanation sir..

  • Hi Patrick, This is Anurag.I followed your steps,but when I am startring StartNetworkserver console flashes once and then disappears.I am using windows 7 and eclipse 6.6. please guide me. Thanks.

  • @5anuraag Open the Dos window (by clicking start - run - type cmd and enter) and go to that directory

    using cd xyx and then type the StartNetworkserver.bat and enter

  • Hi Patrick, This is Anurag.I followed your steps,but when I am startring StartNetworkserver console flashes once and then disappears.I am using windows 7 and eclipse 6.6. please guide me. Thanks

  • the best video-tutorial...

  • I hade a problem with the connection. Ping did not succed. I changed the permissions to the J2EE-folder. After that it worked. Thank you!

  • excellent tutorials !! simple examples !! great work patrick. please keep this coming !!

  • You are an expert!!!

  • Hi Patrick.

    Thanks for the video series.

    There was nothing extra and nothing left out.

  • Hi Patrick,

    You have done an excellent job.

    just wondering if you can provide any clue for any specific configuration we have to do to make it a Dynamic Web project. That would be a great help.

    Thanks,

    Arindam.

  • This is awesome tutorial for beginners........

  • hi patrick, I just want to ask, is there any difference if i am using spring mvc3 as framework? thanks. :) anyone, answer me please.. thanks

  • hi patrick, I just want to ask, is there any difference if i am using spring mvc3 as framework? thanks. :) anyone, answer me please.. thanks

  • Comment removed

  • Hi Patrick, your videos makes hibernate easy for me..

    Please can you provide similar type of simple and effective videos for hibernate with struts....

  • Hi Patrick,

    Thanks a lot for the videos .

    GOD bless you with PROFOUND HAPPINESS and SUCCESS in all you do.

    Please do the same for STRUTS and SPRING.

  • Excellent material .Great teaching skill.you have material for embedding hibernate inside spring .And also for spring batch framework

  • hi, i'm see you has file : log4j.property. So, what i can have it?

  • @patrickwashingtondc

    thanks for reply..can we implement hibernate in jsp.If so, how can we run jsp without tomcat.please suggest....

  • @hiranyathespy Yes, you can use hibernate with jsp. But its a different course and setup altogether.

  • @hiranyathespy wow such stupid question

  • @ripperchunk Nobody is perfect.Asking help for some confusing topic is not stupid anymore.i already designed an online shopping system using hibernate and jsp with struts for my company.

  • @patrickwashingtondc

    whenever i m running tomcat in eclipse following error occured.guide me how can i overcome this.i have reinstalled everything eclipse,jdk,apache,set path to apache,installed jre's etc.

    "Port 8009 required by Tomcat v6.0 Server at localhost (2) is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s)."

  • @hiranyathespy But why are you using tomcat? I am not using tomcat here. I am only using derby database server.

  • @hiranyathespy u have another copy of tomcat running

    either u configure the tomcat in different ports or stop the one running outside of eclipse..

    for changing ports in eclipse just double click on the server and u will find a window for changing the config (windows->show perspective->servers)

  • Comment removed

  • @hiranyathespy This can be happened. Especially when you do frequent tomcat restarts through eclipse. Here is a simple solution- I assume that you are using windows OS: Download tcpview from microsoft technet (google it). Run tcpview find the open connection (e.g.,port 8009). Select this connection right click on it and choose to close it from the context (popup) menu.

  • @patrickwashingtondc

    whenever i m running tomcat in eclipse following error occured.guide me how can i overcome this.i have reinstalled everything eclipse,jdk,apache,set path to apache,installed jre's etc.

    "Port 8009 required by Tomcat v6.0 Server at localhost (2) is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s)."

  • Thanks for your videos..its very lucid.can you suggest a Book for hibenate with java,to understand easily.

  • @mallik477 Hibernate made easy by Cameron McKenzie is the best book to get started. Hibernate Recipes by Gary Mak, even though I have not read it, I recommend it because of his Spring Recipes book.

  • Just Fantastic .. Very clear and simple way of understanding... please upload struts,spring , ejb..God Bless You..from India

  • I have a question, can i use hibernate the same way in a Dynamica Web Project instead of a java project ?

  • @DillonHaw Yes, you can.

  • @patrickwashingtondc  Thanks.

  • Patrick great videos keep it up...

    Makes Java look so simple..

    Are there more videos on Hiberante (I downloaded 17 of them)

    Can u post me link to Spring ,JSF and any other videos related to Java which

    are easy to understand like ur tutorials.

    Will help ppl like me a lot..

    Thanks again..

  • @harshabs6 I am saving some money to buy the camtasia studio. As soon as i buy it, more videos will follow.

  • @patrickwashingtondc very clear... keep it up dude..

  • I got the solution... Thanks anyways....

  • @arslanmecom Thank you. Sorry for the late reply. Been busy at work. Can you kindly let us know what went wrong?

  • @patrickwashingtondc : Actually i was using Hibernate 3.5.3. It was giving error of some missing libraries of javax like CachedMode.. But when i added Hibernate 3.3.2. into libraries its worked. But i have one confusion about this why its not working with latest version.. Can you recommend any other tutorial for JPA or any book.. why helps me to understand the clear difference between JPA and Hibernate...

  • @arslanmecom Java persistence with Hibernate is the book that is recommended for Hibernate. Regarding version 3.5.3 having issues, let me look into it and get back to you. Thanks for pointing it out.

  • Hi, i am trying to run this tutorial. When i run the TestEmployee class for creating the table, i got the following error...

    Exception in thread "main" java.lang.NoClassDefFoundError­: javax/persistence/SharedCacheM­ode

    Kindly help me.. I want the solution as urgent as possible... Waiting for your reply,.,

  • simply fantastic ! fabulous ! mind blowing ! jhakaas

  • @pamya Thank you.

  • Great work!!!!!!111

  • @handsomepraveen Thank you

  • thank you patrick, Really great work

  • @superWow86 Thank you

  • Great work!

  • @gabrielcostasilva1 Thank you.

  • Great Tutorial I hope to see more of Hibernate series :) These vids will help me out with my graduation project as I intend to use hibernate. Thank you very much.

  • @carlosroberto366 Thank you for the comment. I will upload the other videos very soon.

  • Thank you very much for your effort Patrick!

    This tutorial is outstanding!!

    Keep up the good work!

  • @akvarts Thank you.

  • And if you post any such videos just send me a reminder on my id gaurav.eca@gmail.com. Thanks a lot patrick.

    This is really very helpful stuff. Simply hillarious and awsm. Thanks a lot.

  • Hi patrick,

    First of all i would like to say thanks to you for the awesome work you have posted here. Thank a lot patrick. It is really very helpful for ppl like me.

    You have described each and every step with so much of detail and clarity. That is the best part of all the videos you have posted. And the explanation given is really really very very good. I am now a big fan of yours. Please post similar videos of struts and jsf also. I will be very thank ful to you. Please patrick.

  • @gaurav19may Thank you for your kind words. I have uploaded a few more videos today. After Hibernate, I will do the Spring Framework and then JSF.

  • @patrickwashingtondc : No man you deserve my words. Awsm work you are doing here. I am very thankful to you and evry one will be whosoever watches these knowlledgeful videos.

    Keep up the fantastic work. And keep me posted whenever you post anything on the net. And if possible please be my friend. Give me ur mail id. mine is gaurav.eca@gmail.com.

  • @gaurav19may Hi Gaurav, I have sent you a gmail invite. My email address is

    patrick.washingtondc@gmail.com

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more