Get GlassFish V2 Sun Support for GlassFish - Get GlassFish Portfolio
Main | Next page »
Aug 08
30
... Metro and JAXB, Sahoo, NetBeans 6.5, SpringSource, OpenDS, and Wonderland and Blender
  Posted by pelegri in CommunityService

A compilation of today's news of interest:

Radio Receiver Icon

From Jitu, a description of how to use JAXBContext in Metro.

From the SDN Team, it is Sahoo's turn to have his 15 Minutes of Fame; check out Janice's Interview where they cover many topics, from working from India, to OSGi.

Davis has a short note showing how to get started with a Servlet App using GFv3 Prelude in NetBeans 6.5.

The ever-observant Adam asks whether SpringSource is Working on EJB 3.1. Not sure if he is reading a bit too much into the tealeaves, or whether somebody had an oops...

From OpenDS community, Terry reports on his OpenDS Access Log Analyzer WebApp, intended for a future putback into OpenDS. And, a very complimentary testimonial about the ease of installation of OpenDS from KR in his OpenDS in 5 Minutes.

And, from Wonderland they have started creating a new, high quality, public world (see WonderBlog and Angad). A nice part is that they are going to be using Blender for the graphics. Blender is an open source tool that seems to be gaining adoption, the results are very good - see for instance the trailer for The Big Buck Bunny. Blender is also a Sun offering at Network.Com/Apps/Blender (thanks to Kevin for the tip).

Jul 08
7
WebLogic is Oracle's Strategic AppServer - Metro Included
  Posted by pelegri in NOTD

ALT DESCR

I was "on vacation" last week, so the news are a bit late, but the news on July 1st confirmed the rumor: Oracle WebLogic Server is Oracle's "Strategic AppServer" - see the articles at The Register and InfoWorld. This comes on top of recent surveys on Oracle/BEA usage: SOA-Talk and The Register.

A consequence of this move is that Metro is now used Oracle's main AppServer, increasing the adoption of GlassFish's WebServices stack. The same applies to JAXB RI; and, in that case, I know of no mainstream AppServer that uses a different implementation!

Jun 08
4
More Java EE 6 Specs - JAXB 2.2 Plans
  Posted by pelegri in GlassFish

ALT DESCR

More progress towards JavaEE 6 with a proposal for JAXB 2.2. This will be a narrow maintenance release and Kohsuke's last JAXB spec as he transfers to his new job.

The implementation will be at JAXB@GlassFish and will be a two-in-one deal, supporting both JAXB 2.1 and JAXB 2.2. Check out Kohsuke's Announcement, and the Detailed Proposal.

Moving forward, JAXB's leadership will be in good hands as it will transfer to MartinG - contratulations! And, btw, do you already know how to juggle? :-)

May 08
17
JAXB 2.1.7 Released
  Posted by pelegri in GlassFish

Radio Receiver Icon

From last week, mostly to keep a record of milestones in community projects: JAXB RI 2.1.7 Now Available. This bug-fixing release matches the version bundled in Metro 1.2.

Jan 08
31
Presentation on Advanced JAX-WS
  Posted by alexismp in GlassFish

parleys logo

As a follow-up to a previous nice JAX-WS presentation, Stijn Van den Enden's "JAX-WS, beyond the basics" presentation is now available from parleys.com.

Stijn does a good job at explaining JAX-WS handlers, JAXB customization, Dispatch/Provider API (although his example may not feel RESTful to the JAX-RS crowd), some best practices and more in a very didactic and easy to follow presentation. Everything said and presented there applies to the Metro Web Services stack that is part of GlassFish v2 (btw, Stijn is reported to be a happy GlassFish user).

No wonder this is the best-rated program on Parleys.com. The only down side is that I don't see the PDF available on the web site anywhere...

Dec 07
20
New JAXB Release (2.1.6)
  Posted by pelegri in GlassFish

Radio Receiver Icon

New JAXB RI Release (2.1.6) available

Kohsuke's Announcement.
• Release ChangeLog.

Nov 07
11
Week Highlights - GFv3 Schedule, IPS, Governance Board, JavaFX, ...
  Posted by pelegri in Weekly

Red Hat Logo

• How-Tos: Clustering, Launchd, Metro & JAXB and GF Profiles
• Community - Interviews, RedHat and OpenJDK and Governance Board
• Future Releases - IPS in UC2, GFv3 Schedule and Sailfin Tooling
• Adoption Indicators - New GeoMap, Nuxeo Core and GF and Geronimo
• Web.Next - JavaFX, jMaki Charting, Bayeux/Comet and JAX-RS
• Events - IJTC
• Try this: GlassFish.ORG

Nov 07
4
Updated Documentation for Metro and JAXB
  Posted by pelegri in GlassFish

