Skip to content

Releases: Binoui/training-java

Spring Security + REST controller + Jax RS

11 May 12:31

Choose a tag to compare

Features :

  • Webapp secured with Spring Security
  • New controller for web services REST
  • CLI is now using web services

Spring MVC

23 Apr 07:56

Choose a tag to compare

Features :

  • DAOs using JDBCTemplate
  • Servlet are now Spring MVC controllers
  • Custom error pages
  • Internationalisation

Web UI with Spring

12 Apr 13:28

Choose a tag to compare

Now using Spring !

  • Autowiring of DAO/Services
  • Use of DataSource instead of previous connection manager
  • Spring transactions for computers and company deletion

Web UI with basic features

09 Apr 13:01

Choose a tag to compare

Version 0.3.1
New features :

  • Edit computer
  • Delete computer
  • Search computers names / company names
  • Sort computer list by columns
  • Company delection with transaction in CLI
  • Connection pool using HikariCP

Web UI first version

26 Mar 12:24

Choose a tag to compare

First release of a Web UI for ComputerDatabase.
Features :
- Dashboard with computer list
- Create computer with server-side validation

Release 1

15 Mar 13:05

Choose a tag to compare

Basic functionnalities implemented
Can list computers / companies
Can add, update and delete computers
Simple CLI