bookmark

Çagatay Çivici’s Weblog » Blog Archive » Using Spring to Manage JSF Beans


Description

The traditional way to integrate JSF and Spring was to define JSF beans in faces-config as managed beans and refer to the spring beans using the managed-property configuration. With the help of the spring’s delegatingvariableresolver the managed property is resolved from spring application context and JSF’s IOC injects the bean to the JSF Managed bean instance. I’ve written an article it about this way before.First approach is modelled as follows

Preview

Tags

Users

  • @gresch

Comments and Reviews