Sun Java Solaris Communities My SDN Account Join SDN
 
Java EE What's New Archive - 2007
Java EE: Do more with less work.
Platform for SOA and next-generation web applications.  

Java EE What's New Archive

 
2009 | 2008 | 2007 | 2006 | 2005

December
 
Java EE 5 SDK Update 4 Released This production-ready SDK includes Sun Java System Application Server 9.1 Update 1 featuring clustering support and intuitive administration with news and information at your fingertips. Watch the screencast.
 
Securing Applications With Identity Services, Part 2: Authorization Learn how to configure OpenSSO with identity services so as to allow users to perform tasks for which they have been authorized. Identity services are interfaces that support authentication, authorization, and other related services with SOAP or REST technology. Also read Part 1, which describes how to authenticate users with the interfaces.
 
Deploying PHP From Cool Stack in Sun Java System Web Server Take advantage of the Solaris OS benefits and deploy your web applications created with optimized PHP from Cool Stack in highly scalable, secure Sun Java System Web Server on Solaris OS! This article shows you how.
 
Tech Tip: Using SSL with GlassFish v2 This tip shows you how to enable the GlassFish v2 application server as an Secure Sockets Layer (SSL) server.
 
NetBeans IDE 6.0 NetBeans IDE 6.0 increases developer productivity with a smarter, faster editor, Ruby/JRuby/Ruby on Rails support, a new Visual Game Designer, and more.
 
November
 
Provisioning Sun Java System Application Server With N1SPS Need to swing a bigger hammer when deploying Sun Java System Application Server across your enterprise? Use Sun N1 Service Provisioning System 6.0 (N1SPS) Plug-In with the N1SPS extensible architecture. The plug-in makes it easy to install, configure, and manage application server installations across your enterprise.
 
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.
 
Deep Dive Video on jMaki jMaki is a lightweight framework that makes it easy to build Ajax-based web applications. Learn more in this Deep Dive with jMaki Project Lead Greg Murray.
 
Connecting Widgets in jMaki In her blog, Carla Mott describes how to use the publish/subscribe mechanism in jMaki to connect widgets for peer-to-peer and anonymous communication.
 
Adding a Google Map to a Sample JavaServer Faces Catalog Application In her blog, Carol McDonald demonstrates how to add a map to a sample store catalog application using JAX-WS, JavaServer Faces, and Enterprise JavaBeans 3.0.
 
Sun Java System Access Manager and Sun Java System Federation Manager FAQ Newly published are four sections—General, Administration Console, Authentication, and SSO and Sessions—on interoperability, user interfaces, password resets, certificates, single sign-on, and other topics. More sections are forthcoming.
 
GlassFish Podcast Listen to this two-part interview with Vivek Pandey on GlassFish web services.
 
Sample Application Using JAX-WS, JavaServer Faces, Spring, and Java Persistence APIs on Glassfish Learn how to use a catalog Spring bean and Java Persistence APIs to implement a catalog service that provides pagination of store items, and JAX-WS to expose this catalog service as a web service. Also read the previous blog that focuses on Enterprise JavaBeans 3.0.
 
Securing Applications With Identity Services, Part 1: Authentication By configuring OpenSSO, Sun's open-source project for Sun Java System Access Manager, you can authenticate users with identity-service interfaces that support SOAP/WSDL and REST. This article describes the procedure through an example application built with the NetBeans IDE.
 
 
 
October
 
Multilingual Support Available for Java EE Downloads Java EE 5 SDK Update 3, Java Application Platform SDK Update 3 Beta, and Sun Java System Application Server 9.1 now offer multilingual support. See translated documentation and view the Java EE Downloads page in Japanese and Simplified Chinese.
 
JavaOne Conference - Call for Papers Is Open Share your experience and expertise with the developer community. Submit your proposal today. Deadline is November 16, 2007.
 
Running PHP With Quercus in Sun Java System Web Server Learn how to configure and deploy Quercus, an open-source, Java technology implementation of PHP 5, as a web application within Web Server's web container so as to run PHP applications. The process involves only a few steps.
 
Ed Ort Interviews NetBeans Evangelist Roman Strobl In this Sun Tech Days Milan interview, Roman Strobl highlights the most significant new features in NetBeans IDE 6.0.
 
jMaki App Using Google Gears Read about the simple app Carla Mott built and demo'd at AjaxWorld, which uses Google Gears for local storage and sends data to the server upon user request.
 
