Get tips on using enterprise Java technologies and APIs, such as those in Java Platform, Enterprise Edition (Java EE).
Enterprise Tech Tips
Archives
« July 2009
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: 1014

Main | Next page »
Friday Jun 26, 2009
A Sampling of EJB 3.1
This Tech Tip introduces a few of the exciting new features in Enterprise JavaBeans (EJB) technology 3.1. [Read More]
Posted at 08:33AM Jun 26, 2009 by edort in Enterprise JavaBeans Technology  |  Comments[0]

Friday Jun 12, 2009
A Common Ant Build File for Metro-Based Services and Clients
This Tech Tip describes the contents and operation of a common ant build file that simplifies the task of building and testing Metro-based services. [Read More]
Posted at 08:45AM Jun 12, 2009 by edort in Metro  |  Comments[0]

Monday Apr 13, 2009
Jersey and Spring
This tip shows you how to use Jersey's integrated support for Spring, a framework for building and running enterprise Java applications. You'll learn how to configure Spring with Jersey and use Jersey's Spring-related features.[Read More]
Posted at 10:37AM Apr 13, 2009 by edort in JAX-RS  |  Comments[9]

Monday Mar 30, 2009
Tech Tips Quiz
Here's a short quiz that tests your knowledge of some topics covered in recent Tech Tips. [Read More]
Posted at 09:06AM Mar 30, 2009 by edort in quiz  |  Comments[0]

Friday Mar 13, 2009
Converged Enterprise Applications
In this tip, you'll learn about converged enterprise applications and how the SIP Servlet API v1.1 specification simplifies the development of converged enterprise applications. You'll also find a sample converged enterprise application that demonstrates the concepts and techniques covered in this tip.[Read More]
Posted at 09:50AM Mar 13, 2009 by edort in Enterprise Java technology  |  Comments[3]

Thursday Feb 26, 2009
Consuming RESTful Web Services With the Jersey Client API
This tip shows you how to use the Jersey 1.0.2 Client API to consume HTTP-based RESTful Web Services. The Jersey 1.0.2 client API is an easy-to-use, high level, Java technology API that can help you write clients for any HTTP-based RESTful web service. [Read More]
Posted at 09:04AM Feb 26, 2009 by edort in web services  |  Comments[14]

Monday Jan 26, 2009
Enterprise Tech Tips Crossword

Over the years, the Enterprise Java Technologies Tech Tips have covered a wide variety of enterprise Java technology topics. Here's a crossword puzzle that tests your knowledge of some topics covered in recent Tech Tips.

[Read More]
Posted at 10:46AM Jan 26, 2009 by edort in Enterprise Java technology  |  Comments[1]

Tuesday Dec 02, 2008
Customizing JAXB
In this tip, you'll learn several ways of customizing or extending the default behavior of JAXB.[Read More]
Posted at 10:39AM Dec 02, 2008 by edort in Metro  |  Comments[3]

Friday Nov 14, 2008
Tech Tips Quiz
Here's a short quiz that tests your knowledge of some topics covered in recent Tech Tips. [Read More]
Posted at 09:07AM Nov 14, 2008 by edort in quiz  |  Comments[5]

Monday Oct 27, 2008
Configuring JSON for RESTful Web Services in Jersey 1.0
This tip shows you how to build a Jersey-based web application that returns information in JavaScript Object Notation (JSON) format. Jersey is an open-source, production-ready reference implementation of JAX-RS, the Java API for RESTful Web Services (JSR-311). [Read More]
Posted at 10:00AM Oct 27, 2008 by edort in Enterprise Java technology  |  Comments[9]

Tuesday Oct 14, 2008
Using WS-Trust Support in Metro to Secure Web Services
This tip focuses on the support in Metro for WS-Trust. You will learn the basics of WS-Trust and its Security Token Service (STS) framework. You'll also learn about the support in Metro for WS-Trust and STS. And you'll see how easy it is to take advantage of this support to secure a web service using Metro and the NetBeans IDE.[Read More]
Posted at 07:12PM Oct 14, 2008 by edort in web services  |  Comments[8]

Monday Sep 29, 2008
Securing Attachments With Metro 1.3
In this tip, you will learn how to secure a SOAP Messages with Attachments (SwA) attachment using the Metro 1.3 web services stack.[Read More]
Posted at 04:03PM Sep 29, 2008 by edort in web services  |  Comments[6]

Monday Sep 15, 2008
Enterprise Tech Tips Survey

We'd like your feedback on the Enterprise Tech Tips -- what you like, what you don't like, what you'd like to see in future tips. Please go to the survey and give us your feedback. Your responses will help us make the Tech Tips better serve your needs. The survey period is September 15 through September 30.

Posted at 09:20AM Sep 15, 2008 by edort in Enterprise Java technology  |  Comments[1]

True Abstraction: Composite UI Components in JSF 2.0 -- Part 2
Part 1 of this tip showed you how to create a composite UI component and use it in a web application. In Part 2, you will learn how to add functionality to the composite component that you created. [Read More]
Posted at 08:50AM Sep 15, 2008 by edort in JavaServer Faces (JSF) technology  |  Comments[0]

Friday Aug 29, 2008
True Abstraction: Composite UI Components in JSF 2.0 -- Part 1
This Tech Tip introduces a powerful new feature in JavaServer Faces (JSF) 2.0 technology: composite user interface (UI) components. This feature allows you to turn any collection of page markup into a JSF UI component -- with attached validators, converters, action listeners, and value change listeners -- for use by page authors.[Read More]
Posted at 05:29PM Aug 29, 2008 by edort in JavaServer Faces (JSF) technology  |  Comments[6]