读书人

seam的debug模式有关问题

发布时间: 2012-06-26 10:04:13 作者: rapoo

seam的debug模式问题

<core:init debug="true" jndi-pattern="@jndiPattern@"/>, Seam creates the component.
<core:init debug="false" jndi-pattern="@jndiPattern@"/>, Seam does not create the component.

经过在网上查找发现了这句“This occurs because Seam uses hot deployment into the /WEB-INF/dev directory and hot deployment seems to be disabled when using the debug=false mode.”

在seam的官方文档中发现

But if you really want a fast edit/compile/test cycle, Seam supports incremental redeployment of JavaBean components. To make use of this functionality, you must deploy the JavaBean components into the

读书人网 >开源软件

热点推荐