Servlet 3.0: A Sneak Preview
Find out which features in the upcoming Servlet 3.0 specification will affect a major change in the way developers build Java web applications.
JAX-RS: The Java API for RESTful Web Services
This article reviews two popular JAX-RS frameworks, Jersey and Apache CXF, and provides some basic examples that illustrate how to build, deploy, and execute RESTful web services.
JAX-RS: The Java API for RESTful Web Services
This article reviews two popular JAX-RS frameworks, Jersey and Apache CXF, and provides some basic examples that illustrate how to build, deploy, and execute RESTful web services.
Securing Your Java ARchive (JAR) Files
If your JAR needs the capability to access resources outside the JVM, sign it. The user can then feel secure in granting the required permission for your JAR to perform its actions.
Securing Your Java ARchive (JAR) Files
If your JAR needs the capability to access resources outside the JVM, sign it. The user can then feel secure in granting the required permission for your JAR to perform its actions.
Project Lombok: Put an End to Java Verbosity
The introduction of Project Lombok, a combination compile-time and development-time code generator, has made Java POJO verbosity history. Add Lombok to your daily coding practices, and you won't go back.
Java ARchive (JAR) Files 101
JAR is the Java way of compressing a file. Learn how to use some basic and advanced features of this fundamental tool.
Non-Blocking I/O Made Possible in Java
Java SE7 "Dolphin" release is nearing and we're chomping at the bit. So let's dig in and review non-blocking IO, a feature of java.nio (New I/O) package that is a part of Java v1.4, v1.5 and v1.6 and we'll also take a peek at the java.nio.file (NIO.2) package.
Java ARchive (JAR) Files 101
JAR is the Java way of compressing a file. Learn how to use some basic and advanced features of this fundamental tool.