Example & Tutorial understanding programming in easy ways.

What is the advantage of having a POJO class as an action?

The POJO class is light weight and easy to test with frameworks like Junit. Moreover, there is no need to create separate ActionForms as in struts one to hold the values from the source web page. It is done by a single POJO class in struts 2.

Read More →