개발 썸네일형 리스트형 자바 메시지(메시징) 웹소켓 : JMS over WebSocket 자바 메시지(메시징) 웹소켓 : JMS over WebSocket JMS over WebSocket http://www.parleys.com/play/52509ef4e4b0c4f11ec57671/about JMS 2.0 provides a simpler API for accessing your messaging infrastructure. When it is extended by the addition of WebSocket, users can choose from a variety of integration methods for robust, reliable asynchronous messaging between applications. This session shows how using WebSock.. 더보기 자바 JAVA ZIP UNZIP 압축파일 압축, 해제, 풀기, 비밀번호 파일 풀기 등의 소스와 방법 자바 JAVA ZIP UNZIP 압축파일 압축, 해제, 풀기, 비밀번호 파일 풀기 등의 소스와 방법 1) 표준 라이브러리 이용 import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; public class DeCompressZipFileExample { public static void main(String[] args) throws Exception{ String zipFile = "C:\\FileforJava\\zip_compressed_file.zip"; String outputFo.. 더보기 자바 넷빈즈를 이용하여 아마존 웹 서비스 쉽게 작업하기 Getting Started with Amazon Web Services in NetBeans IDE 자바 IDE인 넷빈즈를 이용하여 아마존 웹 서비스 쉽게 작업하기 When you need to connect to Amazon Web Services, NetBeans IDE gives you a nice start. You can drag and drop the "itemSearch" service into a Java source file and then various Amazon files are generated for you. From there, you need to do a little bit of work because the request to Amazon needs to be signe.. 더보기 이전 1 2 3 4 5 6 ··· 15 다음