Return-Path: <env_5205414503192987792@hermes.java.sun.com>
Received: from pacific-carrier-annex.mit.edu by po10.mit.edu (8.9.2/4.7) id EAA23086; Wed, 27 Jun 2001 04:43:56 -0400 (EDT)
Received: from hermes.java.sun.com (hermes.java.sun.com [204.160.241.85])
	by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with SMTP id EAA26126
	for <alexp@mit.edu>; Wed, 27 Jun 2001 04:43:56 -0400 (EDT)
Message-Id: <200106270843.EAA26126@pacific-carrier-annex.mit.edu>
Date: Wed, 27 Jun 2001 01:43:56 PDT
From: "JDC Newsletter" <body_5205414503192987792@hermes.java.sun.com>
To: alexp@mit.edu
Subject: June 2001 Newsletter
Precedence: junk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Beyond Email 2.2

-WELCOME- to the Java Developer Connection(SM) (JDC) Newsletter, 
covering Early Access software releases, new products, developer 
programs, and more.

- You can view this issue of the JDC Newsletter on the Web at:

  http://java.sun.com/jdc/techDocs/Newsletters/2001/nl0626.html

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
             J  D  C    N  E  W  S  L  E  T  T  E  R


              INSIDE THE JDC 

              New on the JDC
                * Articles
                * Bookshelf
                * Tech Tips
              
              PRODUCT NEWS 

                Early Access Developer Release Software
                * Java(tm) Architecture for XML Binding (JAXB) 
                  version 1.0 (June 4)
                * Java 2 Platform, Enterprise Edition Client 
                  Access Services (J2EE CAS) COM Bridge (May 31)

                Product Release Software
                * Java(tm) Message Service Tutorial 1.3 Beta 2
                  (Jun 12) 
                * ECperf(tm) Specification and Kit 1.0 
                  (Jun 05)
                * Java(tm) Architecture for XML Binding Working 
                  Draft Specification version 0.21
                  (Jun 04) 
                * JavaHelp(tm) version 1.1.2 
                  (Jun 04)
                * Java(tm) 2 Platform, Standard Edition 
                  version 1.4 Beta
                  (May 29)

              DEVELOPER PROGRAMS AND RESOURCES
                * New Audiocasts
                * Preview Releases of Forte(tm) for Java(tm) 
                * New-to-Java Programming Center Supplement


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

I N S I D E  T H E  J D C


NEW ON THE JDC  
    

o  Articles
   
   The Java Technologies Behind the New Developer Forums 
   Jive runs the new Developer Portal forums. Find out all the 
   details of the architecture, configurations, and changes to 
   code.
                
   http://java.sun.com/jdc/technicalArticles/javaopensource/jive/
   
   Securing Web Services using the Java(tm) platform and XML
   This article describes an example scenario
   of companies cooperating and communicating over the Internet to 
   buy and sell parts. It also presents an example program written 
   in the Java programming language that uses VeriSign's Trust Web
   service, an implementation of the XML Key Management 
   Specification, to do cryptographic key management over the 
   Internet using XML messaging.
      
   http://java.sun.com/jdc/technicalArticles/Security/xkms/
   
     
o  Bookshelf

   Programming Wireless Devices with the Java 2 Platform, Micro 
   Edition 
   This new book from the Java Series provides an overview of the 
   K virtual machine and in-depth coverage of the CLDC and MIDP 
   standards. Learn more about the MIDlet application model and 
   the user interface libraries defined by the MIDP Specification.
                         
   http://developer.java.sun.com/developer/Books/PWDevices/
                            
   Advanced JavaServer Pages 
   This book is a must-have resource for every developer of Java
   technology creating server-side applications with JSP(tm) 
   technology and servlets. Learn how to use Java technology 
   and XML together, and find out more about the two standard XML 
   parsing APIs: SAX and DOM.
   
   http://developer.java.sun.com/developer/Books/AdvancedServerPages/
                                         
o  Tech Tips
  
   Learn about abstract classes, and how to use peer classes with 
   the Java(tm) Native Interface.
   
   http://java.sun.com/jdc/JDCTechTips/2001/tt0612.html
   

To access the JDC, go to:

   http://java.sun.com/jdc/

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   
          
P R O D U C T  N E W S


EARLY ACCESS DEVELOPER RELEASE SOFTWARE. The following Java 
platform software is now available for download on the JDC:

o  Java(tm) Architecture for XML Binding (JAXB) version 1.0

   http://java.sun.com/jdc/earlyAccess/xml/jaxb/
                   
o  Java 2 Platform, Enterprise Edition Client Access Services
   (J2EE(tm) CAS) COM Bridge
   
   http://java.sun.com/jdc/earlyAccess/j2eecas/download-com-bridge.html
           

PRODUCT AND TECHNOLOGY RELEASES SOFTWARE. The following Java
platform software and technology releases are now available 
for download:

o  JAVA(tm) MESSAGE SERVICE API
   The Java(tm) Message Service (JMS) Tutorial draft has 
   two main purposes:

   o To introduce the JMS API to new users
   o To show how to use the JMS API within the J2EE platform

   http://java.sun.com/products/jms/tutorial/index.html
   
