Skip to content

Exercice de modélisation d'une application de gestion d'articles de ski en Java. Suivant l'architecture en couches (BI, BLL, DAL)

Notifications You must be signed in to change notification settings

Yvanohe/boutiqueSki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boutiqueSki

Training project in Java respecting the differents layers : Business Object (BO), Business Logic Layer (BLL), Data Access Layer (DAL). SQLServer was used for the database. Using Observer pattern and Data access object.

This little app can be used to manage product in a Ski Shop : search a product, create or edit a product.

You have to create a database on SQLServer with SQL query provided in script.sql. Then configure the file dal/settings.properties for database access. The database will be empty. Go in boutiqueSki\src\fr\lubac\boutiqueSki and run BoutiqueSkiApp.java.

alt text

About

Exercice de modélisation d'une application de gestion d'articles de ski en Java. Suivant l'architecture en couches (BI, BLL, DAL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages