简体   繁体   English

EL 2.1和DCEVM完整版

[英]EL 2.1 and DCEVM full version

i'm trying to use dcevm in an already existing project: we are developing using jboss 5.1, struts 1.1. 我正在尝试在现有项目中使用dcevm:我们正在使用jboss 5.1,struts 1.1进行开发。

The problem is that, if i add a method in a java bean, dcevm successfully swap my class and i can use it without restarting jboss, BUT, when the method is called in a jsp, it's not seen. 问题是,如果我在Java bean中添加了一个方法,则dcevm成功交换了我的类,并且可以在不重新启动jboss,BUT的情况下使用它,而在jsp中调用该方法时,则看不到它。

How can i make my jsp's see the change in the java bean signature? 我如何使我的JSP看到Java Bean签名中的更改?

Thanks! 谢谢!

HotswapAgent has plugin for EL. HotswapAgent具有EL插件。 It clears internal EL caches when you reload some class. 重新加载某些类时,它将清除内部EL缓存。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM