Archive | July 19th, 2008

How to Configure hibernate using XML files?

July 19, 2008

0 Comments

Hibernate Configuration Using XML files for configuring hibernate application is the most widely used approach. This is simple one and less whanges needed in the future. There is two types of configuration we can do using XML files. one is non-managed environment and another one is for managed environment. Here we will explain about the [...]

email

Creating simple toolbar using RichFaces tag library

July 19, 2008

0 Comments

rich:toolBar, rich:dropDownMenu and rich:menuItem This example demonstrates how to create simple toolbar using RichFaces tag library. RichFaces provides predefined tags like rich:toolBar which will be easily plugged into our webpages to disply the toolbar component. Apart from rich:toolBar, to create menus we have to use other tags rich:dropDownMenu and rich:menuItem. rich:dropDownMenu is used for creating [...]