Posted By:
zhebin_cong
Posted On:
Monday, August 25, 2003 12:43 AM
hello:
i am now studying the petstore1.3,and find that the global parameters are kept in the servlet context,i wonder if it is a good solution.in my project,i seldom use the servlet context,session context etc,i feel more like to put the global parameter in a singleton that is loaded when the app is started.
i don't know where is the best place to put the global parameter,servlet context or singleton?