728x90 분류 전체보기970 non-blocking 소켓 non-blocking 통신 구현에 JSSE와 NIO 사용하기 SSL blocking 작동이 non-blocking 작동 보다 I/O 에러 공지에 더 낫지만 non-blocking 작동은 호출 쓰레드를 지속시킨다. 이 글에서 클라이언트와 서버 양 측면을 모두 다룰 것이며 Java Secure Socket Extensions (JSSE)과 Java NIO (새 I/O) 라이브러리를 사용하여 non-blockin.. 2018. 4. 9. Nail 이미지 생성 클래스 import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGEncodeParam; import com.sun.image.codec.jpeg.JPEGImageEncoder; import java.awt.Component; import java.awt.Graphics2D; import java.awt.Image; import java.awt.MediaTracker; import java.awt.Toolkit; import java.awt.image.BufferedImage; import java.io.FileNotFoundException; import java.io.FileOutputStrea.. 2018. 4. 9. Lessons learned from getting .NET to REST with Java On a recent project I had to call Java REST services from a .NET Client. Several problems came up – ranging from authentication to hidden performance issues. I want to share my lessons learned and encourage you to share your own opinions and experiences on this topic. The Context: REST to automate analysis processes in Continuous IntegrationLet’s start by giving you some co.. 2018. 4. 9. JUnitParams 예전에 TestNG을 사용하면서 JUnit보다 발전된 단위 테스트 도구라고 생각했었습니다. 2가지 큰 차이가 있었는데 1. Test Annotation 지원(JUnit에서 지원하기 전부터) 2. Test Parameter 지원(Test을 위한 Data Set을 정해두고 Parameter로 전달 할수 있었음.) 1. 번은 현재 JUnit에서 지원하고 있지만 2 번은 아직.. 2018. 4. 9. JNI Hello World Program JNI? JNI는Java Native Interface의 약어입니다.Java의 프로그램으로부터 다른 언어(C언어나 C++언어등)로 개발된 native code의 프로그램을 이용하기 위한 API입니다. gcc가 인스톨되어 있지 않은 경우는 인스톨 CD 혹은http://gcc.gnu.org/로부터 다운로드해 인스톨 해 주세요. Sample 작성 Java file public class Hello.. 2018. 4. 9. JMX-Communication with Notifications Components of the JMX notification model MBean events are wrapped as notification objects and broadcast from MBeans. Notification listeners, like event listeners, register with MBeans in order to receive notifications, including user-deined notifications. Component Descripton Notification broadcaster An object that implements the javax.management.NotificationBroadcaster interfa.. 2018. 4. 9. 이전 1 ··· 148 149 150 151 152 153 154 ··· 162 다음 728x90