I am going over the scbcd5 guide from java.boot.by.
I have worked on many different EE apps. Most of them have done things that Sun(the spec) says we should not(Example: create threads, or create server sockets that listen for incomming traffic on a specific port, or both)
I am trying to reconcile the statement, "timmers cannot be created for stateful session and 3.0 entity beans". I can understand that I should not create a timmer, just as I should not create a listener on a specific port. BUT the
word "cannot", Is it truely cannot??? would an entity bean ever need to access a timmer object?
Why was timer service removed from entity beans in the transtion from 2.1 to 3?