Spring security 3 integration with hibernate 4 What’s up next !. As per the last(Part 5) article, we have successfully completed our CRUD Operation and we completely change the look and feel (I hope it looks good).We have user details with user id and password. But where is the login screen ?. Ok that’s what we are going to see how to develop login screen for our application. We will integrate Spring...
Sunday, 31 March 2013
ZK composite component Example
Posted on 02:54 by Unknown
Thanks to benbai for helping me in the ZK Forum to complete this example. This example shows how to create our own component using ZK Composite Component method.Use case : Why and what is the ZK Composite Component. Well, assume that, in your project, there are similar screens and in each screen at the top , you need a display caption on the left hand side and on the right end corner, you need buttons such as “Save,” Cancel”, “Back”, etc.Step 1:...
Saturday, 30 March 2013
ZK MVVM Form Binding CRUD with Spring and Hibernate - Part 5
Posted on 02:57 by Unknown
Change Look and Feel In the previous part 4, we have created UI presentation layer (i.e) two files userlist.zul and userCRUD.zul file. If you look more closely, we have used sclass for each component. There is no impact on the look and feel. Now we will create CSS Classes for all those sclass names and change the look and feel. Before going into detail, first we will change the layout for our application....
Thursday, 28 March 2013
ZK MVVM Form Binding CRUD with Spring and Hibernate - Part 4
Posted on 06:40 by Unknown
Presentation Layer using ZK Framework In part 3, We have completed Spring integration with hibernate. In this post, we will design our presentation layer using ZK Framework.Step 1:We will first design our listing screens which will show all the users in the database with typical CRUD Operation as shown here. Under the webapp folder, create a zul file and name as userList.zul as shown. <?page...
Wednesday, 27 March 2013
ZK MVVM Form Binding CRUD with Spring and Hibernate - Part 3
Posted on 17:45 by Unknown
Spring Integration with Hibernate In Part 2, we have created our domain, DAO and service Layer. In this part 3, we will see how to integrate spring and Hibernate. There are different way you can integrate. In this example, I am going to show by using Hibernate API. For more information, please check here.Step 1:First let us update our web.xml under the web-inf folder. Just add the following section in...
Subscribe to:
Posts (Atom)