A Tag And A Business Service

In this tutorial we will discuss an example of using a business service in the Action class with a tag in the JSP file. Business Service is the class where we put the business logic …

Struts 2 Configuration File

This chapter will take you through basic configuration required for a Struts 2 application. Here we will see what will be configured in few important configuration files : web.xml, struts.xml, struts-config.xml and struts.properties The struts …

Linux Crontab: Cron Job Examples

  In this article, let us review 15 awesome examples of crontab job scheduling. An experienced Linux sysadmin knows the importance of running the routine maintenance jobs in the background automatically. Linux Cron utility is …

Architecture of Hibernate Search

Hibernate Search brings the power of full text search engines to the persistence domain model by combining Hibernate Core with the capabilities of the Apache Lucene search engine.           Hibernate Search = Hibernate Core + …