Does Tomcat 6.0.x support Life Cycle Annotations?

2008-08-17 Thread gotobarry
public class MyBean { @PostConstruct public void initialize() { //init code } @PreDestroy public void shutdown() { //shutdown code | } If so do you have an example? Cheers Barry -- View this message in context:

Re: Does Tomcat 6.0.x support Life Cycle Annotations?

2008-08-17 Thread gotobarry
, since only the JVM keeps track of who is holding a reference to it. gotobarry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] public class MyBean { @PostConstruct public void initialize() { //init code } @PreDestroy public void shutdown() { //shutdown