Hi guys, we are back!
Today, we are going to see how to manage your classes to store, update, get, delete them of your data base, because a real application of management uses a data base to store the information to work.
We will work with a MySQL data base, Java (of course) and Hibernate (a framework). We use Hibernate because we need to do a mapping of our classes, for example, the Contact.java class, to store its objects (its contacts) on our MySQL data base. This task is very easy if we use this framework, Hibernate.
I have written a post about Hibernate. I think that is necessary to study something about Hibernate before, so you can take a look here: http://quickguide4engineers.blogspot.com/2011/09/introduction-to-hibernate-part-1.html
Then, you can watch the video-tutorial. I hope it is helpful for you.
You can get the eclipse project on our public mercurial repository cloning this url with tortoise mercurial hg: https://bitbucket.org/qg4engineers/mycontacts
Quick guide 4 Engineers /*Guía rápida para ingenieros*/
This is a site for software engineers. I'll go posting a little tricks or how to do something in the different languages of programming that I know, and the main is Java. /* Este es un sitio para ingenieros de software. Iré creando entradas con pequeños trucos o cómo se hace algo en los diferentes lenguajes de programación que conozco, siendo el principal Java.*/
Saturday, January 28, 2012
Sunday, November 20, 2011
My Cotacts App Part III (To manage events with WindowBuilder PRO)
Hi everyone!
You have here a new video-tutorial. This is the third part of My Contacts App serie. In this video you will be able to learn how to manage the events of your graphical user interface components with WindowBuilder PRO plugin.
You can clone de mercurial repository from: https://bitbucket.org/qg4engineers/mycontacts
You have here a new video-tutorial. This is the third part of My Contacts App serie. In this video you will be able to learn how to manage the events of your graphical user interface components with WindowBuilder PRO plugin.
You can clone de mercurial repository from: https://bitbucket.org/qg4engineers/mycontacts
Labels:
GUI,
Java,
MyContacts,
Project,
Video tutorials,
WindowBuilder PRO
My Contacts App Part II (Creating the GUI's)
Hi everyone!
This week we are having a new video-tutorial following the previous one. So, this will be the part 2 about how to create the GUI for our project.
As you saw on the last video, you can clone the project to your own local pc with Mercurial. The url is this https://bitbucket.org/qg4engineers/mycontacts.
This week we are having a new video-tutorial following the previous one. So, this will be the part 2 about how to create the GUI for our project.
As you saw on the last video, you can clone the project to your own local pc with Mercurial. The url is this https://bitbucket.org/qg4engineers/mycontacts.
Saturday, November 5, 2011
My Contacts App Part I (Introduction to Mercurial + TortoiseHg + Bitbucket + MercurialEclipse)
This is a new video-tutorial about a real application that manages your contacts in order to register them in a MySQL database. Then, we will try to implement the same project but we will import our contacts to our Google account.
In this video-tutorial, I explain how to work with a Mercurial repository to control and to manage our projects better.
In this video-tutorial, I explain how to work with a Mercurial repository to control and to manage our projects better.
Labels:
Java,
Mercurial,
MyContacts,
Project,
Video tutorials
Monday, October 31, 2011
Introduction to C/C++ with Eclipse and WinGW
Hi guys!
In this video-tutorial we will be able to see how to use Eclipse to create projects for C/C++ and to compile our projects with the WinGW tool. If you have doubts, you can comment this post. I hope you like this.
In this video-tutorial we will be able to see how to use Eclipse to create projects for C/C++ and to compile our projects with the WinGW tool. If you have doubts, you can comment this post. I hope you like this.
Wednesday, October 12, 2011
Creating a desktop application for Java - Part 2
This is the next video. In this video I explain how maximize the window, and to add common components. You can see it in HD.
Creating a desktop application for Java - Part 1
This is the first videotutorial of a sequence of them.
I try to explain how create a simple application of Contacts in order to practice the GUI creations for Java.
I'll show how to use a database for to save all data, in the next videos.
You can change the resolution to HD.
I try to explain how create a simple application of Contacts in order to practice the GUI creations for Java.
I'll show how to use a database for to save all data, in the next videos.
You can change the resolution to HD.
Labels:
GUI,
Java,
Project,
Video tutorials,
WindowBuilder PRO
Subscribe to:
Comments (Atom)