Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Aug 31, 2022

Struts 2 Zero Configuration

Hello Ninjas, In this blog series we'll learn about Zero Configuration. We can create struts 2 applications without the configuration file struts.xml. There are two ways to create a zero-configuration file, by convention and by annotation. Let’s explore more.
Zero-configuration File by Convention EASY
In this article, we will be discussing the zero-configuration files by convention.
Struts2 Annotations Example MEDIUM
In this blog, you will study different annotations by building an application.