ZK UI Presentation layer. In the Part 5 article, we have completed our DAO and service layer to do CRUD Operation. In this post, we will design our UI using ZK Framework. Step 1:Now let us design the Listing Page which will show all the records from the DB. And also, we will have one Add New button to add new record and for each record, we will have “EDIT”, “View” and “Delete” button as shown here.Select the webapp folder, right click, select new->...
Thursday, 28 February 2013
Wednesday, 27 February 2013
ZK MVVM CRUD With Spring 3 + JPA + Hibernate 4 Entity Manager–Part 5
Posted on 10:17 by Unknown
DAO and Service Layer for CRUD operation. In the Part 4 article, we have seen how to integrate spring and hibernate. Now we create the DAO and service layer for the CRUD Operation.Step 1:First the Delete Package named “AddressBook” which is created by default. Now Select “Java” folder and right click, Select New –> Other-> Package and enter the Package name as “addressbook.dao” as shown. Select the “dao” package, right click, select New –>...
Tuesday, 26 February 2013
ZK MVVM CRUD With Spring 3 + JPA + Hibernate 4 Entity Manager–Part 4
Posted on 10:17 by Unknown
Integrate Spring and Hibernate In the Part 3 article, we have seen how to define the database connection, user name, password, etc using persistence.xml file Next, we need to configure Spring and Hibernate using applicationcontext.xml file.Step 1:In the Project navigator, Select the WEB-INF Folder under the webapp folder and right click-> Select New->Other-> XML File Click Next and enter the file name as applicationContext.xml(ofcourse,...
Monday, 25 February 2013
ZK MVVM CRUD With Spring 3 + JPA + Hibernate 4 Entity Manager–Part 3
Posted on 10:17 by Unknown
Define the persistence.xml file In the Part 2 article, we have seen how to create ZK Maven project and update the default POM.XML with all the necessary dependency required for this example. Next, we need to configure the database to which we are going to connect to do our CRUD operation. So this file The persistence.xml file will contain database name, user name , password , etc. In this post, we will see how to configure the database connection...
Sunday, 24 February 2013
ZK MVVM CRUD With Spring 3 + JPA + Hibernate 4 Entity Manager–Part 2
Posted on 10:16 by Unknown
Create ZK Application with Eclipse and Maven. Step 1:In the Eclipse IDE, select File-> New->Other-> and Enter “Maven” for the wizards search as shown here.Step 2:Click next and uncheck the option “Create a simple Project(Skip archetype selection) as shown here. Step 3:Click Next and in the Catalog filter, Select ZK and select “ZK-archetype-webapp” from the list as shown.Step 4:Click Next and Enter Group ID, Artifact ID and Package as “AddressBook” ...
Friday, 8 February 2013
ZK Passing Parameter between two files using MVVM–Part 2
Posted on 17:32 by Unknown
Overview This is the first series of articles about Passing parameter between two zul files using MVVM Design pattern.This article will focus on the how to pass values from the parent window to child window opened in modal mode. ZK Version : ZK 6.5.0 CESo What we are going to do ?1. Assume that you have small screen with a button to show another screen which opened as modal. 2. Now on Clicking of the Button, we will show the Second screen and also...
Subscribe to:
Posts (Atom)