本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
How session work and how the Container know who the client is
How session work
1.when Diane selects "Dark" and hits the submit button.The Container sends the request to a new thread of the BeerApp servlet.The BeerApp thread finds the session associated ...
What if you only want a pre-existing session?
HttpSession session = request.getSession(false);<%--Passing "false" means the method returns a pre-existing session or null if there was no session associated with this client.--%>
if( ...
Liferay sessionFactory.getCurrentSession()报错问题 (转)
刚开始研究liferay不久,不过对liferay的功能和用的技术真多比较佩服.不过对于开发人员来说要深入了解那么的技术的不是那么容易的事情.
liferay的资料相对较少,不过去官方的论坛和wiki里面找一些东西.
最近在使用liferay的plugin portlet开发方式.
最简单的功能就是直接从数据库查询数据,插入数据等.
插入数据的话用liferay的build serv ...
hibernate 获取session的方式记录
用公司搭建的一个ssh 框架的时候,发现daoImpl 里面,组员都用不同的方式获取的session,大概了解了下情况,在这里记录一下。注意:版本是spring 2.5 和hibernate3 。spring 3.1 就没HibernateDaoSupport
*DaoImpl extends **,最后还是继承了 HibernateDaoSupport。
...
就是因为一个注解 就一个上午
@Transactional
public class BaseDaoImpl<T extends Serializable> implements BaseDao<T> {
protected Logger log = LoggerFactory.getLogger(getClass());
// HibernateTemplate
protected Sessi ...