In the previous post Tom pointed to an article discussing the use of some EJB 3.0 annotations in JSF applications: Using EJB Annotations Outside of EJB. The annotations discussed are @PostConstruct and @PreDestroy. The first annotation indicates a method to be called during creation, the other indicates a method to be called during destruction.
His post [...]