Get GlassFish V2
Purchase Support Worldwide
May 08
6
More JavaEE 6 Spec Previews: Servlet 3.0 and JPA 2.0
  Posted by pelegri in GlassFish

JavaOne is always a forcing function for announcements, releases, deals, etc. Some happen during the week, some the weeks before - makes it a bit hard to keep up, but now that CommunityOne is over, I'll try to start catching up...

ALT DESCR

New Previews of JavaEE 6 Specifications:

• Rajiv announces the latest Servlet 3.0 Draft Spec
• Linda announces the latest JPA 2.0 Draft Spec

Go check them out and provide feedback; it's the only way to ensre that the future specifications will satisfy your needs.

Apr 08
6
From the the EclipseLink Team Blog - We have a New Committer, Mitesh!
  Posted by pelegri in GlassFish

Head Shot of Tom Ware

Tom reports that Mitesh is a New Committer to EclipseLink (see the earlier announcement about EclipseLink and GlassFish v3). Congratulations, Mitesh!

BTW, we will have a quick overview of EclipseLink at CommunityOne, in the GlassFish track. Go ahead an register before it fills up!

Mar 08
17
EclipseLink in GlassFish v3 - as JPA 2.0 Reference Implementation
  Posted by pelegri in GlassFish

Eclipse Logo over GlassFish's Sparky

GlassFish v1 and v2 use TopLink Essentials as its JPA (1.0) provider. TLE's bigger brother is EclipseLink (see Announcement), also led by Oracle but now including pretty much all of its TopLink product.

EL is a natural fit for GlassFish v3 and today we (Oracle, Eclipse and Sun) announced just that: EL will be used in GFv3 and it will be the RI for JPA 2.0 . Oracle has been doing a great job leading EL and there already is plenty of material available, including the Users Guide, and the Code Repository.

EL will be available under dual license, the traditional EPL and the BSD-based EDL License (see license.html@Trunk).

Our immediate focus will be on GFv3 - expect a build of EL with the latest GFv3 Milestone before the end of the week, but EL should work with GFv2 equally well and there is some interest already (see EL@GFv2 Thread); contact me if you were interested in that bundle.

Dec 07
16
Week Highlights - JPA poll, JRuby on UC, CommunityOne, Metro 1.1, OpenSSO B2
  Posted by pelegri in Weekly

Cookie Jar

• Feedback - JPA Providers, GF Installation Experienc
• Events - Facebook Groups, JW Article, C1 Submissions, GF Day in Sydney
• OpenSSO - Build 2 Available
• Future Previews - Metro 1.1, New GFv3 Builds
• Web Tier - Session Identity for Mobile Devices
• Web.Next - JRuby in the Update Center
• Infrastructure - Shoal Article

Dec 07
10
Poll on JPA Provider - Which do YOU use?
  Posted by pelegri in GlassFish

Current Snapshot of resuts

Alexis is running a poll on What JPA Provider you are using. If you are so inclined, point your browser to his blog entry - the poll is on the Right-Hand Side margin - and cast your vote.

Self-selecting polls have many methodology problems - I always think about Lies, Dammned Lies and Statistics when I see them, but they are still interested.

Right now, with over 70 votes, TopLink has 32% and Hibernate has 58%. OpenJPA has 4% and others is 5%. Let's see what type of impact the wider announcement has on the result.

Update - As of 12:47 pm PT, Dec 12th, with 186 votes we have 54% Hibernate, 38% TopLink, 4% OpenJPA and 4% Others.

Nov 07
11
JavaFX Script Client to GlassFish - Now with Resource Injection and Persistence
  Posted by pelegri in GlassFish

JavaFX Architecture - Big Picture

Tim has been exploring how to provide JavaFX Script support in GlassFish App Clients. Much of this can be done on the GFv2 base and we expect to do more in GFv3 - it is listed in the Themes Page. Tim's original post showed A Simple Client; since then he has posted two more entries: how to Use Injected Resources and how to Use Persistence.

JavaFX is beginning to show progress on multiple fronts, including some Adoption Reports, improvements on the JavaFX Script Compiler and its First Book. Also see earlier TA entries.

Oct 07
14
How to use Hibernate with GlassFish
  Posted by pelegri in GlassFish

Informational Sign