o  ECperf is a Enterprise JavaBeans (EJB)(tm) benchmark meant to 
   measure the scalability and performance of J2EE servers and 
   containers. GUI and presentation are not the focus of this 
   workload, nor are aspects of everyday DBMS scalability. 
   ECperf stresses the ability of EJB containers to handle the 
   complexities of memory management, connection pooling, 
   passivation/ activation, caching, and so on.
   
   http://java.sun.com/j2ee/ecperf/download.html
   
o  Java(tm) Architecture for XML Binding (JAXB)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   JAXB provides an API and tools that automate the mapping 
   between XML documents and Java objects.

   JAXB makes XML easy to use by compiling an XML schema into one 
   or more classes. The generated classes handle all the details 
   of XML parsing and formatting, they ensure that the 
   constraints expressed in the schema are enforced, and in many
   cases they are much more efficient than using a SAX parser 
   or an implementation of the DOM (Document Object Model) API.
   JAXB 1.0 will be available as an optional package for the 
   Java(tm) 2 Platform, Standard Edition (J2SE(tm)). JAXB may be 
   included in future releases of J2SE or the J2EE.

   http://java.sun.com/xml/jaxb/
   
o  JavaHelp(tm) V1.1.2
   JavaHelp 1.1 software is a full-featured, platform-independent, 
   extensible help system that enables developers and authors to 
   incorporate online help in applets, components, applications, 
   operating systems, and devices.
   
   http://java.sun.com/products/javahelp/download_binary.html#update
   
o  Java(tm) 2 Platform, Standard Edition (J2SE(tm)) version 1.4
   A Beta release of the J2SE version 1.4 software for Windows, 
   Linux, and the Solaris operating environment is now available!

   The key features new to J2SE v 1.4 are:

   *   Foundation for Web services
   *   Rich Client Functionality
   *   Improved Performance and Scalability
   *   Reliability, Availability, and Serviceability
   *   Heightened Security

   http://java.sun.com/j2se/1.4.
   
   
   
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

D E V E L O P E R  P R O G R A M S  A N D  R E S O U R C E S              


o  New Audiocasts
   Put yourself in the audience for audio presentations by 
   experts in leading-edge Sun technologies. Topics include 
   J2EE(tm) platform overview, developing wireless 
   applications, XML, security, performance, and much more.
   
   http://java.sun.com/jdc/onlineTraining/webcasts/
   
o  Preview releases of Forte (tm) for Java(tm) (FFJ)
   Release 3.0, Community Edition and modules destined for 
   the upcoming FFJ, release 3.0, Enterprise Edition are 
   available from the FFJ Early Access Program (EAP). 
   The EAP website has been completely overhauled in 
   anticipation of this release.  

   http://eap.netbeans.com/  
   
o  New-to-Java Programming Center Supplement
   Learn the basics of the Java(tm) programming language and 
   keep up-to-date on additions to the JDC's New-to-Java 
   Programming Center with this new monthly supplement. 
   
   http://developer.java.sun.com/subscription/ 
   
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

- NOTE -
Sun respects your online time and privacy. The Java Developer 
Connection mailing lists are used for internal Sun Microsystems 
purposes only. You have received this email because you elected 
to subscribe. To unsubscribe, go to the Subscriptions page 
http://developer.java.sun.com/subscription/, uncheck the 
appropriate checkbox, and click the Update button.

As of May  22, 2001, Sun Microsystems updated its Privacy Policy 
http://sun.com/privacy to give you a better understanding of 
Sun's Privacy Policy and Practice. If you have any questions, 
contact privacy@sun.com.


- SUBSCRIBE
To subscribe to a JDC newsletter mailing list, go to the 
Subscriptions page http://developer.java.sun.com/subscription/, 
choose the newsletters you want to subscribe to, 
and click Update.


- FEEDBACK
Comments? Send your feedback on the JDC Newsletter to: 
jdc-webmaster@sun.com


- ARCHIVES
You'll find the JDC Newsletter archives at:

http://java.sun.com/jdc/techDocs/Newsletters/jdc_newsletters.html


- COPYRIGHT
Copyright 2001 Sun Microsystems, Inc. All rights reserved.
901 San Antonio Road, Palo Alto, California 94303 USA.

This document is protected by copyright. For more information, 
see: http://java.sun.com/jdc/copyright.html


- LINKS TO NON-SUN SITES
The JDC Newsletter may provide, or third parties 
may provide, links to other Internet sites or resources. Because 
Sun has no control over such sites and resources, You acknowledge 
and agree that Sun is not responsible for the availability of 
such external sites or resources, and does not endorse and is not 
responsible or liable for any Content, advertising, products, or 
other materials on or available from such sites or resources. Sun 
will not be responsible or liable, directly or indirectly, for 
any damage or loss caused or alleged to be caused by or in 
connection with use of or reliance on any such Content, goods or 
services available on or through any such site or resource.

Sun, Sun Microsystems, Java, Java Developer Connection, J2ME,  
PersonalJava, Java Embedded Server, and Java Card are trademarks 
or registered trademarks of Sun Microsystems, Inc. in the United 
States and other countries.

JDC Newsletter
June 26, 2001

	To use our one-click unsubscribe facility, select the following URL:
	http://hermes.java.sun.com/unsubscribe?5205414503192987792
