Archiv der Kategorie: NetBeans

How to integrate Java DB into a NetBeans RCP | Part 2

In my last post we created a NetBeans RCP application which I’ve called ‚Media Database‘. Up to now we’ve only integrated the Java DB in our application via a NetBeans Library Wrapper Module. We’ve also created a ’normal‘ Module in which … Weiterlesen

Veröffentlicht unter NetBeans | 2 Kommentare

How To integrate Java DB into a NetBeans RCP | Part 1

In this post I’d like to show you how you can integrate the lightweight pure java database Java DB aka Derby into a NetBeans Rich-Client project. First of all you have to install all necessary software. The following technologies will … Weiterlesen

Veröffentlicht unter NetBeans | 1 Kommentar

My X-Mas Presies

I hope your Christmas holidays were also as recreative as mine were although I had a lot of university work to do and still I haven’t finished all of it. I’m really looking forward to February because in that month … Weiterlesen

Veröffentlicht unter Books, Java, Microsoft, NetBeans | Kommentar hinterlassen

NetBeans 6.0 | A little JPA Example

In this post I’d like to show you how to use JPA in NetBeans within a Java SE application. First of all you have to create a database and call it something like TestDB. I called my database ‚Medienverwaltung‘ because … Weiterlesen

Veröffentlicht unter Java, JPA, NetBeans, Tutorials | 10 Kommentare

RMI with NetBeans 6 Beta 2

Please don’t let mislead you because of this post’s title. NetBeans doesn’t have any special features for RMI support. I’ve only chosen this title because I’m going to develop my RMI-Service in NetBeans 6 Beta 2 which is my favourite … Weiterlesen

Veröffentlicht unter Java, NetBeans, RMI, Tutorials | 12 Kommentare

How To Rename Colums in Derby DB and NetBeans 6 Beta 2

Yesterday, I showed you how to create foreign keys in Derby DB within NetBeans 6 Beta 2 database tools. After I thought I had finished this tutorial I noticed a little mistake in my ‚PRUEFEN‘ table of my database. The … Weiterlesen

Veröffentlicht unter Databases, NetBeans, Tutorials | 15 Kommentare

Foreign Keys in Derby with NetBeans 6 Beta 2

Although NetBeans 6 Beta 2 provides several convenient tools for working with databases it was not possible to create a table and set foreign keys without using SQL statements. So how did I set those foreign keys in my tables … Weiterlesen

Veröffentlicht unter Databases, NetBeans, Programming, Tutorials | 285 Kommentare

C Coding with NetBeans under Ubuntu 7.10

In this post I’d like to write about how to install NetBeans 6 Beta 2 under Ubuntu 7.10 Codename Gutsy Gibbon and how to use my favourite IDE for c/c++ coding. The first step is to go to the NetBeans … Weiterlesen

Veröffentlicht unter C, NetBeans, Programming, Tutorials, University | 6 Kommentare

NetBeans Platform | GUIs

GUI Builder Matisse. New Layout Manager: GroupLayout. Form always will look like a native application on any OS. If creating a new GUI-form there will be two files. A Java and a XML (form’s layout) file. Options Panel, Wizard, WIndow … Weiterlesen

Veröffentlicht unter Bachelor, Java, NetBeans, Programming | Kommentar hinterlassen

NetBeans Modules

I’d like to sum up chapter three and four of my relatively new book „Rich Client Programming – Plugging into the NetBeans Platform“. It is about all the different types of modules which the Platform provides and when you should … Weiterlesen

Veröffentlicht unter Bachelor, NetBeans, Programming | Kommentar hinterlassen