Introducing the OpenDS Project OpenDS, an open-source project for a directory service that boasts ease of use and scalability, has made remarkable strides since its launch in 2005. Read about its goals, benefits, progress, and upcoming milestones.
 
Long Running Web Process (LRWP) in the Java Platform Using GlassFish LRWP is a protocol, similar to CGI but faster, used by a web server to communicate with its peers. In Making Java Technology Faster than C with LRWP, we showed that the Long Running Web Process (LRWP) implementation in Java using GlassFish was faster than the implementation in C and Xitami. This paper describes that LRWP implementation.
 
Looking for Scripting Resources? Look no further. Find scripts, wraps, languages...everything you need to do JavaScript, Ajax, Ruby, JavaFX, jMaki, PHP, Python, C, DTrace, and more.
 
Sample Catalog Application Using JRuby and Rails The RRCatalog sample application described in this blog demonstrates the usage of JRuby and Rails to implement pagination of data sets for a store catalog.
 
Get the Sun Web Developer Pack with Your GlassFish Update Now when you get the latest version of GlassFish from the GlassFish Update Center you also get the most up-to-date components of the Sun Web Developer Pack (SWDP).
 
Ask the Experts: NetBeans IDE 6.0 (Oct. 22-26) Got a question about NetBeans IDE 6.0? Post it during this session and get answers from key members of the NetBeans evangelism team.
 
Clustering in GlassFish Version 2 Looking for high availability and scalability in your enterprise web application deployments? Try the new clustering capability of the GlassFish V2 application server. This article tells you how it works.
 
Installing Sun Java System Application Server 9.1 in Solaris Zones Solaris zones provide isolated environments for application instances, but propagation among zones complicates installations and updates. This article helps you develop the best strategy for installing Sun Java System Application Server 9.1 (GlassFish V2) in Solaris zones.
 
New Look for SDN's Identity Management Hub Visit the redesigned developer site for Sun's identity management solutions: overview, downloads, and reference at your fingertips. More identity-centric content on Sun products and open-source projects is forthcoming! Be sure to check back often.
 
NetBeans: The IDE for All Developers Discover how the NetBeans IDE can provide easy drag-and-drop tools and widgets for web designers, as well as other types of developers who are using a variety of programming languages.
 
Installing, Configuring, and Deploying Sun Java System Access Manager the Simple Way This article describes how to install Sun Java System Access Manager and deploy it on Sun Java System Application Server (GlassFish), which takes only minutes to complete. Deployment works on most platforms on most containers that comply with Java Servlet 2.3. Have a try!
 
 
New: Update Center Download GlassFish add-on components and updates. Runtimes such as Apache Roller, Jersey, jMaki, JRuby on Rails, and Phobos are available. Check it out.
 
September
 
Restricting Access to Ajax Services This article highlights some techniques for restricting access to Ajax-based services. It then focuses on using URL-based API keys, which gives you fine-grained protection and allows you to track, meter, and restrict usage of a service.
 
Sun Tech Days Read blogs providing coverage of recent Sun Tech Days conferences in Boston, MA and Rome and Milan, Italy. The blogs detail GlassFish Day and technical sessions on NetBeans, Solaris, Ajax, jMaki, and more. Be sure to check back often as Sun Tech Days travels around the world.
 
Handling Chunked Requests in Sun Java System Web Server 7.0 With chunked transfer coding, HTTP/1.1 clients can break a message body into chunks of arbitrary lengths. This article describes with examples how Sun Java System Web Server 7.0 processes chunked requests and how you can handle those requests in your NSAPI plug-ins.
 
Using Java Persistence API Within a Visual Web Application NetBeans IDE 6.0, the Visual Web tools, and Java Persistence API (JPA) give you greater flexibility for writing database-dependent applications.
 
Java EE 5 SDK Update 3 This latest release includes Sun Java System Application Server 9.1 FCS (GlassFish V2), which features clustering, centralized administration, and comprehensive web services management support. Java Application Platform SDK Update 3 Beta also includes Open ESB V2 Preview 3, Portlet Container 2.0 Beta, and more. Read the overview for details. And download the SDKs now.
 
GlassFish V2 Launch Roundup GlassFish V2 is now available. See an overview of features and other blogs related to the GlassFish V2 release.
 
Sun and Microsoft Interoperate for Web Authentication, Part 3: Sun Java System Access Manager and Microsoft Outlook Web Access for Exchange Server 2003 Learn how to integrate Access Manager and OWA for single sign-on. Users can then authenticate with Access Manager and perform email tasks without logging in again. A big win in usability and time savings!
 
