JavaCake is a desktop-based application designed for inexperienced programmers who are either interested in learning the basics of the Java programming language and also for NUS students without Java experience who are going to take CS2113T. The application breaks down the wordy online documentation into smaller snippets of information to make learning the language less intimidating. You can easily and quickly jump from topic to topic by typing inside the in-built command line interface.
On top of that, quizzes of various difficulties can be found at the end of each topic to test your understanding. Not only that, JavaCake keeps track of your quiz attempts and records your progression.
-
This is a desktop Learning Java Tutorial application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
-
It has a multi-view system, where you can view the content, deadlines and list of notes simultaneously.
-
It has waifus
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.