Tutorial Archive
Page Directives in JSPs are instruction from JSPs to JSP Engine. The page directive is used to provide instructions to the container that pertain to the current JSP page. You may code page directives anywhere …
JSP directives provide directions and instructions to the container, telling it how to handle certain aspects of JSP processing. Directives in JSPs are instruction from JSPs to JSP Engine. Directives are classified in 3 categories: …
In this example we will describe the integration of Struts 2 with Hibernate as well as using SpringĀ and Tile in this example. We recommend firstly you have a look to previous examples Struts with …
In this tutorial, we are going to describe the action tag. The action tag is a generic tag that is used to call actions directly from a JSP page by specifying the action name and …
In this chapter we will teach you how to access a database using Struts 2 in simple steps. Struts is a MVC framework and not a database framework but it provides excellent support for JPA/Hibernate …
As mentioned previously, the <results> tag plays the role of a view in the Struts2 MVC framework. The action is responsible for executing the business logic. The next step after executing the business logic is …
In this chapter we will discuss about the entity mapping to the index structure. You have already learned that all the metadata information needed to index entities is described through annotations. There is no need …