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 2 of 2

Thread: a Web n00b question

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default a Web n00b question

    hello all ,

    i'm currently starting a project that will include a website with a database
    also it will get a web service entries once every day or two .
    i recently learned hibernate in order to help me with the data base and i know all about the SOAP

    my question is will something like Spring or Strut worth the learning ?
    i'm not sure what they do from my first readings and youtube videos
    if it would , how will it help me

    thanks to all the helpers !


  2. #2
    Junior Member
    Join Date
    Apr 2014
    Posts
    15
    Thanks
    4
    Thanked 2 Times in 2 Posts

    Default Re: a Web n00b question

    noob answer:

    I am using spring and i think it is pretty important and helpful in these days, so i would recommend it (at least it shows you how to decouple app layers with dependency injection, MVC pattern etc) and it can be used with hibernate. So i think yes, spring is worth learning as it is used often in many projects.

    But from recent readings and explorations about java ee 7 I have the feeling they try to offer features, which should replace the need to use xml based frameworks like spring, but that is personal feeling - not based on deep research yet.

    I'm not using struts.
    Last edited by Zavael; April 2nd, 2014 at 02:19 AM.

Similar Threads

  1. Replies: 0
    Last Post: July 24th, 2013, 07:17 AM
  2. [SOLVED] n00b having problems running code
    By cha0s619 in forum What's Wrong With My Code?
    Replies: 10
    Last Post: November 10th, 2012, 04:31 PM
  3. n00b asking jspinner question
    By john123 in forum What's Wrong With My Code?
    Replies: 31
    Last Post: March 25th, 2012, 07:00 AM
  4. Really Quick n00b question, should take three seconds to answer
    By joeschmidt45 in forum Java Theory & Questions
    Replies: 4
    Last Post: February 24th, 2011, 05:23 AM
  5. Java n00b
    By Campos in forum AWT / Java Swing
    Replies: 6
    Last Post: July 22nd, 2009, 09:26 AM