I want to develop a Java web application, which framework should I use?

I’m just starting to learn programming, which framework is right for me

1 Like

None.

Learn vanilla JS to know what you are doing and use Frameworks when you are experienced enough

Here are 5 popular frameworks for developing Java web applications:

  1. Spring - a widely used framework that offers a comprehensive suite of tools for developing Java applications, including web applications.
  2. JavaServer Faces (JSF) - a framework for building component-based user interfaces for Java web applications.
  3. Struts - an open-source framework for building Java web applications that follows the Model-View-Controller (MVC) design pattern
  4. Hibernate - a framework for working with databases in Java that provides an ORM (Object-Relational Mapping) solution.
  5. Play - a high-performance, lightweight framework for building web applications with Java and Scala.

It is important to choose for yourself not only a platform, but it is important to remember - a unique code in the first place. Take the AppRefactoring tool or CodeScene as an assistant

There are many frameworks you could use to develop a Java web application. Some popular choices include Spring, Hibernate, and Struts. Depending on your application’s needs, any of these frameworks could be a good choice.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.