Two tips on using Hibernate with GlassFish v2:
• From Max: Hibernate with NB and GF (also see Related Tutorials).
• From Eskatos, see his Quick and Dirty HowTo (also see Alexis' Commentary)

Aug 07
13
Tutorials on how to use GlassFish with ehCache and JPA, Hibernate and TopLink Essentials
  Posted by pelegri in GlassFish

Hong Kong from Victoria's Peak

Max has been doing an interesting series of tutorials using GlassFish, NetBeans and JPA, the Java Persistence API (@Sun, @JCP, FAQ).

The original tutorial covered how to Use Hibernate as JPA Provider and the next showed how to use Additional Hibernate Features. The new series explores JSF and ehCache and revisits Hibernate and TopLinkEssentials: [1], [2], [3] and [4].

Jul 07
31
JPA 2.0 and EJB 3.1 JSR Approved
  Posted by pelegri in GlassFish

JCP logo

The JCP SE/EE Executive Commitee has approved two new JSRs for development: JPA 2.0 (JSR page, Vote results) and EJB 3.1 (JSR page, Vote Results).

Both Reference Implementations will developed in the GlassFish Community as Open Source.

Jul 07
20
JPA 2.0 filed as jsr317
  Posted by alexismp in GlassFish

ALT DESCR

Java Persistence (JPA) was born as part of JSR 220 (EJB 3). With the success of version 1.0 and its use in both managed (Java EE) and non-managed environments (JavaSE), it will now live a life of its own with JSR 317 and Linda DeMichiel as the spec lead.

Expected from this new version is an API for "criteria" queries and the ability to have hierarchies of Embeddables. It also mentions beans validation which wasn't explicitly listed as a Java EE 6 candidate.

JPA 2.0, and the newly proposed Enterprise JavaBeans - EJB 3.1 - are set to be part of Java EE 6 (target is end of 2008) which has been approved earlier this week.

Jul 07
10
JPA & Seam in a sample application in a nutshell
  Posted by alexismp in GlassFish

Carol's photo

The Seam framework has previously been reported as running just fine on the GlassFish application server (in this blog by Roger Kitain for instance). In fact, JBoss clearly indicates GlassFish as a supported platform. The most recent article on that topic by Brian Leonard has inspired Carol McDonald to write about a "Sample Application using JSF, Seam, and Java Persistence APIs on Glassfish".

Carol's article has detailed steps for setup and coding with nice coloring to distinguish between Java EE, Seam and business classes/interfaces and annotations. It uses GlassFish 1 (but also works on the recently released glassfish 2 beta 3) and Seam 1.2.1 GA. You can start with the application archive which is provided as a NetBeans project and usable via ANT directly (including database creation and population) or follow the steps to create your own application from scratch.

May 07
31
OpenJPA with GlassFish
  Posted by pelegri in GlassFish

OpenJPA Logo

OpenJPA just graduated from the incubator. Last year, Sahoo reported success integrating it with GlassFish; now it is Mitesh's turn.

Check it out! More information at the OpenJPA project (web site, downloads) and in Mitesh's blog.

Jul 06
27
Using OpenJPA in GlassFish
  Posted by pelegri in GlassFish

Head photo of Sahoo

OpenJPA is still in the Apache incubator phase but it seems to be in pretty reasonable shape. Sahoo took it for a spin and he reports success in plugging it into GlassFish. Follow his detailed instructions if you are interested. Previously we had also reported success in plugging Kodo and Hibernate into GlassFish.

The converse also holds and GlassFish's Top Link Essentials plugs into Tomcat, Geronimo and many others. This pluggability accelerates the Adoption of the JavaPersistence API. A list of spotlights on Java Persistence at TheAquarium is available here.

Languages

NEWS AND EVENTS

Join us at CommunityOne
ALT DESCR

Free!

Search

Popular Tags

adoption ajax clustering community fastinfoset frontpage glassfish grizzly hudson interoperability java javaee javaone jax-rs jax-ws jaxb jboss jcp jersey jmaki jruby jsf maven metro mysql netbeans opends opensource opensso performance phobos php portal rails rest roller ruby sailfin scripting sip sun tools updatecenter v2 v3 webserver webservices weekly wsit xml

Companion Blogs

Useful Blog Entries

Friends and Relatives

Subscribe

Enter your Email

Contact Us

Send feedback and leads to theaquarium@sun.com

Downloads

Events


Adoption Stories

Related Links

Recent Entries

Latest Project News

Navigation