Ask the Experts: GlassFish V2 (Sept. 17-21) Glassfish V2 builds on the quality and feature richness of the initial GlassFish application server implementation, GlassFish V1, to provide higher value-add features for the enterprise. Got a question about GlassFish V2? Post it during the week of September 17 and get answers from GlassFish experts.
 
Achieving Interoperability with Ajax using Java and .NET Technologies While Ajax and the associated frameworks that allow rich internet applications to be created are growing in stature and power, it is highly recommended that you consider interoperability as a major factor in deciding how to build your applications.
 
 
 
August
 
Deep Dive: Project Tango, An Interview With Arun Gupta (Vodcast) Java.sun.com writer Ed Ort interviews Arun Gupta, Sun Technology Evangelist for Web Services and Next Gen Web Apps (a.k.a., Web 2.0), about Project Tango and how it enables web service interoperability between Java and .NET environments.
 
Tech Tip: EJB 3.0 Compatibility and Migration This Tech Tip shows you how applications written to the Enterprise JavaBeans 3.0 API can interact with legacy EJB applications, or how legacy applications can interact with the EJB 3.0 API. The tip, originally posted in February 2007, has drawn a lot of interest.
 
Enterprise Tech Tips Blog Enterprise Java Technologies Tech Tips are now available in blog format. It's easier than ever to give Sun feedback about the tips and share your feedback with others. Post your comments, and we'll respond.
 
A Tutorial on Applying Web-Service Security to EJB Applications Through a stock-quote sample, this comprehensive, three-part tutorial shows you how to use Sun Java System Access Manager and the Java Application Platform SDK with Tools bundle to secure web services based on Enterprise JavaBeans technology.
 
Configuring Portlets for Internationalization and Localization Enhance your portlets for the global audience! Through a sample portlet, this article describes the procedures for internationalization, localization, and deployment of internationalized portlets on Sun Java System Portal Server.
 
Mashup Styles, Part 2: Client-Side Mashups Learn how a client-side mashup works, and explore some of the considerations related to this mashup approach.
 
Sample Application Using JavaServer Faces Technology, Seam, and Java Persistence APIs on GlassFish Get a look into using the Seam application framework with Java EE technologies.
 
Sun and Microsoft Interoperate for Web Authentication, Part 2: Sun Java System Access Manager and SharePoint Portal Server 2003 This article shows you how to integrate SharePoint and Access Manager to achieve single sign-on. Subsequently, you can also administer through Access Manager the authorization policies of .NET applications that rely on Microsoft Internet Information Services (IIS).
 
July
 
End-to-End Tracing of Ajax/Java Applications Using DTrace This article shows how the Solaris DTrace tool can help trace Ajax applications, starting from the JavaScript code executed in a browser environment, to the Java back end on the server side, and beyond.
 
Project Tango: An Overview (PDF) Read this comprehensive overview of Project Tango (also known as Web Services Interoperability Technology (WSIT)), an open-source implementation of the key enterprise web services technologies that provide interoperability with .NET 3.0.
 
Tech Tip: Performance Regression Testing Using Japex and WSTest Learn how Japex, a micro-benchmark development and testing framework, allows you to write a micro-benchmark for a module, automatically execute the micro-benchmark, and produce results that identify performance impacts due to changes in the module.
 
Blog: Project Grizzly 1.5.1 Released Discover Project Grizzly, a Java New I/O API (NIO) framework for building scalable applications in the Java programming language.
 
Open-Source Portal Initiative at Sun, Part 5: JavaServer Faces Technology-Based Portlet Bridge The JSF Portlet Bridge Project is developing a JSF portlet integration library with which you can run and deploy JSF technology-based applications as JSR 168-complaint portlets. This article describes its design and binary, the procedure for modifying JSF applications to comply with JSR 168, and the tag library.
 
Screencast: Eclipse Europa and GlassFish See how to configure Eclipse 3.3 for GlassFish, deploy a web project, debug a JavaServer Pages page, and deploy a JAX-WS-compliant web service on GlassFish using the Eclipse IDE.
 
Fish for a Flat-Screen TV Contest Winner Announced Congratulations to Jason Lee, winner of a 52-inch LCD HD TV. Read about his winning entry.
 
Bragging Time: 883.66 JOPS@Standard on GlassFish V2 Sun Java System Application Server 9.1 (GlassFish V2) has posted the highest score ever for SPECjAppServer 2004 on a single Sun Fire T2000 Server.
 
