Currently there are 4 modules:
- spring-core-booking-service - simple booking service app using spring core framework. There are xml and annotation based config inside. Imbedded DB is configured as well.
- spring-core-hometask-skeleton - bare booking service project skeleton with no spring.
- spring-advanced-booking-service - further development of booking service app - now web mvc module is added and app is web - deployable. Spring web, security, rest services are used.
- spring-advanced-booking-service-skeleton - skeleton with configured DB, spring context but with no web implementations