This tip will show you how to implement and configure new authentication mechanisms in the
GlassFish v2 servlet container. [
Read More]
This tip covers the jMaki event mechanism. You'll learn about the concepts that underlie the event mechanism and how to take advantage of the event mechanism to easily interact with widgets.[
Read More]
In this tip, you'll learn the basics of WS-SecureConversation, a web services specification designed to enable secure communication between web services. The tip also presets an example that demonstrates how to enable secure conversations for a web service through the WS-SecureConversation support in Metro.
[
Read More]
This Tech Tip describes how to develop an application client that references multiple web services that implement any combination of web services programming models.[
Read More]
This Tech Tip covers some of the basic concepts underlying Session Initiation Protocol (SIP) and SIP servlets. It also presents a sample application that uses SIP servlets and HTTP servlets to provide Voice-over-IP (VoIP) phone service.[
Read More]
This Tech Tip illustrates an application that uses a stateful session bean and an entity manager with an extended persistence context. [
Read More]
Where can you find hot technologies, open-source communities, and job opportunities? Sun is looking for students who are ready to innovate and create the future. For more information see the
Student Developers Page
This Tech Tip shows how to build secure web services and clients using the Kerberos support in Metro. [
Read More]
This tip demonstrates how to use the JAX-WS Maven plugin to develop web services.[
Read More]
Over the years, the Enterprise Java Technologies Tech Tips have covered a wide variety of enterprise Java technology topics. Here's a short quiz that tests your knowledge of some topics covered in recent Tech Tips. You can find the answers at the end of the quiz.[
Read More]
This tip will show you how to enable the GlassFish v2 application server as an Secure Sockets Layer (SSL) server.[
Read More]
This Tech Tip shows you how to write RESTful web services in Java that conform to the
JAX-RS: Java API for RESTful Web Services (JSR-311) specification and its reference implementation -
Jersey. [
Read More]
The 2008 JavaOne Conference call for papers is open. Submit your proposal today. The deadline is November 16, 2007. Get more information
here.
Web Services Interoperability Technology (WSIT) is an implementation of open web services technologies that enables interoperability between Java EE and .NET. WSIT along with Java API for XML-Based Services (JAX-WS) comprise the stack of web services technologies in GlassFish v2. The web services stack in GlassFish v2 is called Project Metro or Metro for short. In this tip, you'll build and run an interoperability test in which a Metro-based client communicates with a .NET Windows Communication Foundation (WCF)-based service.[
Read More]
The Dynamic Faces framework brings the power of Ajax to traditional JavaServer Faces Technology (often abbreviated as JSF) applications. With Dynamic Faces, you can add Ajax functionality to a JSF application with little or no JavaScript. This tip will show you how you can use Dynamic Faces to build a real-time, stock query application that does client-side polling. [
Read More]