One of the first things I\'ve learned about Java EE development is that I shouldn\'t spawn my own threads inside a Java EE container. But when I come to think about it, I do
Threads are prohibited in Java EE containers according to the blueprints. Please refer to the blueprints for more information.