Zur Seitennavigation oder mit Tastenkombination für den accesskey-Taste und Taste 1 
Zum Seiteninhalt oder mit Tastenkombination für den accesskey und Taste 2 
Sitemap Switch to english language
Startseite    Login     
Informationen / Hilfe      Veranstaltungen      Personen     

Java EE Web Applications - Einzelansicht

Grunddaten
Veranstaltungsart Vorlesung Langtext
Veranstaltungsnummer 0431017 Kurztext 04IN1017
Semester SoSe 2023
Erwartete Teilnehmer/-innen 80 Max. Teilnehmer/-innen
Rhythmus jedes 2. Semester Belegung Belegpflicht
LV-Kennung (Lehrevaluation) 151199   Kurz-URL https://klips.uni-koblenz.de/v/151199
Hyperlink   Durchführungsart Präsenz
Weitere Links
OLAT course
Registration for project teams (until May 4th, 2023)
UML@Classroom - An Introduction to Object-Oriented Modeling
Handbuch der Java-Programmierung.
Information on JPA
JavaBeans Tutorial
Java EE 7 Tutorial
Java Server Faces Standard Tag Libarary Documentation
JPA Implementation patterns
Examples for programming with threads and synchronization
Sprache englisch
Belegungsfristen
1. Belegphase 20.03.2023 - 02.04.2023
Belegpflicht
3. Belegphase 21.04.2023 - 05.05.2023
Belegpflicht
Abmeldephase 20.03.2023 - 21.05.2023
Belegpflicht
2. Belegphase (O-Phase) 10.04.2023 - 16.04.2023
Belegpflicht
Termine Gruppe: [unbenannt] iCalendar Export für SOGo
  Tag Zeit Rhythmus Termin Prüfungs-
termin
Raum Gebäude / Karte Campus Lehrperson Sprache Bemerkung fällt aus am Max. Teilnehmer/-innen
Einzeltermine anzeigen
iCalendar Export für SOGo
Mo. 10:00 bis 12:00 woch 17.04.2023 bis 24.07.2023  G 310 Gebäude G Koblenz        
Gruppe [unbenannt]:
 


Zugeordnete Person
Zugeordnete Person
Zuständigkeit
Riediger, Volker , Dr. verantwortlich
Studiengänge
Abschluss
Studiengang Semester Prüfungsversion Studienphase
Bachelor of Science B.Sc. Informatik KO (2012) 3 - 6 2012
Bachelor of Science BSc Wirtschftsinf. 2017 3 - 6 2017
Bachelor of Science B.Sc. Computervisualistik KO (2012) 3 - 6 2012
Master of Science M.Sc. Informatik KO (2012) 1 - 3 2012
Master of Science MSc Wirtschaftsinf. 2017 1 - 3 2017
Master of Science M.Sc. Computervisualistik KO (2012) 1 - 3 2012
Master of Science MSc eGovernment 2017 1 - 3 2017
Master of Science M.Sc. Web Science KO (2012) 1 - 3 2012
Master of Science M.Sc. Informatik KO (2019) 1 - 3 2019
Bachelor of Science B.Sc. Informatik KO (2019) 3 - 6 2019
Bachelor of Science B.Sc. Wirtschaftsinformatik KO (2019) 3 - 6 2019
Master of Science M.Sc. Wirtschaftsinformatik KO (2019) 1 - 3 2019
Bachelor of Science B.Sc. Computervisualistik KO (2019) 3 - 6 2019
Master of Science M.Sc. Computervisualistik KO (2019) 1 - 3 2019
Master of Science M.Sc. E-Government KO (2019) 1 - 3 2019
Master of Science M.Sc. Web and Data Science KO (2019) 1 - 3 2019
Prüfungen / Module
PrüfungsNr
ModulKz Prüfung / Modul ECTS PO-Version Standort Prüfung für Studiengänge
431017 04IN1017 JavaEE Web-Applikationen (gültig ab: 01.10.2013) 6 0 KO Bachelor of Science Computational Social Scie (2023), Bachelor of Science Computervisualistik (2006), Bachelor of Science Computervisualistik (2012), Bachelor of Science Computervisualistik (2019), Bachelor of Science Informatik (2006), Bachelor of Science Informatik (2012), Bachelor of Science Informatik (2019), Bachelor of Science Wirtschaftsinformatik (2012), Bachelor of Science Wirtschaftsinformatik (2017), Bachelor of Science Wirtschaftsinformatik (2019), Master of Science Computervisualistik (2012), Master of Science Computervisualistik (2019), Master of Science E-Government (2017), Master of Science E-Government (2019), Master of Science Informatik (2012), Master of Science Informatik (2019), Master of Science Mathematical Modeling, Si (20194), Master of Science Math. Modeling (20142), Master of Science Math. Modeling (20184), Master of Science Web and Data Science (2019), Master of Science Web Science (2012), Master of Science Wirtschaftsinformatik (2012), Master of Science Wirtschaftsinformatik (2017), Master of Science Wirtschaftsinformatik (2019)
Zuordnung zu Einrichtungen
Institut für Informatik
Institut für Softwaretechnik
FB 4 - Informatik
Inhalt
Lerninhalte

Selected topics:

  • Differences between Java SE and Java EE
  • Architecture of Java EE Applications
  • Execution environments
  • Deployment of applications
  • Java EE API overview
  • Enterprise Java Beans (EJB)
  • Persistency with Java Persistency API (JPA)
  • Business logic: EJB variants
  • User interfaces: Java Server Faces (JSF)
  • Java EE Containers and their Services

In the accompanying exercise/laboratory course, students will solve practical problems in small programming tasks. Topics of the lecture part are repeated and illustrated by excerpts of real applications.

Literatur
  • Java EE 7 Tutorial
  • Gerti Kappel, Birgit Pröll, Siegfried Reich, and Werner Retschitzegger,
    editors. Web Engineering. John Wiley & Sons, Chichester, England, 2006.
  • Guido Krüger: Handbuch der Java-Programmierung. 6. Auflage, Addison-Wesley, 2009
  • Gottfried Vossen. Datenmodelle, Datenbanksprachen und Datenbankmanagementsysteme, 
Addison-Wesley, 2000
  • Oliver Ihns, Dierk Harbeck, Stefan M. Heldt, Holger Koschek: EJB 3 professionell. dpunkt, 2007.
Voraussetzungen

Participants have to be fluent in object oriented Java programming. Additionally, basic knowledge of databases and SQL is required. This course demands a high amount of self-study.

Leistungsnachweis

The examination is done in form of a homework. Students have to implement a JavaEE Web Application and hand in a complete project in source code, including a project manual. The size of the application is around 5.000 lines of Java/XHTML code.

The homework has to be completed in teams of 3 to 5 students.

The teams have to present their solution (user interface as well as code) in a review meeting (30 minutes presentation approx.).

Zielgruppe

JavaEE Web Applications is an elective course (Wahlpflichtveranstaltung) for all BSc/MSc programs of the Computer Science Faculty. Additionally, this course can be chosen by MEd students (Wahlpflichtmodul im Modul 10 bzw. Modul 11).



Zu dieser Veranstaltung gehört folgende Übung
Nr. Beschreibung SWS
0431017 Exercises/Laboratory course for Java EE Web Applications 2

Strukturbaum
Keine Einordnung ins Vorlesungsverzeichnis vorhanden. Veranstaltung ist aus dem Semester SoSe 2023 , Aktuelles Semester: SoSe 2024

Impressum

Datenschutz

Erklärung zur Barrierefreiheit

QIS, LSF und HISinOne sind Produkte der HIS eG

Problem melden

Hilfe

User auf Server node1: 566