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.
如何在struts中制作通用连接池类?例如在servlet和jsp中我做了
只是用于建立连接的连接类。
我怎样才能在struts中做到这一点?
我认为这就像在 j2se 中一样。您可以创建一个池并使用它。或者你可以使用 utils 来做同样的事情。像 dbcp 或 c3p0。祝你好运。