Projekt:2020/Informatik LK: Unterschied zwischen den Versionen

Aus Informatik-Box
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
=== Java Entwicklung ===
=== Java Entwicklung ===


* [https://BlueJ.org BlueJ]
* Entwicklungsumgebungen (IDEs)
* [https://javaeditor.de JavaEditor]
** [https://BlueJ.org BlueJ] (übersichtliche Java-IDE für Anfänger)
* [https://git-fork.vom Fork]
** [https://javaeditor.de JavaEditor] (umfangreiche Java-IDE mit gutem GUI-Designer)
* [https://git.ngb.schule Gitea]
** [https://www.jetbrains.com/idea/ IntelliJ IDEA] (umfangreiche, hochkomplexe Java-IDE für den professionellen Einsatz)
** [https://www.eclipse.org Eclipse] (umfangreiche, hochkomplexe Java-IDE für den professionellen Einsatz)
** [https://netbeans.org NetBeans] (umfangreiche, hochkomplexe Java-IDE für den professionellen Einsatz)
* Git
** [https://git.ngb.schule Gitea] (unser zentraler Git-Server)
** [https://git-fork.vom Fork] (kostenpflichtiges Git-Programm)
** [https://www.gitkraken.com/ GitKraken] (kostenfreies Git-Programm)
** [https://desktop.github.com/ GitHub Desktop] (kostenfreies Git-Programm von [https://github.com GitHub])
** [https://www.sourcetreeapp.com/ SourceTree] (kostenfreies Git-Programm)


=== Kollaboration ===
=== Kollaboration ===

Version vom 20. August 2020, 11:13 Uhr

Literatur

  • Lehrwerke
    • Informatik Band 2 - Modellierung, Datenstrukturen und Algorithmen (1. Auflage vor 2014), Schöningh Verlag, ISBN 978-3-14-037122-3
    • Informatik Band 3 - Netzwerkanwendungen, Informatik und Gesellschaft, Datenbanken und Theoretische Informatik (1. Auflage vor 2014), Schöningh Verlag, ISBN 978-3-14-037125-4
  • Zusätzliche Literatur
    • Informatik Band 1 - Einführungsphase (2. Auflage 2014), Schöningh Verlag, ISBN 978-3-14-037125-4

Tools

Java Entwicklung

  • Entwicklungsumgebungen (IDEs)
    • BlueJ (übersichtliche Java-IDE für Anfänger)
    • JavaEditor (umfangreiche Java-IDE mit gutem GUI-Designer)
    • IntelliJ IDEA (umfangreiche, hochkomplexe Java-IDE für den professionellen Einsatz)
    • Eclipse (umfangreiche, hochkomplexe Java-IDE für den professionellen Einsatz)
    • NetBeans (umfangreiche, hochkomplexe Java-IDE für den professionellen Einsatz)
  • Git

Kollaboration