A kiválasztott változat és az aktuális verzió közötti különbségek a következők.
Előző változat mindkét oldalon Előző változat Következő változat | Előző változat | ||
tanszek:oktatas:iss_t [2023/05/14 16:33] knehez |
tanszek:oktatas:iss_t [2024/03/11 09:43] (aktuális) knehez |
||
---|---|---|---|
Sor 1: | Sor 1: | ||
- | ====== Integrated Software Systems and Testing - GEIAL51C-Ma ====== | + | ====== Integrated Software Systems and Testing ====== |
+ | ^ **Course Title: Integrated Software Systems and Testing** ^^ | ||
+ | ^ Description ^ This course provides an in-depth exploration of the principles and practices involved in integrating and testing software systems. Students will learn about the challenges and methodologies associated with building reliable, scalable, and interoperable software systems. Through a combination of theoretical concepts and practical exercises, the course covers various integration strategies and tools, essential for modern software development and quality assurance. ^ | ||
+ | ^ Semester ^ Spring 2024 ^ | ||
+ | ^ Neptun code ^ GEIAL51C-Ma ^ | ||
+ | ^ Instructor ^ Dr. Károly Nehéz, assoc. prof. ^ | ||
+ | ^ Credit Hours ^ 2+2 ^ | ||
+ | ^Attendance Requirement^ Students are required to attend at least 60% of the scheduled classes to be eligible for the course signature.^ | ||
+ | ^Final presentation^ At the end of the semester, students will present their projects to the class. A complete project submission includes source code, documentation, test cases.^ | ||
+ | ^Examination^ The examination is written, and students will receive some theoretical questions and one practical task from the studied material. ^ | ||
* [[tanszek:oktatas:iss_t:Lecture notes|Lecture notes]] | * [[tanszek:oktatas:iss_t:Lecture notes|Lecture notes]] | ||
- | * [[Test]] | + | * [[Test| Tasks]] |
- | * [[Questions]] | + | * [[Questions|Examination questions]] |
- | ==== Recommended readings ==== | + | === Books and other readings === |
- | === Tutorials === | + | * {{tanszek:oktatas:informacios_rendszerek_integralasa:soaintegration.pdf|SOA Based Enterprise Integration}} |
- | == Basic Java == | + | * http://www.eaipatterns.com/ |
+ | |||
+ | ==== Tutorials ==== | ||
+ | === Basic Java - programming tutorials === | ||
* Oracle's Java tutorial: http://docs.oracle.com/javase/tutorial/java/index.html | * Oracle's Java tutorial: http://docs.oracle.com/javase/tutorial/java/index.html | ||
* Basics: {{tanszek:oktatas:quick_java_programming_tutorial_via_exercises.doc|}} | * Basics: {{tanszek:oktatas:quick_java_programming_tutorial_via_exercises.doc|}} | ||
Sor 14: | Sor 26: | ||
* Interfaces vs. Abstract classes: http://tutorials.jenkov.com/java/interfaces-vs-abstract-classes.html | * Interfaces vs. Abstract classes: http://tutorials.jenkov.com/java/interfaces-vs-abstract-classes.html | ||
* Annotations: http://tutorials.jenkov.com/java/annotations.html | * Annotations: http://tutorials.jenkov.com/java/annotations.html | ||
- | + | === Jakarta Enterprise - specification tutorial === | |
- | * Java interview questions: http://www.tutorialspoint.com/java/java_interview_questions.htm | + | |
- | == JEE == | + | |
* http://www.mastertheboss.com/ -- JBoss general tutorials | * http://www.mastertheboss.com/ -- JBoss general tutorials | ||
* JBoss ESB tutorial http://www.mastertheboss.com/jboss-esb/78-jboss-esb.html | * JBoss ESB tutorial http://www.mastertheboss.com/jboss-esb/78-jboss-esb.html | ||
* JBoss ESB beginers guide {{tanszek:oktatas:informacios_rendszerek_integralasa:jboss_esb_beginners_guide.pdf|}} | * JBoss ESB beginers guide {{tanszek:oktatas:informacios_rendszerek_integralasa:jboss_esb_beginners_guide.pdf|}} | ||
- | Enterprise integration patterns | ||
- | |||
- | * http://www.eaipatterns.com/ | ||
- | |||
- | === Book === | ||
- | * {{tanszek:oktatas:informacios_rendszerek_integralasa:soaintegration.pdf|SOA Based Enterprise Integration}} | ||
- | |||
- | Depricated materials: | ||
- | |||
- | * [[TCP Socket connection]] | ||
- | * [[Java RMI]] | ||
- | * [[Chat server with Java RMI]] | ||
- | * [[JBoss Application server]], Servlets | ||
- | * [[JPA|JPA (java persistence) example]] | ||