JAVA设计模式中的单例模式
1,问题来源:
struts+spring框架下移植Taste搭建电影推荐引擎中的MovieRecommenderSingleton类中涉及,,,
2,
参考:
1)23种设计模式:http://blog.csdn.net/zhengzhb/article/details/7331369(比较经典)
1)单例模式(Singleton Pattern): http://www.iteye.com/topic/575052
2)讲解JAVA设计模式中的单例模式: http://blog.163.com/huang_ying_lu/blog/static/269998320087314127223/
3)Java 单例模式探讨 :http://blog.csdn.net/it_man/article/details/5787567