Using Derby Database in Netbeans
Hey guys,
First off I would like to say I'm a complete noob at Databasing with Java so please forgive my ignorance.
I'm trying to create an application with an embedded database, I decided to use Apache Derby (I'm using Netbeans as my IDE). I've created the database, populated it with the data I want so all good there. I created a new Project (for the application I'm trying to develop) and am unsure what to do now, I tried to use the 'Entity classes from database option' which did create a META-INF package with the data, but I have no idea what I am to do now to start using the data.
Any ideas?
I've posted questions similar to this before so I apologise to all those who have answered my question, but I am completely lost.
Thanks in Advance,
David