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.
如何使用 EJB2.0 连接到数据库。我可以为此使用 JDBC。否则有哪些可用的替代选项。
您应该能够通过诸如Hibernate之类的 ORM 连接到您的数据库。您还可以使用JPA或JDBC。