1. Java Concurrency from docs.oracle.com
Computer users take it for granted that their systems can do more
than one thing at a time. They assume that they can continue to work in a
word processor, while other applications download files, manage the
print queue, and stream audio. Even a single application is often
expected to do more than one thing at a time. For example, that
streaming...
Showing posts with label IoT-Networking. Show all posts
Showing posts with label IoT-Networking. Show all posts
Monday, September 3, 2018
Monday, September 03, 2018
Java Concurrency
Monday, September 03, 2018
Java EE 7: Building Web Applications with WebSocket, JavaScript and HTML5
Purpose
how to create an
application that uses the WebSocket API for real-time communication
between a client and a server:
Create a Java Platform, Enterprise Edition 7 (Java EE 7) application that uses the WebSocket API
Use the OnOpen and OnMessage WebSocket lifecycle events to perform different actions on the Java EE 7 application.
Define a client-side WebSocket endpoint by using JavaScript
Operate...
Tuesday, August 8, 2017
Tuesday, August 08, 2017
Apache MINA Spring

1-What is Apache MINA?
Apache MINA (Multipurpose Infrastructure for Network Application) is
an open source java network application framework. MINA is can be used
to create Scalable, high performance Network applications. MINA provides
unified API's for various transports like TCP, UDP, Serial
communication,...
Friday, June 23, 2017
Friday, June 23, 2017
Java DateTimeFormatter
ThingWorx: Datetime format to be used in JavaScript with parseDate
The format strings used by the parseDate function are based on Java's DateTimeFormatter class.
See https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html for more information about format strings.
Format strings used by parseDate are case sensitive.
Some of the common placeholders...
Friday, April 14, 2017
Friday, April 14, 2017
Network Messaging Java

1- JMS
Java Message Service is an API which supports the formal communication called as messaging between computers on a network. It provides a common interface for standard message protocols and message services in support to the Java programs. It provides facility to create, send and...
Tuesday, September 13, 2011
Tuesday, September 13, 2011
Socket Programming

Introduction
Acknowledgements
Hello World
A Bidirectional Implementation with Telnet Client
Cygwin
Introduction
Sockets are interfaces that can "plug into" each other over a network. Once so "plugged in", the programs so connected communicate.This article discusses only simple aspects of stream...
Sunday, February 20, 2011
Sunday, February 20, 2011
Java Networking

1. OSI Model To The TCP/IP Model
www.thebryantadvantage.com OSI TCPIP Model Mapping
...
Saturday, December 18, 2010
Saturday, December 18, 2010
Bộ giao thức TCP/IP, Ipv4, Ipv6

Ngày nay, cùng với sự phát triển lớn mạnh của Internet thì bộ giao thức nền của nó TCP/IP cũng trở nên phổ biến ở mọi lúc, mọi nơi. TCP/IP phát triển đến mức mà đôi khi người ta còn quan niệm rằng bộ giao thức này là bộ giao thức bắt buộc đối với các hệ điều hành và các ứng dụng mạng lớn. Để giải đáp...