Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdelporte/javaonraspberrypi
Sources and scripts for the book "Getting started with Java on the Raspberry Pi"
https://github.com/fdelporte/javaonraspberrypi
Last synced: 3 days ago
JSON representation
Sources and scripts for the book "Getting started with Java on the Raspberry Pi"
- Host: GitHub
- URL: https://github.com/fdelporte/javaonraspberrypi
- Owner: FDelporte
- License: apache-2.0
- Created: 2019-08-19T19:14:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T14:23:10.000Z (about 1 month ago)
- Last Synced: 2024-11-09T18:51:56.418Z (11 days ago)
- Language: Java
- Homepage: https://webtechie.be/books/
- Size: 165 MB
- Stars: 75
- Watchers: 11
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Getting started with Java on Raspberry Pi
In this project you can find all the sources and scripts described in the book ["Getting started with Java on the Raspberry Pi" which is available on Leanpub](https://leanpub.com/gettingstartedwithjavaontheraspberrypi/).## Content
Everything is organized according to the chapters in the book.Within each chapter you will find (but not always all of them):
* A README file like this on, with more info about the content of the chapter itself, links to related articles and more.
* One "scripts" directory with scripts e.g. to install Java on the Pi.
* One "schemes" directory with Fritzing files with the wiring of the projects in the chapter.
* "java-..." directories, depending on the content:
* Only .java-files: code you can run without the need to compile (with Java 11+).
* A new directory structure with a "pom.xml" in the root: a full Maven Java project.
* "javafx-..." directories: a full Mavan JavaFX project.
* "arduino-..." directories: an Arduino project.## Chapters
* 1: Introduction
* 2: Tools used in the book and example projects
* 3: Selecting an IDE for Java development
* 4: Info and history of Java and how to install on the Raspberry Pi
* 5: Information about the pins on a Raspberry Pi
* 6: What is Maven and how we are going to use it
* 7: What is JavaFX and some sample applications
* 8: Bits and bytes and how to use them
* 9: Pi4J the perfect connector between Java and hardware
* 10: Spring to control the Pi via web services
* 11: Queues allow you to control multiple Pi's and Arduinos