Blog: Using JavaServer Faces, Spring 2.0, and Java Persistence APIs in an Application This sample store catalog application demonstrates the usage of JavaServer Faces technology, the new Java Persistence APIs, and Spring 2.0 to implement pagination of data sets.
 
June
 
Developing Secure Applications with Sun Java System Access Manager, Part 1: Basic Authorization Through an example along with sample code and screen shots, this article explains how to achieve a fine-grained authorization model with access levels for enterprise Java applications. All the configurations are based on Access Manager's out-of-the-box capabilities.
 
 
Sun Java EE Engine: Bridging Java EE Web Services and JBI Components Wondering how to bridge the gap between Java EE and JBI in a composite application deployed on GlassFish? The Sun Java EE Engine is the answer. It transparently exposes Java EE web services as service providers in the JBI environment.
 
 
The GlassFish Community Delivering a Java EE Application Server This article examines GlassFish history, the main new clustering feature in GlassFish V2, and GlassFish V3's modularity, speed, and openness to scripting containers such as Ruby, PHP, JavaScript, and others. Download GlassFish.
 
Authoring Community Services With Portal Server With the community capability in Sun Java System Portal Server 7.1 Update 1, you can create and share portals and collaborate through wikis and weblogs. This article also describes how to make collaborative tools available to portal users.
 
 
Using the Java Persistence API on the Desktop Learn how the Java Persistence API allows you to use POJOs in desktop applications.
 
 
Open-Source Portal Initiative at Sun, Part 4: Web Services for Remote Portlets This article introduces the WSRP Project's system and deployment architectures, describes its build and deployment processes, and walks you through the procedure for creating remote portlet windows.
 
Enterprise Java Technologies Tech Tips These technical tips explain Using Annotations in Web Applications and How to Get the Best Performance Out of a Java Persistence Implementation.
 
 
May
 
Download Sun Web Developer Pack: Release 2 Get Ajax, scripting, REST-based services, and now Propono (an Atom client and server library), plus bug fixes to all the existing components and updates to the NetBeans plug-ins.
 
WSIT Security Configuration Demystified See an overview of Web Services Interoperability Technology (WSIT) security configuration elements, including validators, RealmAuthenticator, CallbackHandlers, and more.
 
Securing a Java SE 6 Web Service This article explores the different ways you can secure a Java SE 6 web service using SOAP Message Security (Web Services Security).
 
 
GlassFish Application Server: Present and Future Get a technical overview of GlassFish V2 Beta and an architecture preview of GlassFish V3.
 
Java Persistence API 2.0—A Great Start Gets Better Read about the latest proposed enhancements for Java Persistence 2.0, including more flexible modeling, expanded object-relational mapping functionality, and more query language capabilities.
 
 
Mashup Styles, Part 1: Server-Side Mashups This series examines some of the most common approaches, or styles, for doing mashups. Part 1 focuses on server-side mashups and discusses the major design considerations related to this mashup style.
 
 
 
2007 JavaOne Conference Wrapup Visit the conference site to review highlights of the 2007 JavaOne Conference.
 
Java Application Platform SDK Update 3 Preview 2 This early access release provides these updates: Sun Java System Application Server 9.1 Beta 2, Open ESB 2.0 Beta 2, Sun Java System Access Manager 7.1 Patch 1 EA, and updates to Java BluePrints. Read the overview for details. And download it now.
 
Creating Web 2.0-Enabled Communities With Sun Java System Portal Server This article describes how Sun Java System Portal Server makes effective use of Web 2.0 features and concepts to help your users be more collaborative and productive.
 
Achieving SSO With Sun Java System Access Manager and SAML Standardized exchanges of authentication and authorization data by means of the Security Assertion Markup Language between an identity provider and a service provider form the basis of single sign-on. This article explains the concepts and the process using Sun Java System Access Manager 7.1 and SAP NetWeaver Enterprise Portal 2004s.
 
 
Fish for a Flat-Screen TV Blog about GlassFish for a chance to win a 52-inch LCD HD TV. Contest runs May 1-June 15, 2007.
 
April
 
Java Web Start Technology and Application Clients in the GlassFish Application Server Want to distribute your Java EE application client so that users can download and run it with a single mouse click? Learn how easy it is when you use the Java Web Start feature of the GlassFish app server.
 
Introducing the NetBeans Sample Catalog Browse the new NetBeans Sample Catalog for a comprehensive collection of NetBeans sample applications spanning the latest enterprise, web, mobile, and desktop technologies.
 
