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.
我环顾四周,找不到任何好的例子或方法来制作 JDBC 持久层。我会使用框架,但我没有时间修复错误等。
那么,我应该如何在仅使用 JDBC 的 JSP/JSF 系统中创建持久层?
是什么让您认为您必须修复框架中的错误?看看 Spring,尤其是它的JDBCTemplate。它会大大减轻 jdbc-pain 的痛苦,我不希望你在那里找到 (m) 任何错误。