본문 바로가기
728x90

오래된글/Articles48

Introduction to servlet 3 new features Introduction to servlet 3.0 new features The servlet 3.0 specification has come up with many new and exciting features. This article explains the major changes since the previous specification. Web framework pluggability Servlet API is the building block of the Java web applications. Almost all the java web application frameworks build on top of the Servlet API. Examples are Sp.. 2018. 4. 19.
SIP Servlet SIP(Session Initial Protocol)는 두 엔드포인트 사이에 세션을 설정, 수정하고 종료할 때 쓰이는 시그널링 프로토콜이다. SIP는 양자간 호출, 다자간 호출 심지어 인터넷 호출/멀티미디어 호출/멀티미디어 배포를 위한 멀티캐스트 세션을 설정할 때도 사용한다. SIP Servlet(JSR 116) API는 SIP 구성요소 .. 2018. 4. 19.
Introduction of JDK 7 JDK 7 Version Plan Project Coin (JSR TBD) InvokeDynamic (JSR 292) Fork/Join Framework Mid 2011 Strict Verification Parallel Class Loaders Transfer Queues Phasers Unicode 6.0 Swing Nimbus XRender Pipeline ECC Swing J Layer More New I/O (J SR 203) JDBC 4.1 TLS 1.2 Enhanced Locales SDP & SCTP JDK 8 Version Plan Project Jigsaw Project Lambda Late 2012 Type Annotations (JSR 308) Bul.. 2018. 4. 19.
Inspecting HotSpot JVM Options Inspecting HotSpot JVM OptionsIntroductionA method for inspecting the comprehensive set of HotSpot JVM options and some examples comparing different outputs.BackgroundThe Oracle JVM provides an enormous spectrum of options to control the runtime JVM. These options are given a criminally short and non-comprehensive discussion at the OTN here. OTN divides these options into three.. 2018. 4. 19.
RESTful Web Services with RESTeasy JAX-RS on Tomcat 7 – Eclipse and Maven project RESTful Web Services with RESTeasy JAX-RS on Tomcat 7 – Eclipse and Maven project원본 문서: http://www.javacodegeeks.com/2011/01/restful-web-services-with-resteasy-jax.html The RESTful approach of developing web services is constantly gaining more and more attention and seems to be pushing SOAP into deprecation. I am not going to discuss which approach is better, but I be.. 2018. 4. 19.
Three Common Application Performance Challenges for Developers Three Common Application Performance Challenges for Developers원문: http://java.dzone.com/articles/three-common-application Java is a great language. It manages memory for you, teaches us about object-oriented programming, and makes us better coders as we use it. Plus, it really is a ‘write once, run anywhere’ language. Nonetheless, Java applications can run into a few co.. 2018. 4. 19.
728x90