Ask the Experts (April 30-May 1): WSIT and Project Tango Got a question about Web Services Interoperability Technology (WSIT) and Project Tango—two efforts focused on delivering interoperability between Java EE and .Net.? Post it during this session and get answers from experts.
 
 
Integrating NetBeans IDE Profiler Into Sun Java System Web Server The NetBeans Profiler supports numerous profiling tasks that can help you debug memory or performance-related issues in applications. Working through the simple installation and configuration process is well worth the time and effort.
 
Top 10 Destinations for Enterprise Developers at the 2007 JavaOne Conference Here are 10 must-see destinations and some related recommendations for enterprise developers at the 2007 JavaOne conference.
 
Securing Site Access With CardSpace and OpenSSO: An Overview Extending OpenSSO with Windows CardSpace delivers a more secure authentication model than the traditional user name-password model. This article describes the benefits, basic architecture, and process flow of a lightweight implementation.
 
 
An Ajax-Mashup Sample Application on Sun Java System Web Server 7.0 This article showcases a sample application built with Ajax and mashup and describes how to compile and deploy that sample on Sun Java System Web Server 7.0.
 
Articles on netbeans.org Be sure to read these articles: Working With the Java DB (Derby) Database in NetBeans 5.5 and Portlet Creation Made Easy!
 
 
 
Enterprise Java Technologies Tech Tips See these tips on Securing Web Services Using WSIT and Using Security Annotations in Enterprise Beans.
 
The Open Possibilities of the 2007 JavaOne Conference Are you ready for the 2007 JavaOne conference, coming to San Francisco May 8 to 11? Kick off with Java University on May 7. Explore in-depth technical sessions and After Dark events.
 
 
 
March
 
Adding Ajax to JavaServer Faces Technology With Dynamic Faces Learn how to use Dynamic Faces, included in the new Sun Web Developer Pack, to add first-class Ajax support to your JavaServer Faces technology-based application.
 
Introducing Java Portlet Specifications: JSR 168 and JSR 286 This article highlights Java Portlet Specification 1.0 (JSR 168) and the associated software, Portlet Container 1.0 and the NetBeans Portlet Plug-in; also Java Portlet Specification 2.0 (JSR 286) in its draft state.
 
Open-Source Portal Initiative at Sun, Part 3: Portlet Container Portlet containers execute portlets and manage their life cycle. This article describes the Enterprise-Class Portlet Container Open Source Project and Portlet Container 1.0, recently developed for that project.
 
Java EE Blogs Read these blogs on GlassFish V2 Supported in IntelliJ Web Services Plug-in, Java and .NET Interoperability - Let's Just Do It, and Enabling Server Side Include (SSI) in GlassFish.installing and deploying Portlet Container 1.0 so as to test portlets.
 
Developing Java Applications on the Solaris OS Find out why the Solaris 10 OS provides a strong platform for developing Java applications.
 
 
 
Introducing the Java Pet Store 2.0 Application Work with the Java Pet Store 2.0 demo and the Java EE 5 platform to develop an Ajax-enabled Web 2.0 application that is user-driven, user-organized, and user-policed.
 
Securing Communications in Web Services: A Tutorial Through an example of a stock-quote service, this tutorial describes how to secure Web-service communications with the Java Application Platform SDK with Tools bundle.
 
Incorporating Workflow Into Sun Portals With Sun Java Composite Application Platform Suite By integrating Sun Java System Portal Server and Sun Java Composite Application Platform Suite (Java CAPS), you can automate human tasks on Sun portals and render the related process interactions seamless, accurate, and consistent.
 
 
Java Application Platform SDK Update 3 Preview This early access release adds the Sun Web Developer Pack and provides a new app server version, Sun Java System Application Server 9.1 Beta (based on GlassFish V2 Beta), along with updates to Open ESB, Portlet Container 1.0, and Sun Java System Access Manager 7.1. Read the overview for details. And download it now.
 
GlassFish V2 Beta Download Contest Download the Java EE 5 SDK Update 3 Preview and/or the Java Application Platform SDK Update 3 Preview containing Sun Java System Application Server 9.1 Beta (based on GlassFish V2 Beta) and enter the GlassFish V2 Beta Download Contest for a chance to win an Apple iPod Nano.
 
 
Writing Better Code: A Conversation With Sun Microsystems Technology Evangelist Brian Goetz Sun technology evangelist Brian Goetz explains why writing dumb code is a smart idea.
 
 
The Java EE 5 Tutorial, Third Edition This book contains extensive new material, including details about the latest APIs and instructions for using the NetBeans 5.5 IDE and Sun Java System Application Server 9.0.
 
