Information below is not for the current semester.
The current semester can be found here.
Semester: summer 2020/21
Lectures:
Mon 9:00 (in Czech), online (Teams) (Petr Hnětynka)
Mon 14:00 (in English), online (Teams) (Petr Hnětynka)
Labs:
Wed 12:20 (in Czech), online (Teams)
Wed 12:20 (in English), online (Teams)
Page in SIS: NPRG021
Grading: Credit and exam
Lectures:
Mon 9:00 (in Czech), online (Teams) (Petr Hnětynka)
Mon 14:00 (in English), online (Teams) (Petr Hnětynka)
Labs:
Wed 12:20 (in Czech), online (Teams)
Wed 12:20 (in English), online (Teams)
Page in SIS: NPRG021
Grading: Credit and exam
General information
- the course will be taught remotely
- the lectures will be held via the Teams and the practicals via online group consultations
- the code to access the lectures was distributed via the email from the SIS to the subscribed students
- in case you have not received it, send an email to Petr Hnětynka
Practicals/labs
- Sign yourself to a practical using the information system
- who is not signed to a practical within first three weeks of the semester will not receive “zápočet”
- Information for those who do not want to attend the practicals
- if you do not want to attend practicals, you can also sign yourself to the “virtual” practical
- for the “virtual"practical, there are the same requirements and deadline as for the “regular” ones
- if you repeat the course the requirements you fulfilled the previous
year can be accepted (but only in the scope of a single study)
- explicitly write about it to the teacher of the particular practical (within first three weeks of the semester)
- if you did not write the home project program, the topic is not
automatically accepted
- but it is not necessary to think out a new one; you can propose the original one
- implementations of exercises from the practicals will be available in Teams
- WARNING: commonly there are incomplete implementations
Exam and “zápočet”
- Exam is a written test
- To obtain “zápočet” it is necessary to create a home project program and successfully pass the practical programming test
- Next, there will be home-works assigned during the semester (each week a single homework)
- It is necessary to submit at least half of homeworks
- Homeworks will be announced during practicals and submitted via Teams
- The home project has to non-trivially exploiting a covered technology.
- The project has to be appropriately complex.
- The topic of the project has to be agreed (by email) with the lecturer till 21st May 2021. “Agreed” means that the topic is suggested by a student and confirmed by the lecturer.
- The project should be submitted till the end of June; the latest
deadline is 21st September 2021.
- The project is submitted by email; only if it is necessary the project is shown personally.
- The project is submitted as a zip archive, which contains:
- sources,
build.xml
file for ant (allows compilation, javadoc generation, and execution of the project),- Maven or Gradle can be used too
- user documentation (as a plain-text or html or pdf) so the project can be launched and tested,
- explicitly specified version of Java, which is necessary for
compilation and execution (ideally specified directly in
build.xml
orpom.xml
)
Course synopsis
- GUI
- In-depth view of the Java language
- Reflection API
- Generics, annotations
- ClassLoaders, Security
- Distributed technologies: RMI,…
- Component model JavaBeans
- Java Enterprise Edition: Servlets, EJB, Spring,…
- Java Micro Edition: Java for mobile and embedded systems, CLDC, MIDP, MEEP
- RTSJ
- Other Java technologies: Java APIs for XML, JDBC, JMX,…
- Other languages compiled to Java bytecode (Kotlin,…)
- Android
Slides and examples shown during lectures and practicals
- they are available in the Teams team