본문 바로가기

개발

자바와 라즈베리 파이, 아두이노로 만드는 DIY 네스트 자바와 라즈베리 파이로 만드는 DIY 네스트 / How to Build Your Own $3.2bln Nest Startup Using Java SE Embedded Tech As we all saw recently, the company that starts with the letter "G" up Highway 101 in Mountain View bought Nest Labs for $3.2 billion (with a "b"), maker of the Internet of Things (IoT) Nest thermostat. Well, here's your chance in this new Java SE Embedded IoT blog series, to learn how to build your.. 더보기
JDK 1.8 / Java 8 (자바 8)의 새 기능 주요 기능 및 특징과 설명 New features #5 JDK 1.8 / Java 8 (자바 8)의 새 기능 주요 기능 및 특징과 설명 New features #5 (5/5) Category : core/i18n, core/net, core/sec, web/jaxp New and Key features / 새 기능과 주요 특징 Category : core/i18n 1 Improve Locale Data Packaging and Adopt Unicode CLDR Data Create a tool to convert LDML (Locale Data Markup Language) files into a format usable directly by the runtime library, define a way to package the results into mod.. 더보기
Java SE 8 Date and Time (자바 8의 날짜와 시간 API 변경 내용) Why do we need a new date and time library? A long-standing bugbear of Java developers has been the inadequate support for the date and time use cases of ordinary developers. For example, the existing classes (such as java.util.Date and SimpleDateFormatter) aren’t thread-safe, leading to potential concurrency issues for users—not something the average developer would expect to deal with when wri.. 더보기