| View: | [ 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Tips |
- The Benefits of Java EE5 by Daniel Rubio - [Clicks: 55]
This article by Daniel Rubio clearly explains many of the advantages Java EE 5 offers for developers, showing the advantages of the new platform's changes. Annotations, EJB3 (including persistence), and changes in the web tier (including the standardization of JSF) are the main highlights.
http://www.theserverside.com/tt/articles/article.tss?l=BenefitsJavaEE5 - Dec, 2006 - Java Technologies for Web Applications by Dana Nourie - [Clicks: 40]
This article provides an overview of the Java technologies involved in creating various types of web applications, tells you when you might decide to use them, and provides links to get you started. Future articles will cover how to use these technologies in building web applications. To use the technologies described in this article, download Java Development Kit (JDK) 5.0 Update 9 with Java Platform, Enterprise Edition (Java EE) or later and install it on your computer.
http://java.sun.com/developer/technicalArticles/tools/webapps_1/ - Nov, 2006 - Building in J2EE Performance during the Development Phase by Steven Haines - [Clicks: 41]
When building a car, is it premature to test the performance of your alternator before the car is assembled and you try to start it? Obviously the answer is No, it’s not premature. The same principle holds for application development.
http://www.developer.com/design/article.php/3618691 - Jul, 2006 - Java EE 5 Performance Management and Optimization by Steven Haines - [Clicks: 28]
Make performance and optimization a priority in building your application instead of an afterthought.
http://www.developer.com/design/article.php/3617666 - Jun, 2006 - Web Tier to Go With Java EE 5: Introducing the EL #{...} Syntax by Pierre Delisle, Jennifer Ball - [Clicks: 37]
The fifth article of the Java EE 5 platform series discusses the new unified expression language's support for the dollar-sign and pound syntaxes (aligning JSP and JavaServer Faces technologies), satisfying the needs for both immediate and deferred expressions, and for preserving backwards compatibility.
http://java.sun.com/developer/technicalArticles/J2EE/poundsyntax/ - Jun, 2006 - Solving common Java EE performance problems by Steven Haines - [Clicks: 46]
In this article, an excerpt from Pro Java EE 5 Performance Management and Optimization, (Apress, May 2006) Steven Haines shares the common problems he faces when performance-tuning enterprise Java applications.
http://www.javaworld.com/javaworld/jw-06-2006/jw-0619-tuning.html - Jun, 2006 - Implementing Service-Oriented Architectures (SOA) With Java EE 5 SDK by Gopalan Suresh Raj, Binod P.G., Keith Babo, Rick Palkovic - [Clicks: 55]
This article presents architectural concepts and language constructs necessary to developing a SOA composite application in Java EE 5. It then presents an example application, deployed in the Java Business Integration (JBI) environment. The example uses HTTP/SOAP binding components and WS-BPEL and Java EE service engines, illustrating how these components can be orchestrated to solve a business problem.
http://java.sun.com/developer/technicalArticles/WebServices/soa3/ - May, 2006 - JSF and JSP: What's New in Java EE 5 by Ed Burns, Jan Luehe, Frank Sommers - [Clicks: 52]
Ed Burns is co-specification lead for JSR 252, JavaServer Faces 1.2, and Jan Luehe leads JSR 245, Java Server Pages 2.1. Artima interviewed the two spec leads on April 14, 2006, and then in a subsequent email exchange, about new JSF and JSP features included in Java EE 5. Burns and Luehe discuss the JSP and JSF common expression language, AJAX, and the role annotations play in dependency injection.
http://www.artima.com/lejava/articles/jsf_jsp.html - May, 2006 - Update: An Introduction to the Java EE 5 Platform by John Stearns, Roberto Chinnici, Sahoo - [Clicks: 54]
This white paper is based on the article "Introduction to the Java EE 5 Platform," which originally appeared on the java.sun.com site in February 2006. This version includes data from two studies that compared development on Java 2 Platform, Enterprise Edition (J2EE) 1.4 with Java Platform, Enterprise Edition (Java EE) 5 and a new section on packaging Java EE 5 platform applications. The sections on web service support and JavaServer Faces technology have been greatly expanded, with two new JAXB 2.0 examples and an extensive JavaServer Faces example.
http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/ - May, 2006 - Web Tier to Go With Java EE 5: A Look at Resource Injection by Ryan Lubke - [Clicks: 27]
The focus of the Java Platform, Enterprise Edition (Java EE) 5 is ease of development, with the goal of making typical application tasks simpler. An important new feature that helps fulfill this goal is support for annotations. Annotations enable injecting dependencies, resources, services, and life-cycle notifications into a Java EE 5 platform application. This fourth article of the series describes how the platform's web-tier technologies support injection through Java technology annotations to simplify access to resources, environment data, and life-cycle control.
http://java.sun.com/developer/technicalArticles/J2EE/injection/ - May, 2006 - Unified Expression Language for JSP and JSF by Krishna Srinivasan - [Clicks: 194]
This article looks at the unified expression language (EL), which has been added to the JavaServer Pages Standard Tag Library (JSTL) specification in order to overcome problems when integrating the JavaServer Pages (JSP) EL with the JavaServer Faces (JSF) EL.
http://today.java.net/pub/a/today/2006/03/07/unified-jsp-jsf-expression-language.html - Mar, 2006 - Web Tier to Go With Java EE 5: Summary of New Features in JavaServer Faces 1.2 Technology by Jennifer Ball, Ed Burns - [Clicks: 143]
The first article of the "Web Tier to Go With Java EE 5" series summarizes new features in JavaServer Pages (JSP) 2.1 technology. As that article describes, the biggest contribution of JSP technology is better alignment with JavaServer Faces technology, which was accomplished by unifying the two expression languages (ELs). Alignment with the JSP framework is also one of the more important achievements of JavaServer Faces 1.2 technology, developed through JSR 252. In addition to these changes, JavaServer Faces technology contributes a host of other significant ease-of-use features. This article briefly describes the more substantial ones, which include the following: * Alignment with JSP technology; * Ease-of-use improvements in support for custom messages; * Improved state-saving behavior; * Ability to turn off generation of component client IDs; * New setPropertyActionListener Tag.
http://java.sun.com/developer/technicalArticles/J2EE/jsf_12/ - Feb, 2006 - Web Tier to Go With Java EE 5: Summary of New Features in Java Standard Tag Library (JSTL) 1.2 by Pierre Delisle, Jennifer Ball - [Clicks: 42]
The first article of the "Web Tier to Go With Java EE 5" series summarizes new features in JavaServer Pages (JSP) 2.1 technology. The maintenance release of the Java Standard Tag Library (JSTL) 1.2 also contributes significantly to the Java EE platform. First, JSTL is now part of the Java EE 5 platform. This means that you don't need to bundle JSTL with your web applications anymore. If you do have a copy of the JSTL library bundled with your application, the library provided by the container takes precedence. Second, the goal of the maintenance review of JSTL was to support the alignment work done on the JavaServer Pages (JSP) and JavaServer Faces 1.2 specifications, which the previous article in this series discusses. This article provides an overview of how JSTL 1.2 contributes to the alignment of the web-tier technologies.
http://java.sun.com/developer/technicalArticles/J2EE/jstl/ - Feb, 2006 - Introduction to the Java EE 5 Platform by John Stearns, Roberto Chinnici, Sahoo - [Clicks: 42]
Read about streamlined features and added convenience in the Java EE 5 platform that help improve performance, reduce development time, and get products to market sooner.
http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/ - Feb, 2006 - Web Tier to Go With Java EE 5: Summary of New Features in JSP 2.1 Technology by Pierre Delisle, Jennifer Ball - [Clicks: 28]
In this series of articles, web-tier proponents at Sun introduce the new concepts that every web-application developer should be familiar with to get the most out of the Java EE 5 web-tier technologies. This first article in the series gives an overview of the new features introduced in version 2.1 of JSP technology.
http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/ - Feb, 2006 - Using Dependency Injection in Java EE 5.0 by Debu Panda - [Clicks: 82]
Dependency injection, or inversion of control (IOC), is today's latest development craze. IOC containers such as Spring have become popular because they simplify the complexities of enterprise Java that come mostly from Java Naming and Directory Interface (JNDI). In this article, I'll discuss how you can use dependency injection in the upcoming Java EE 5.0 specification for resources and services. I migrated the J2EE 1.4 Blueprint application Java Adventure Builder to use EJB 3.0, web services metadata, and dependency injection; I'll use this application to illustrate concepts in this article.
http://www.onjava.com/pub/a/onjava/2006/01/04/dependency-injection-java-ee-5.html - Jan, 2006
- Pro Java EE 5 Peformance Management and Optimization
by Steven Haines - [Clicks: 11]
Pro Java EE 5 Performance Management and Optimization features proven methodology to guarantee top-performing Java EE 5 applications, and explains how to measure performance in your specific environment. The book also details performance integration points throughout the development and deployment lifecycles that are crucial for application success. For QA and preproduction stages, this book guides you through testing and optimally deploying your Java EE 5 applications, with a focus on assessing capacity and discovering saturation points. It defines the concept and application of wait-based tuning -- one of the most effective approaches to application server tuning. The book also helps you assess and improve the health of your applications upon deployment. The topics covered include trending, forecasting, and capacity assessing and planning. When production issues arise, you’ll be armed with troubleshooting methodology and solutions to common problems that have been observed in real-world environments. This book even guides you through the creation of a formal Java EE 5 Performance Management Plan—customized to your environment to help you interpret and react to changing trends in usage patterns.
Apress, Hardcover - May, 2006
- Document Handling in Web Services Applications by Deep Singh - [Clicks: 17]
Java EE provides various technology choices for handling XML documents. Three of these technologies are Java Architecture for XML Binding (JAXB), Streaming API for XML (StAX), and the Document Object Model (DOM) API. This Tech Tip compares these choices, and shows the technologies in use in a sample application.
http://java.sun.com/developer/EJTechTips/2006/tt0527.html#2 - May, 2006 - Porting Java WSDP 2.0-Based Web Services to Java EE 5 by Vijay Ramachandran - [Clicks: 8]
This Tech Tip describes what you need to do to change a JAX-WS-based web service developed using Java WSDP 2.0 and deployed on the J2EE 1.4 platform so that it can be ported to the Java EE5 platform.
http://java.sun.com/developer/EJTechTips/2006/tt0429.html#1 - Apr, 2006