Radio Receiver Icon

From Kohsuke:

Metro and JAXB users guide gets syntax coloring.

Sep 07
3
HowTo - JAXB for simple Java-XML serialization
  Posted by pelegri in HowTo

Informational Sign

A tip from Teera:
JAXB for simple Java-XML serialization

Jul 07
23
JAXB News - New Release, Release Frequency, Use in JBoss
  Posted by pelegri in GlassFish

Blackboard with Bus Time Table

The JAXB team recently released a new version, JAXB 2.1.4. In the usual sedimentation process, this release will be incorporated into the next GlassFish release but it can also be used directly and Kohsuke is asking feedback on the current 3 month cycle.

JAXB RI is the JAXB implementation - check some of our Reports on its Adoption. A recent example is in Kohsuke's report on JBoss's usage of one of the RI's extensibility points.

Apr 07
16
New JAXB and JAX-WS Releases
  Posted by pelegri in GlassFish

Ticker Machine

Two new releases from the GlassFish team, both integrated in GlassFish v2 beta2, due early next month, in time for GlassFish Day and JavaOne.

JAX-WS 2.1.1 is a release candidate for JAX-WS 2.1.

JAXB 2.1.3 is mostly a bug-fixing release - check the list of changes here.

The GlassFish Web Services stack is being adopted by many other projects (e.g. WebLogic Server 10); we believe it has the best performance in the market (earlier comparison, but stay tuned for a nice additional improvement) and it is very extensible (e.g. see JSON support).

Feb 07
6
ClassLoader Magic - JAX-WS/JAXB 2.1 on JDK6 Without Using Endorsed Standards
  Posted by pelegri in GlassFish

Picture with ClassLoader's Magic

Since Java SE 6 includes JAX-WS 2.0 and JAXB 2.0 the straight-forward way to upgrade to the updated maintenance specifications requires using endorsed standards. But Kohsuke has figure out a way to apply some ClassLoader Magic so that this is not necessary. The result is a transparent experience.

ClassLoaders have always been part of the trickiest part of the Java platform; see for example this report from the First JavaOne; I'm looking forward to having a moment to read carefully Kohsuke's description.

Jan 07
25
Using JDK6 with GlassFish v2
  Posted by pelegri in GlassFish

The outline of a Mustang

Java SE 6 has Web Services support through the JAXB 2.0 and JAX-WS 2.0 specifications. The implementations used are those used in GlassFish v1, but GlassFish v2 implements the latest versions of the specs: JAX-WS 2.1 and JAXB 2.1 and this complicated things.

Earlier Bhakti had explained how to use endorsed standards to run GlassFish v2 on JDK 6, but recent builds (starting with b31) do this automatically and she now has an updated description.

Jan 07
24
New JAXB Releases... and Using JAXB's simpleBinding mode in JAX-WS
  Posted by pelegri in GlassFish

Super Glue

New releases of JAXB RI are now available; JAXB 2.1.1 is a bug fixing release (home page, changes) in preparation for the imminent release of JAX-WS 2.1, while JAXB 2.0.4 (changes) is a support release for 2.0 customers.

The JAXB RI implementations also support a SimpleBinding mode that can be used as an alternative to process some XML Schemas. Since JAX-WS 2.x rely on JAXB 2.x for data-binding, this is also available for Web Services and Kohsuke's latest blog explains how to configure wsimport (in JAX-WS 2.0) or the new wsimport ant task (in JAX-WS 2.1) to do this.

Update: JAXB 2.1.1 had a performance bug affecting Fast Infoset and it has been replaced with JAXB 2.1.2.

Dec 06
20
JAXB 2.1 is Final
  Posted by pelegri in GlassFish

XML Duke

The JAXB 2.1 release is now final (Spec, Download). This is a relatively small maintenance release (see features) but it includes some specially useful one, like separate compilation.

Since JAXB 2.0 is included in Java SE 6, you will need to use the endorsed standards mechanism to use JAXB 2.1with that version of Java SE. Check Kohsuke's blog for more details.

Languages

Event Calendar

Search

The Aquarium TV

Adoption Stories

GlassFish Podcast

Popular Tags

adoption ajax clustering comet community frontpage glassfish grizzly hudson java javaee javaee6 javaone jax-rs jax-ws jaxb jboss jcp jersey jmaki jruby jsf liferay metro mysql netbeans notd opends openesb openmq opensolaris opensource opensso performance portal rails rest ruby sailfin scripting sip stories sun tools updatecenter v2 v3 webinar webservices weekly

Downloads

Companion Sites

Related Links

Useful Pointers

Offers and Promos

... AT TWITTER

OTHER SHORT NEWS

Recent Entries

News by Mail

Contact Us

Send feedback and leads to theaquarium@sun.com

QR Codes


Navigation