What I would advise you would be to load it (the library itself, and the scripts with your tests) automatically in a development and test environments, removing them when in production.
我建议你在开发环境和测试环境中自动加载(测试库本身和测试脚本),在生产环境中则要删除。
2
Then ideally you can ship just those classes, rather than precompiling every file in every library (assuming your run touches all files actually needed when the app runs in production.
The JSTL SQL library example is shown here, in case you are interested in using this methodology for future prototyping of Web applications, but it is not recommended for production environments.
如果您有兴趣在将来的 Web 应用程序的原型开发中使用这种方法学,那么这里展示了一个 JSTL SQL 库的例子,但是对于生产环境,不建议这么做。