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

Thread: Do I actually need Spring?

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

    Default Do I actually need Spring?

    Hello everyone, first of all, I apologize if I chose the wrong thread to ask my question. It is my first time posting here.

    Currently, I am finishing my CS degree, and I need to develop a project related to Java. The core approaches that will be used in this project include low-level network communication (using 'raw' sockets) and parallel computing. I've read some articles, and since I am not new to coding, I believe I can accomplish it with the help of documentation, online courses, articles, and ChatGPT, of course.

    The final project must include:

    - A server application that will organize the basic model of distributed computing.
    - A simple client application using the JavaFX library.
    - It would also be nice if I could finish a simple JavaFX admin panel that will be used for basic tuning of the server settings.

    The main question is: Do I really need Spring? I've enrolled in some online courses that include video materials and tutorials for Spring Boot. However, I am not sure if I actually need to spend time learning this infrastructure. Understanding Spring itself may take some time, and it would be helpful to manage my time effectively.

    If it is strongly recommended to use Spring, please specify which modules should be used so I can focus only on them.

    Many thanks to the entire community for your assistance!

  2. #2
    Junior Member
    Join Date
    Jul 2024
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Do I actually need Spring?

    If it's not too late, good luck with ChatGPT. It is frustrating as he...ll. It is inconsistent in it's answers, and less than half the time correct or complete. You really need to "learn" "how" to ask questions. Might as well just stick to learning Java itself. That was more productive, because then I actually understood what I had, and also because then I "had" actually learned something. So, I suggest don't ask ChatGPT to do your work, it WILL waste a lot of your time. I am sorry to say that I am speaking from experience. But I feel much better now ^_^. Good old "work" has it's pay-back.

  3. #3
    Junior Member
    Join Date
    Sep 2024
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Do I actually need Spring?

    The user's opinion is very reasonable, especially when they already have a solid foundation in programming and can self-study through online materials.
    geometry dash deadlocked
    Last edited by MarcELachance; September 16th, 2024 at 07:32 AM.

Similar Threads

  1. Replies: 0
    Last Post: February 7th, 2022, 08:30 AM
  2. Spring
    By diensta in forum Web Frameworks
    Replies: 1
    Last Post: August 24th, 2021, 02:26 AM
  3. Replies: 0
    Last Post: August 2nd, 2020, 11:55 AM
  4. Routing from Spring MVC to Angular and from Angular to Spring MVC
    By bghayad in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: December 29th, 2019, 09:10 PM