-
Book Overview & Buying
-
Table Of Contents
Google Web Toolkit 2 Application Development Cookbook
By :
A database is the key part of a business application. A well-designed database maintains the business data in a proper way, so that it can be used further for any business information efficiently. The database part of the business application is called the backend and the user interface part is the frontend.
In this chapter, we will design a database for a sales processing system and create a database in the MySQL server that we installed in Chapter 1, Setting up GWT Environment in NetBeans.
Designing the database includes identifying the business entities, the relationships among the entities, constraints of the entities, and so on.
An entity resides in a table. In our sales processing system, we are going to create the following tables based on the identified business entities:
Branch: This table will hold the branch ID, name, and location of each branch of an organization. Sales of each branch will be tracked.
Employee: This table...
Change the font size
Change margin width
Change background colour