Get tips on using enterprise Java technologies and APIs, such as those in Java Platform, Enterprise Edition (Java EE).
Enterprise Tech Tips
Archives
« May 2008
SunMonTueWedThuFriSat
    
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
31
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 485

Main | Next page »
Wednesday Apr 30, 2008
Adding Authentication Mechanisms to the GlassFish Servlet Container
This tip will show you how to implement and configure new authentication mechanisms in the GlassFish v2 servlet container. [Read More]
Posted at 10:52AM Apr 30, 2008 by edort in security  |  Comments[0]

Tuesday Apr 15, 2008
Working with jMaki Events
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]
Posted at 02:10PM Apr 15, 2008 by edort in jMaki  |  Comments[3]

Friday Mar 28, 2008
Secure Conversations for Web Services With Metro
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]
Posted at 11:29AM Mar 28, 2008 by edort in web services  |  Comments[0]

Friday Mar 14, 2008
Referencing Multiple Web Services From An Application Client
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]
Posted at 10:14AM Mar 14, 2008 by edort in Enterprise JavaBeans Technology  |  Comments[13]

Friday Feb 29, 2008
Adding Voice to Java EE With SIP Servlets
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]
Posted at 02:49AM Feb 29, 2008 by edort in Enterprise JavaBeans Technology  |  Comments[5]

Friday Feb 15, 2008
Extended Persistence Context in Stateful Session Beans
This Tech Tip illustrates an application that uses a stateful session bean and an entity manager with an extended persistence context. [Read More]
Posted at 02:56PM Feb 15, 2008 by edort in Enterprise JavaBeans Technology  |  Comments[2]

Monday Feb 04, 2008
Student Developers
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
Posted at 02:30PM Feb 04, 2008 by edort in Students  |  Comments[4]

Tuesday Jan 29, 2008
Building Kerberos-Based Secure Services Using Metro
This Tech Tip shows how to build secure web services and clients using the Kerberos support in Metro. [Read More]
Posted at 09:45AM Jan 29, 2008 by edort in web services  |  Comments[15]

Friday Jan 18, 2008
Using JAX-WS with Maven
This tip demonstrates how to use the JAX-WS Maven plugin to develop web services.[Read More]
Posted at 01:20PM Jan 18, 2008 by edort in web services  |  Comments[4]

Thursday Dec 20, 2007
Tech Tips Quiz
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]
Posted at 02:27PM Dec 20, 2007 by edort in Sun  |  Comments[0]

Friday Nov 30, 2007
Using SSL with GlassFish v2
This tip will show you how to enable the GlassFish v2 application server as an Secure Sockets Layer (SSL) server.[Read More]
Posted at 09:41AM Nov 30, 2007 by edort in security  |  Comments[2]

Friday Nov 16, 2007
Implementing RESTful Web Services in Java
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]
Posted at 09:27AM Nov 16, 2007 by edort in web services  |  Comments[0]

Tuesday Oct 30, 2007
2008 JavaOne Conference Call for Papers

The 2008 JavaOne Conference call for papers is open. Submit your proposal today. The deadline is November 16, 2007. Get more information here.

Posted at 01:55PM Oct 30, 2007 by edort in Sun  |  Comments[0]

Friday Oct 26, 2007
Testing Interoperability Between Metro and .NET
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]
Posted at 01:41PM Oct 26, 2007 by edort in Sun  |  Comments[0]

Client-Side Polling With Dynamic Faces
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]
Posted at 01:22PM Oct 26, 2007 by edort in Sun  |  Comments[3]