Netbeans Java桌面项目的数据库选择 [英] Database Choice for Netbeans Java Desktop Project

查看:73
本文介绍了Netbeans Java桌面项目的数据库选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个Java项目.那是在桌面而不是Web应用程序上提供的.我只需要想法.哪种DBMS最适合NetBeans.我是Java编程和数据库领域的新手(我不知道).我已经开始使用JDBC(我不知道确切的名称,netbeans中的数据库是:))现在我可以使用JDBC将一些数据插入表中.我应该继续使用JDBC吗?

I am developing a java project. That is served on the desktop not a web application. I just need ideas. Which DBMS is the best for netbeans. I am very new at java programming and database(I have no idea). I have started with JDBC(I dont know the exact name, the database inside netbeans :)) now I am able to insert some data into tables with JDBC. Should I go on with JDBC ?

推荐答案

哪种DBMS最适合Netbeans.
没有:您需要了解Netbeans仅仅是一个可帮助您编写Java程序的开发环境.最终产品是Java代码,它不依赖Netbeans的任何部分.数据库的选择完全取决于您,并且取决于您需要处理的数据量.有关更多信息,请参见本教程 [
Which DBMS is the best for netbeans.
None: you need to understand that Netbeans is merely a development environment that helps you to write Java programs. The end product is Java code and it does not rely on any part of Netbeans. The choice of database is entirely up to you and depends on the amount of data you need to process. For more information see this tutorial[^].


JDBC:是的,除非您想使用Hibernate之类的工具.

检查derby数据库,它非常漂亮,运行良好并且可以与您的应用程序完全集成.
这样您就不必再为其他东西烦恼了.
我有提到它是免费的吗?很酷.

Apache Derby [ ^ ]
JDBC: YES, unless you want to use Hibernate or anything like that.

Check out the derby database, it''s pretty slick, works fine and would totally integrate with your application.
So you wont have to bother with additional stuff.
Did I mention it''s free? pretty cool.

Apache Derby[^]


这篇关于Netbeans Java桌面项目的数据库选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