February 01, 2011
Mark Wielaard: New GPG key.
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...
More »
February 01, 2011
Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!.
We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5.
This update contains the following security updates:
The IcedTea project provides a harness to build the source code from OpenJDK6 u...
More »
November/2024
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | | | | | | | |
|
|
Ed Ort Introduces the Java EE 6 Platform
In this week's java.net Spotlight, we're featuring Ed Ort's new three-part article series, Introducing the Java EE 6 Platform. Ed Ort is a Sun Developer Network staff writer; he's written extensively about database, programming, and web services technology.
Part 1 of the series looks at the goals of the Java EE 6 platform. These include:
More flexible technology stack
Enhanced extensibility
Further ease of development
Among the leading new Java EE 6 technologies, Ed cites the Java API for RESTful Web Services (JAX-RS), JSR 311. JAX-RS:
enables you to rapidly build lightweight web services that conform to the Representational State Transfer (REST) style of software architecture. An important concept in REST is the existence of resources, each of which can be referred to with a global identifier, that is, a URI. In particular, data and functionality are considered resources that can be identified and accessed through URIs. To manipulate these resources, components of the network, clients and servers, communicate through a standardized interface such as HTTP and a small, fixed set of verbs - GET, PUT, POST, and DELETE - and exchange representations of these resources.
Ed then provides an example of JAX-RS in action, in a code example.
Ed also covers Contexts and Dependency Injection (CDI), JSR 299, in Java EE 6:
These services allow Java EE components, including EJB session beans and JavaServer Faces...
Date: December, 21 2009
Url: http://www.java.net/blog/editor/archive/2009/12/21/ed-ort-introduces-java-ee-6-platform
Others News
|