Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: Best way to learn Spring (and Hibernate) from scratch

  1. #1
    Junior Member
    Join Date
    Nov 2018
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Best way to learn Spring (and Hibernate) from scratch

    Dear all,

    I want (and need) to learn Spring (and possible other modern enterprise Java development technologies, like Hibernate) practically from scratch.

    I know the Java language quite well, but on my previous workplace I had very little exposure to Spring, Hibernate and other modern Java technologies.

    I am sort of aware of what Spring is about. It uses coding conventions (called beans) to decouple program components, certain things are marked with annotations and then the framework initializes user classes using reflection. That's pretty much all I understand. I do not have a bigger picture on how the Spring application is built and how it functions.

    What is the best way to learn Spring?

    How did you learn Spring?

    What is the difference between Spring versions? AFAIK Spring 5 is the current version. Is it worth reading the book on Spring v3?

    I tried some video tutorials on YouTube, but many of them are paid, do not give code, have a pace too slow.
    Last edited by Priam; March 17th, 2019 at 05:08 AM.

Similar Threads

  1. What are these : Java Spring, Hibernate, J2EE, Struts - classifications?
    By nsabarisri6 in forum Java Theory & Questions
    Replies: 2
    Last Post: May 5th, 2014, 08:38 AM
  2. Java Spring/Hibernate developer - Lancashire - £25k-£35k
    By john_sedgewick in forum Paid Java Projects
    Replies: 0
    Last Post: April 3rd, 2013, 06:31 AM
  3. Replies: 4
    Last Post: February 1st, 2013, 09:23 AM
  4. Spring Hibernate integration problem
    By freakycoder in forum Web Frameworks
    Replies: 1
    Last Post: August 26th, 2012, 08:04 PM
  5. Recommendations for E commerce web application
    By Desert Fox in forum Web Frameworks
    Replies: 2
    Last Post: November 1st, 2009, 12:31 AM