Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 695 Bytes

weatherapp

Uygulama özellikleri

  • Kullanıcı isteğine göre REST ile YAHOO API veya WEATHERMAP API üzerinden run-time olarak sınıfın oluşturulması
  • Request ve Response bilgilerini Singleton sınıf üzerinden thread-safety olacak şekilde TXT veya PDF dökümanı olarak kayıt etmesi
  • JSON String verisini Entity modellerine çevrilmesi DTO Mapping
  • Hava durumu bilgisinin ekrana yazdırılması

https://www.tutorialspoint.com/design_pattern/factory_pattern.htm

https://www.geeksforgeeks.org/design-patterns-set-1-introduction/

https://stackoverflow.com/questions/1688099/converting-json-data-to-java-object

https://www.callicoder.com/java-singleton-design-pattern-example/