Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1002 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 1002 Bytes

ACA 2016 - Java

This repository contains the source code resources for a Java bootcamp style course that was taught in 2016 through the University of Central Arkansas' Arkansas Coding Academy. The course curriculum was designed and developed by Chad Files.

Contents

The root directories contain a examples from different part of the course. Here is an overview:

  • ACA2016: This is the main portion of the course. It contains a NetBeans project structure along with source files that show examples of Java's basic features.
  • ChinookManager: This is a JSP application that sits in front of the Chinook Database. Its purpose is to show how to use make a simple MVC application in Java.
  • ChinookSpring: Another example of how to build a web application in Java. This time with the Spring framework.
  • ChinookSwing: A Java Swing application to display how to build desktop UIs with Java.