• Stars
    star
    1
  • Language
  • Created almost 5 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ich demonstriere den Entwurf einer Anwendung mit GUI am Beispiel eines einfachen Adressbuchs. Als Grundlage orientiere ich mich dabei an der MVC-Architektur

More Repositories

1

Spring-MVC

1
star
2

Java-Database-Connectivity

1
star
3

parameterized-classes

Methods, attributes and overload in parameterized classes
1
star
4

BeobachterEntwurfsmuster-Weckdienst

1
star
5

Servlet-JSP

1
star
6

e-commerce-Programm

1
star
7

Polymorphie

Vielgestaltigkeit. Im Zusammenhang mit Programmiersprachen spricht man von Polymorphie, wenn Programmkonstrukte oder Programmteile f¨ur Objekte (bzw. Werte) mehrerer Typen einsetzbar sind.
1
star
8

Classification-and-Subtyping

Manages a List of geometric figures
1
star
9

Sortieren-und-Filtern-von-Aktiendepots

1
star
10

Typing

Lever out type test via Casting, Normalerweise erlaubt der Compiler ja nur Aufrufe, die für den Ausdruck, auf dem aufgerufen wird, auch sicher definiert sind. Bei einem Cast ist es anders herum: Der Compiler akzeptiert jeden Cast, der evtl. funktionieren kann.
1
star
11

Betriebssystem-Semaphoren

1
star
12

MAC-Adress-scanning-with-regular-expressions

in Java
1
star
13

Server-implementing-with-Threads

Parallele Bedienung von Clients durch einen Server
1
star
14

Model-View-and-Controller

Zusammenfügen der Klassen EggTimerModel, EggTimerCanvas, EggTimerController und EventBasedTimer zu einem vollständigen Programm mit grafischer Oberfläche
1
star
15

enumeration-types

representation of planets, their number of moons and distance to the Sun through enumeration type
1
star
16

Streams

Bausteine zur Ein-und Ausgabe
1
star
17

Sorting-algorithms

Ripple Sort and Simple Sort
1
star
18

Quantum-Computing-with-Q-

1
star
19

Functional-Programming-with-Lambda-Expressions

1
star
20

Client-and-Server-for-system-time-per-Remote-Method-Invocation-RMI-

1
star
21

Java-Persistence-API

1
star
22

Threads-and-ThreadPool

software design pattern for achieving concurrency of execution in a computer program
1
star
23

Collatz-conjecture

The Collatz conjecture is a conjecture in mathematics that concerns a sequence defined as follows: start with any positive integer n. Then each term is obtained from the previous term as follows: if the previous term is even, the next term is one half the previous term. If the previous term is odd, the next term is 3 times the previous term plus 1. The conjecture is that no matter what value of n (here from 1 to 100), the sequence will always reach 1.
1
star
24

Threads-Bankanwendung

Bankkontoverwaltung durch Threads
1
star
25

AJAX-and-async-POST-Requests

Asynchronous (in Ajax) processes incoming requests in a constant event stack and sends small requests one after the other without waiting for responses. In other words, asynchronous ajax call allow the next line of code to execute, whereas synchronous call stop JavaScript execution until the response from server.
1
star
26

Pakete-und-Kapselung

Personenverwaltung Firma (Zur Einübung von Pakettierung und Kapselung)
1
star