February
 
Free Sample Applications Check out these demos of sample applications, components, and widgets you can try in your next-generation web applications. Download the code and make them your own. Visit the Web Developer Resources for Java EE page too.
 
Ask the Experts: JAX-WS 2.1, Feb. 26-Mar. 3 JAX-WS is an important technology that simplifies the task of developing web services. JAX WS 2.1 adds WS-Addressing capabilities to the technology. Got a question about JAX-WS 2.1? Post it in this session and get answers from experts.
 
Effects of 2007 Daylight Saving Time Changes on Sun's Web Tier Products To ensure correct time computations as a result of the new start and end dates for DST in the United States, download patches or upgrade your Sun Java System Web Server or Sun Java System Web Proxy Server installations. This FAQ describes the details and points you to the download sites.
 
Running Ruby on Rails on Sun Java System Web Server 7.0 It takes only a few simple steps: Install Ruby, Ruby on Rails, and the FastCGI Ruby gem; create a web application in Ruby on Rails; and then configure Sun Java System Web Server. Give it a try!
 
New version of the Java BluePrints Solutions Catalog The latest Java BluePrints Solutions Catalog Early Access has improved user experience and new content. Read the Release Notes for details and download it now.
 
Web Developer Resource Center This site showcases all the hardware, software, technologies, support, and training you need for your next-generation web applications. Also visit the new Web Developer Resources for Java EE page.
 
Deploying Web Applications to Sun Java System Web Server 7.0 With NetBeans 5.x Install an open-source Web Server plug-in into the NetBeans 5.x IDE from its Auto Update Center and then develop, deploy, and debug J2EE 1.4 platform-based web applications directly from the IDE. This article shows you how, complete with screen shots.
 
Tune Into SDN Channel: Mix and Match Ajax Widgets with jMaki Greg Murray, Sun's Ajax Architect, has information to share on client-side scripting with JavaScript and how you can easily design and create Ajax-enabled widgets using jMaki.
 
Ask the Experts: Java Plug-In Technology (Feb. 12-16) Got a question about Java Plug-In technology? Here's your chance to get answers from key members of the Java SE Deployment Team.
 
Using PHP on Sun Java System Web Server Learn the procedures for using the PHP engine with Sun Java System Web Server 6.1 and 7.0, including those for compiling the engine as a CGI, FastCGI, or native NSAPI.
 
Enterprise Java Technologies Tech Tips In these tips, discover how to customize an ELResolver in JavaServer Pages 2.1 and get an introduction to jMaki.
 
New Release of BluePrints Petstore 2.0 A new version of the Java Petstore 2.0 Early Access has been released. This application is designed to show you how build Ajax-enabled Web 2.0 applications on Java EE 5. See the Release Notes for information about the latest updates.
 
January
 
 
Ask the Experts: Open Source Java Project Read the transcript from the recent Ask the Experts session about Sun's open-source efforts.
 
Java Technologies for Web Applications Learn about what Java technologies you can use to create web applications, when you might decide to use individual technologies, and where to go to get started, using JDK 5.0 with the Java EE platform.
 
Introduction to Ajax for Page Authors As a page author, you can use Ajax components—along with widgets, JavaScript technology, and other techniques—to incorporate Ajax functionality into your web applications.
 
New Technologies for Ajax and Web Application Development: Project Phobos With Project Phobos, you can develop web applications using a scripting language but still give them access to the entire Java EE platform stack, as well as to other technologies such as jMaki.
 
Ask the Experts: Open Source Java Project, Jan. 16-19 Got a question about Sun's open-sourcing of its Java platform implementations? Read the FAQ. Then post any follow-up questions and get answers from representatives of Sun's Java platform implementations.
 
The Zen of jMaki Check out Greg Murray's Javapolis presentation on jMaki with basic examples, history, mindset, and motivation.
 
Test Your Knowledge of Java Technology Test your knowledge of the Java programming language and revisit some of the Java EE articles and Enterprise Java Technologies Tech Tips published on java.sun.com in 2006.
 

Java EE SDK Fuels Efficiency - Get it Now

GlassFish AppServer - Get it Now

Download the NetBeans IDE

Getting Started
 
Related Resources
 
Open Project Glassfish