Categories: Java

Top Bookmarks – How to Get Started with Spring MVC & Eclipse

The article lists down top bookmarks (pages) which helped me to quickly get started with Spring MVC with Eclipse. Also, presents some key information at a very high level.

Following are high level steps to get started with your first Spring MVC project using Eclipse:
  • Download Java EE eclipse and configure server for ease of deployment from within Eclipse.
  • Create a Dynamic Web Project in Eclipse.
  • Drag and drop below mentioned Spring and other libraries into the folder WebContent/WEB-INF/lib. One of the key library along with Spring is common logging library. Without this, server fails to start properly.
  • Create following spring configuration files under the WebContent/WEB-INF folder. Go to one of the first two links to understand the content of these XML files.
    • Web.xml
    • <servletName>-servlet.xml
  • Create controllers (Java classes)
  • Create a sub-folder with a name such as views/pages/jsp etc under the WebContent/WEB-INF folder. Create view files under this sub-folder.
Following are tools needed to get started quickly with Spring MVC:
  • Eclipse
  • Spring framework libraries
  • common logging library
  • Tomcat server to run the web app
Following are some key images that would help understand Spring MVC and related concepts. For description, visit above pages.
Following image represents the request-response flow with Spring MVC

Spring MVC Lifecycle (Courtesy: http://java4developers.com/)

Following image represents the request-response flow including services with Spring MVC

Spring MVC Request Lifecycle Representing Backend Services (Courtesy: http://terasolunaorg.github.io/)

 

[adsenseyu1]

Nidhi Rai

Nidhi has been been actively blogging in different technologies such as AI / machine learning and internet technologies. Her field of interest includes AI / ML, Java, mobile technologies, UI programming such as HTML, CSS, Javascript (Angular/ReactJS etc), open-source and other related technologies.

Recent Posts

Agentic Reasoning Design Patterns in AI: Examples

In recent years, artificial intelligence (AI) has evolved to include more sophisticated and capable agents,…

3 weeks ago

LLMs for Adaptive Learning & Personalized Education

Adaptive learning helps in tailoring learning experiences to fit the unique needs of each student.…

4 weeks ago

Sparse Mixture of Experts (MoE) Models: Examples

With the increasing demand for more powerful machine learning (ML) systems that can handle diverse…

1 month ago

Anxiety Disorder Detection & Machine Learning Techniques

Anxiety is a common mental health condition that affects millions of people around the world.…

1 month ago

Confounder Features & Machine Learning Models: Examples

In machine learning, confounder features or variables can significantly affect the accuracy and validity of…

1 month ago

Credit Card Fraud Detection & Machine Learning

Last updated: 26 Sept, 2024 Credit card fraud detection is a major concern for credit…

1 month ago