Featured Articles

 

Rapid Application Development with DB-VA — Sample Projects

Build applications faster, better and cheaper

Data Model of a Point of Sale System
 
Description: This project provide an example of modeling the date structure of a point of sale system. The ORM Diagram inside the project shows the mapping between the classes and the database tables.

Project includes:
  • Class Diagram x 1
  • Entity Relationship Diagram x 1
  • ORM Diagram x 1
File Size: 111 KB
View Published Project | Download
 
Data Model of a Point of Sale System (Eclipse Project)
 
Description: This project provide an example of modeling the date structure of a point of sale system. The ORM Diagram inside the project shows the mapping between the classes and the database tables. The ORM layer source code is generated by DB-VA which helps you to build database application in pure object-oriented approach and without writing single line of SQL statement. The sample application inside the package let you get the feeling on how the ORM layer works.

Project includes:
  • Class Diagram x 1
  • Entity Relationship Diagram x 1
  • ORM Diagram x 1
  • Generated ORM Source Code with Sample Program for Testing
Setup instructions:
  • Setup a MySQL Database locally.
  • Create a database POS.dll in MySQL.
  • Unpack the zip package and import the project to eclipse.
  • Execute the CreatePOSDatabaseSchema.java inside ormsamples package to create database schema.
  • Execute the CreatePOSData.java inside ormsamples package to create sample data into database.
  • Execute the ListPOSData.java inside ormsamples package to retrieve sample data from database.
Remarks:
File Size: 4.63 MB
Download
 
* You need VP Suite 3.3 or above to open the sample projects. Download VP Suite now!