Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boisgera/poo-java
Programmation Orientée Objet avec Java
https://github.com/boisgera/poo-java
java oop svg
Last synced: 3 months ago
JSON representation
Programmation Orientée Objet avec Java
- Host: GitHub
- URL: https://github.com/boisgera/poo-java
- Owner: boisgera
- Created: 2019-03-30T16:26:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T08:39:35.000Z (over 1 year ago)
- Last Synced: 2024-10-31T08:42:51.469Z (3 months ago)
- Topics: java, oop, svg
- Language: JavaScript
- Homepage:
- Size: 85.6 MB
- Stars: 6
- Watchers: 4
- Forks: 11
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Programmation orientée objet avec Java
================================================================================[![Build Status](https://github.com/boisgera/POO-Java/workflows/main/badge.svg)](https://github.com/boisgera/POO-Java/actions)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-open-blue.svg?logo=gitpod)](https://gitpod.io/#https://github.com/boisgera/POO-Java)
[![Run on Repl.it](https://img.shields.io/badge/Repl.it-open-blue.svg?logo=repl-dot-it&logoColor=white)](https://repl.it/github/boisgera/POO-Java)
[![Chat on gitter](https://img.shields.io/badge/Gitter-chat-blue.svg?logo=gitter)](https://gitter.im/POO-Java/community#)## 🧭 Contexte
- [Origine de Java](https://boisgera.github.io/POO-Java/Origine%20Java.html)
([📗 PDF](https://boisgera.github.io/POO-Java/Origine%20Java.pdf))- [Java aujourd'hui](https://boisgera.github.io/POO-Java/Java%20aujourd'hui.html)
([📗 PDF](https://boisgera.github.io/POO-Java/Java%20aujourd'hui.pdf))## 💡 Concepts et langage
- [Java procédural](https://boisgera.github.io/POO-Java/Java%20Impératif.html#/title-slide.html)
([📗 PDF](https://boisgera.github.io/POO-Java/Java%20Impératif.pdf))- [Programmation orientée objet](https://boisgera.github.io/POO-Java/POO.html) ([📗 PDF](https://boisgera.github.io/POO-Java/POO.pdf))
- [Java objet](https://boisgera.github.io/POO-Java/Java-avance.html)
([📗 PDF](https://boisgera.github.io/POO-Java/Java-avance.pdf))## 🖥 Environnement de développement
- [Terminal (ligne de commande)](https://boisgera.github.io/POO-Java/Compilation-Exécution-Archivage.html)
([📗 PDF](https://boisgera.github.io/POO-Java/Compilation-Exécution-Archivage.pdf))- [Repl.it](https://boisgera.github.io/POO-Java/Environnement.html)
([📗 PDF](https://boisgera.github.io/POO-Java/Environnement.pdf))- [BlueJ](https://boisgera.github.io/POO-Java/BlueJ.html)
([📗 PDF](https://boisgera.github.io/POO-Java/BlueJ.pdf))
([télécharger BlueJ](https://www.bluej.org/))- [Visual Studio Code](https://code.visualstudio.com/) + [Java Extension Pack](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack) ([documentation](https://code.visualstudio.com/docs/languages/java))
Autres IDEs : [IntelliJ IDEA](https://www.jetbrains.com/idea/), [Apache Netbeans](https://netbeans.apache.org/), etc.
## 🏗 Projet
- 🖌 [Scalable Vector Graphics (SVG)](projet)
## 💬 Espace de discussion
- 💬 [Gitter](https://gitter.im/POO-Java/community#) (login GitHub requis)
## 📚 Documentation externe
### Documentation officielle (Oracle, en anglais) :
- [Java Development Kit (version 16)](https://docs.oracle.com/en/java/javase/16/),- [The Java tutorials](https://docs.oracle.com/javase/tutorial/).
### Autre documentation
- [Java programming cheat sheet](https://introcs.cs.princeton.edu/java/11cheatsheet/) ("Programming in Java", Princeton)
- [Développons en Java (J.-M. Doudoux)](http://www.jmdoudoux.fr/java/dej/index.htm)
([📗 PDF](http://jmdoudoux.fr/java/dej/dej_2_20.pdf))- Apprenez à programmer en Java (cysboy) ([📗 PDF](http://user.oc-static.com/pdf/10601-apprenez-a-programmer-en-java.pdf))