Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 jsp 中运行自定义函数。而且我想不时更改该功能而无需重新上传整个程序。我怎样才能做到这一点?我说的是诸如将代码上传到数据库并在需要时在数据库中执行代码之类的事情。我怎样才能在jsp中做到这一点?
这是一篇相关文章将字符串转换为代码
您的一些选项是javaassist、BeanShell,甚至可以实现JavaCompiler接口。
这个选择由你