SSE (Server Sent Events) is a Web Pushing technology which was developed under HTML 5 technology. So, what is Pushing? Pushing It is a transmission of data sets which of them are sent at regular intervals or in any time …
Concurrency Utilities (JSR 236) is a new Java EE standard that comes with the Java EE 7 specification. This standard is about the presentation of Executor API which was introduced with Java 1.5 as container-side and managed objects. Executor API is located under the High …
Concurrency Utilities (JSR 166) standardı, Java EE 7 ana belirtim altında getirilen yeni bir Java EE standardıdır. Bu standart Java 1.5 ile sunulan Executor API’nin konteyner taraflı yönetimli nesneler olarak sunulmasını konu almaktadır. Executor API, Oracle tarafından sunulan Java SE …
In the previous article , we talked about how to form simple JSON array and objects. Now I want to mention how to transfer Json objects and arrays into an I/O environment (this may be a file system or network environment) …
SSE (Server Sent Events), HTML5 teknolojisi içinde geliştirilen bir Web Pushing teknolojisidir. Peki Pushing nedir? Pushing Sunucu uygulama üzerinden belirli aralıklarla güncellenen veri kümelerinin, web tarayıcının talebi olmadan, sunucu – – – > tarayıcı yönünde iletilmesidir. Twitter güncellemelerinin web sayfasında …
Merhabalar; Bir önceki yazıda basit JSON dizi ve nesnelerinin nasıl oluşturulabileceğinden bahsetmiştik. Şimdi ise, var olan bu nesnelerin bir I/O ortamına (bu dosya sistemi veya ağ ortamı olabilir) nasıl kazınacağı, ve hali hazırda bir I/O ortamında bulunan JSON veri kümesinin, …
Java Api for JSON Processing (JSON-P) , Java EE 7 ile birlikte gelecek olan ve halihazırda geliştirimi sürdürülen 353 numaralı (JSR-353) Java standardıdır. Kısaltma olarak JSON-P denmiş ama bu kısaltma JSON Padding ile karıştırılabilir olduğu için pekte uygun görünmüyor. Bu …