it just my thinking, there is not real work request, considering:
if i want to instantiate many
java objects when the session bean is created,then every session bean will keep the same copies of these objects,it is resource consuming, so i think if i can make this session bean singleton, it maybe sovle this problem. what do you think?