Skip to content

dojo-java-programming/ou-projects-java-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming in Java 1

Introduction

At the Open Universiteit there is a course about Objectgeoriënteerd programmeren in Java 1.

Original Samples as Eclipse Projects

This project contains the original samples from the course material. They are located in the master branch. These contain Eclipse Projects specific files like .project, .classpath and sometime a directory .settings.

Samples as Maven Projects

The same samples are also available as one Maven Project (containing a Maven module, for each sample). This shows an example of Maven. Which is a good subject to study, when learning Java. They are available under the branch maven.

Why on GitHub ?

When learning Java and creating new projects, it is good to see how other do that. One of the first tool one need, is Source Code Management (SCM). It makes the live of an developer a lot easier, even when working on your own. Going back in history, trying out new things, is easy when working with an SCM. Let alone when working with multiple developers together on project(s). And the SCM tool these days to know is git.