Click here to Skip to main content
15,887,421 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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 ?
Posted

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[^].
 
Share this answer
 
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[^]
 
Share this answer
 
Comments
FoxRoot 22-Nov-12 11:53am    
Thanks Teacher :) I will go on with JDBC. What does hibernate mean ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900