Projekt:2020/Informatik LK: Unterschied zwischen den Versionen

Aus Informatik-Box
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 38: Zeile 38:
** [https://desktop.github.com/ GitHub Desktop] (kostenfreies Git-Programm von [https://github.com GitHub])
** [https://desktop.github.com/ GitHub Desktop] (kostenfreies Git-Programm von [https://github.com GitHub])
** [https://www.sourcetreeapp.com/ SourceTree] (kostenfreies Git-Programm)
** [https://www.sourcetreeapp.com/ SourceTree] (kostenfreies Git-Programm)
* [https://www.umlet.com UMLet]
* UML
** [https://www.umlet.com UMLet]


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

Version vom 1. September 2020, 14:16 Uhr

Wichtige Links

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
  • UML

Kollaboration