├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Batuhan Düzgün 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Proje ve Doküman Linkleri 2 | 3 | Ders Notları: 4 | 5 | https://github.com/kodluyoruz-java101-29022020/ders-notlari 6 | 7 | 8 | 9 | Java Grameri, Veri Tipleri, Operatörler 10 | 11 | https://github.com/kodluyoruz-java101-29022020/datatypes-operators 12 | 13 | 14 | 15 | Döngü ve Karar Mekanizmaları 16 | 17 | https://github.com/kodluyoruz-java101-29022020/ip.processors 18 | 19 | 20 | 21 | Dizi ve Matris İşlemleri 22 | 23 | https://github.com/kodluyoruz-java101-29022020/matrice_array.samples 24 | 25 | 26 | 27 | Nesne ve Sınıf Kavramı Giriş 28 | 29 | https://github.com/kodluyoruz-java101-29022020/objects-classes 30 | 31 | 32 | 33 | Java ile Zaman ve Tarih İşlemleri 34 | 35 | https://github.com/kodluyoruz-java101-29022020/date-and-time-examples 36 | 37 | 38 | 39 | OOP Prensipleri - 1 (Sınıf, Nesne, Kalıtım ve Kurucu Metot Kavramları) 40 | 41 | https://github.com/kodluyoruz-java101-29022020/chapter2-class-object-inheritance 42 | 43 | 44 | 45 | OOP Prensipleri - 2(Kalıtım, Soyutlama, Çokbiçimlilik, Kapsülleme, Arayüzler) 46 | 47 | https://github.com/kodluyoruz-java101-29022020/chapter2-abstraction 48 | 49 | https://github.com/kodluyoruz-java101-29022020/chapter2-interface-sample 50 | 51 | https://github.com/kodluyoruz-java101-29022020/chapter2-hierarchical-inheritance 52 | 53 | 54 | 55 | Java ile Hata Yönetimi 56 | 57 | https://github.com/kodluyoruz-java101-29022020/chapter2-exception-management 58 | 59 | 60 | 61 | Java Enum'ları 62 | 63 | https://github.com/kodluyoruz-java101-29022020/chapter3-enums 64 | 65 | 66 | 67 | Java'da "final" Anahtar Kelimesi 68 | 69 | https://github.com/kodluyoruz-java101-29022020/chapter3-final-keyword 70 | 71 | 72 | 73 | Java Generic Veri Tipleri 74 | 75 | https://github.com/kodluyoruz-java101-29022020/chapter3-generics 76 | 77 | 78 | 79 | Java Comparable ve Comparator Arayüzleri 80 | 81 | https://github.com/kodluyoruz-java101-29022020/chapter3-comparable-comparator 82 | 83 | 84 | 85 | Java Collection Framework 86 | 87 | https://github.com/kodluyoruz-java101-29022020/chapter3-enumeration-iterator 88 | 89 | https://github.com/kodluyoruz-java101-29022020/chapter3-list-interface 90 | 91 | https://github.com/kodluyoruz-java101-29022020/chapter3-set-interface 92 | 93 | https://github.com/kodluyoruz-java101-29022020/chapter3-map-hashmap-treemap 94 | 95 | 96 | 97 | 98 | 99 | Java Çok Kanallı Programlama 100 | 101 | https://github.com/kodluyoruz-java101-29022020/chapter4-multithreading 102 | 103 | 104 | 105 | Java ile SOLID Prensipleri 106 | 107 | https://github.com/kodluyoruz-java101-29022020/chapter4-solid-principles 108 | 109 | https://github.com/kodluyoruz-java101-29022020/chapter4-ecommerce-project 110 | 111 | 112 | 113 | JDBC API ile CRUD İşlemler (Mysql + MongoDB) 114 | 115 | https://github.com/kodluyoruz-java101-29022020/chapter4-database-basic-sample 116 | 117 | https://github.com/kodluyoruz-java101-29022020/chapter5-mysql-sqlfiles 118 | 119 | https://github.com/kodluyoruz-java101-29022020/hafta4-5-JDBC-MultiThreading 120 | 121 | 122 | 123 | Spring Framework Giriş 124 | 125 | Dependency Injection, Inversion of Control ve Aspect Oriented Programming 126 | 127 | https://github.com/kodluyoruz-java101-29022020/chapter6-spring-basics 128 | 129 | 130 | 131 | Hibernate ve Spring Framework, Transaction Yönetimi 132 | 133 | https://github.com/kodluyoruz-java101-29022020/chapter5-spring-hibernate 134 | 135 | 136 | 137 | Çoklu İlişkisel Veri Tabanlarında Transaction Yönetimi (MySQL + Postgres) 138 | 139 | https://github.com/kodluyoruz-java101-29022020/chapter6-multiple-database-config 140 | 141 | 142 | 143 | Spring Boot Giriş + REST Servisleri + Integration Test + Mock Test 144 | 145 | https://github.com/kodluyoruz-java101-29022020/chapter6-spring-boot 146 | 147 | 148 | 149 | Spring Framework ile SOAP Servisleri 150 | 151 | https://github.com/kodluyoruz-java101-29022020/chapter7-spring-soap-ws 152 | 153 | 154 | 155 | Java Servlet Kavramı 156 | 157 | https://github.com/kodluyoruz-java101-29022020/chapter7-servlet-basics 158 | 159 | 160 | 161 | Java Server Pages Web Projesi 162 | 163 | https://github.com/kodluyoruz-java101-29022020/chapter7-javaserverpage-basics 164 | 165 | 166 | 167 | Java Server Faces Web Projesi 168 | 169 | https://github.com/kodluyoruz-java101-29022020/chapter7-javaserverfaces-basics 170 | 171 | 172 | 173 | Spring ile Web Projesi (Etiket ve XML Tabanlı Konfigürasyonlar Entegrasyonu) 174 | 175 | https://github.com/kodluyoruz-java101-29022020/chapter-7-spring-web-project 176 | 177 | 178 | 179 | Spring Boot ile Thymeleaf Entegrasyonu 180 | 181 | https://github.com/kodluyoruz-java101-29022020/chapter6-spring-boot 182 | 183 | 184 | 185 | Spring Boot ile Servlet, JSP, JSF Entegrasyonu 186 | 187 | https://github.com/kodluyoruz-java101-29022020/chapter7-springboot-servlet-jsp-jsf-integration 188 | --------------------------------------------------------------------------------