-
Book Overview & Buying
-
Table Of Contents
JBoss Tools 3 Developers Guide
For proving the power of Hibernate Tools (for Eclipse and Ant), we will build a set of examples based on a real situation. From these examples, you can easily extrapolate to other tasks, configurations, and application goals. For this, we will need some preparations, like an RDBMS, a database ready to be used, and an Eclipse Java project (J2SE, J2EE, Dynamic Web Project, and so on). Let's assume:
You have a Java project named testHibernate (since we use this project only as a support for a Hibernate project, you can choose any type of Java project you like, but for compatibility with our examples, it is recommended to choose an empty Dynamic Web Project).
You have PostgreSQL running on port 5432 (or other RDBMS, like MySQL for example).
You have a database named family, with two tables (Child and Parent), created with the following SQL statement:
CREATE TABLE "public"."parent" ( "id" int NOT NULL, "parent_name" varchar(25) NOT NULL, "parent_surname"varchar(25) NOT NULL, PRIMARY...
Change the font size
Change margin width
Change background colour