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.
当我的应用程序服务器启动时,我想在 Java 数据结构(List、HashMap、..)中预加载一个小表(300 行)。我正在使用部署了 JAX-RS 服务的 JBoss 应用程序服务器。
我在哪里可以找到文档如何做到这一点?我试过在网上搜索,但可能没有正确的关键字:(
或者是否有任何在 JAX-RS Web 服务中运行的特殊方法可以保存所有数据?(例如,我可以在我的 *Application-Class 中编写一个 loadData() 方法并引用其他类的数据结构吗?)