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

Links
 

Today's Page Hits: 848

Main | Next page »
Friday Dec 11, 2009
DataSource Resource Definition in Java EE 6
This Tech Tip covers a new datasource definition resource introduced in Java EE 6 that you can declare portably for database connectivity across any Java EE 6-compatible application server. The tip shows you how to create a datasource definition using either annotations or deployment descriptors. It also includes a sample application that demonstrates the use of these features. [Read More]
Posted at 09:12AM Dec 11, 2009 by edort in datasource  |  Comments[7]

Monday Nov 30, 2009
Asynchronous Support in Servlet 3.0
This Tech Tip introduces the asynchronous support that has been added to the Servlet API in Java Servlet 3.0 technology. It also includes a sample application that demonstrates those features. [Read More]
Posted at 09:23AM Nov 30, 2009 by edort in Servlet API  |  Comments[4]

Monday Nov 16, 2009
POST-REDIRECT-GET and JSF 2.0
This Tech Tip shows you how to implement the POST-REDIRECT-GET (PRG) pattern in JavaServer Faces 2.0 technology. [Read More]
Posted at 09:34AM Nov 16, 2009 by edort in JavaServer Faces (JSF) technology  |  Comments[8]

Friday Oct 30, 2009
Using CDI and Dependency Injection for Java in a JSF 2.0 Application
This Tech Tip illustrates the use of three powerful technologies in the Java EE 6 platform: Contexts and Dependency Injection, Dependency Injection For Java, and JavaServer Faces 2.0. [Read More]
Posted at 09:07AM Oct 30, 2009 by edort in JavaServer Faces (JSF) technology  |  Comments[7]

Friday Sep 11, 2009
Locking and Concurrency in Java Persistence 2.0
This Tech Tip highlights the new locking and concurrency features in JPA 2.0 and provides an application that demonstrates these capabilities.[Read More]
Posted at 09:26AM Sep 11, 2009 by edort in Enterprise Java technology  |  Comments[3]

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[19]

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[2]

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[15]

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[22]

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[8]

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[6]

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[12]