Monthly Archive: July 2013

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 + …

Setting Up Struts 2 in Eclipse

You can proceed to setup your Struts 2 framework. Following are the simple steps to download and install Struts2 on your machine. Step 1: Make a choice whether you want to install Struts2 on Windows, …

Architecture of Struts 2 Framework

Struts and webwork has joined together to develop the Struts 2 Framework. Struts 2 Framework is very extensible and elegant for the development of enterprise web application of any size. In this section we are …

Model 1 and Model 2 (MVC) Architecture

Before developing the web applications, we need to have idea about design models. There are two types of programming models (design models) Model 1 Architecture Model 2 (MVC) Architecture Model 1 Architecture Servlet and JSP …