Get GlassFish V2 Sun Support for GlassFish - Get GlassFish Portfolio
« Previous page | Main
Mar 08
15
EJB 3.1.lite - Can It Change the Old Perceptions?
  Posted by pelegri in GlassFish

The Early Draft Review (EDR) version of EJB 3.1 was released a couple of weeks ago (Spec, TA note) and now Ken, the spec lead, has started blogging:

ALT DESCR

• Ken's Introduction to the EJB 3.1 EDR
Simplified EJB Component Packaging
Optional Local Business Interfaces
• EJB 3.1 Presentation at JavaPolis (with video and slides)

I'm very happy to see Ken writing a blog. EJB 3.0 was a big improvement and EJB 3.1.lite (see Java EE 6 Profiles) will help further but adoption also requires presenting the technology in a palatable format to its intended audience.

BTW, did you know the simplified EJB 3.0 spec is only 59 pages? But I can only find it at the JCP Site (although see Ken's Quizz!). Does a Spec exist if people don't know about it? :-)

Mar 08
8
Patterns for Java EE 5 Project at Java.Net
  Posted by pelegri in GlassFish

ALT DESCR

Adam has been making progress on his Patterns for JavaEE 5 project where he will open source all the projects in his Java EE 5 Architekturen book (in german, sorry!).

Adam is also using the P4J5 project for additional examples/samples. For example, his recent experiment measuring the (Lack of) Performance Penalty Using EJB3 uses EJB3LoadTest and PojoLoadTest. Also see Adam's State of the P4J5 Project writeup.

Feb 08
29
Early Draft for EJB 3.1 Now Available
  Posted by pelegri in GlassFish

JCP Logo

Ken and the rest of the EJB 3.1 Expert group (JSR 318) has made available an Early Draft for review. The documentation includes the API files and the Specification. We don't yet have a companion early access implementation.

As mentioned in Roberto's note on profiles the EG is considering the notion of EJB 3.1 lite, which I think would be very useful.

Check the specs and give feedback to the EG through the comments alias. I'm also encouraging Ken to start a blog and join the Blogosphere.

Nov 07
10
Using GlassFish to develop Geronimo
  Posted by alexismp in GlassFish

Jacek Laskowski photo

GlassFish can serve different purposes beyond being a complete enterprise open source application server. Based on the fact that it is also the Java EE 5 reference implementation, Geronimo and OpenEJB commiter and long-time NetBeans user, Jacek Laskowski has a nice article putting GlassFish's EJB container to work.

The article explains how to add Maven support to NetBeans 6 and to use it to handle project dependencies, keeping your pom.xml always up to date. Jacek refers twice to the well written EJB FAQ for Java EE 5 clarifications or GlassFish specifics. Jacek has more GlassFish-related articles here (in Polish).

Sep 07
2
HowTo - EJB3 local bean access in servlet using glassfish
  Posted by pelegri in HowTo

I'm going to try a new series at TA - short references to useful tips and howtos elsewhere. My plan is to replace this with a social network-based solution based on Slynkr when that is available, so this is a bit of a prototype / try out the idea. This series will also be useful for the FAQ we are building.

Informational Sign

From Suchak Jani
How to Access an EJB 3 Local Bean from Servlet in GlassFish

Aug 07
30
Apply Web Services Security to EJB Applications
  Posted by superpat in OpenSSO

Stock quote sample application

Back in May, at JavaOne 2007, Aravindan Ranganathan and Malla Simhachalam presented a hands-on lab titled Securing Identity Web Services. The lab showed how to provide different levels of stock quote service according to the identity of an end-user - authenticated users see real-time stock data while 'guests' see delayed quotes.

Since then, Malla, Mrudul Uchil and Marina Sum have written up the lab tutorial as a three-part series of articles at the Sun Developer Network showing how identity can be carried from an incoming web services request right through to an EJB. The sample application shows the request and response messages graphically, and provides links to the XML message data - a particularly nice feature that shows exactly what is going on.

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.

Jan 07
28
Using EJB3 - Lessons from Wotif
  Posted by pelegri in GlassFish

Wotif Logo

Robert reports that Wotif has just switched to GlassFish (more on that soon), and this means that Robert will start writing about their experiences with the new Java EE 5 specs. His first blog describes their approach on Interfaces with EJB3; check it out!

Wotif provides cheap last-minute hotel reservations in over 35 countries and it is specially popular in Australia, New Zeland and nearby locales (see this article).

Oct 06
20
Invoking EJBs in GlassFish from Tomcat
  Posted by pelegri in GlassFish

AMIS logo

Wouter at AMIS Technology has a new blog entry explaining how to call from EJBs running on GlassFish from Tomcat using a recent GlassFish V2 build. The blog is fairly detailed and uses screenshots from NetBeans but it should work with any of the other IDEs that Support GlassFish and Tomcat (like MyEclipse and IDEA).

I suspect a number of folks will be interested, so Check It Out!.

Jun 06
7
JSR 299 Review Ballot - the JCP Approves the WebBeans JSR
  Posted by pelegri in GlassFish

JCP logo

The Executive Comitee for Java EE/SE has approved the WebBeans JSR (submission request, ballot). WebBeans was submitted by JBoss with the endorsement of Borland, Google, JBoss, Oracle, Sun and Sybase.

The submission specifically lists EJB 3.0, JSF 1.2, JBoss Seam, Struts Shale and Oracle ADF as contributed technologies, and lists the tentative final release as April 2008.

JBoss active engagement in the JCP is very good for the Java Community. I believe this can be a very useful JSR, and I look forward to its progress. Like with JBoss Seam, we hope to track its development closely in Project GlassFish.

May 06
2
Way to Go! JCP approves final specs for Java EE 5, EJB 3.0, Java Persistence API, and more...
  Posted by pelegri in General

Alonso on a Renault

The JCP has approved the final versions of the Java EE 5 Platform (results), Enterprise Java Beans 3.0 and Java Persistence API (results), JSP 2.1 (results), and JSF 1.2 (results). Check the voting records: everybody voted, and everybody voted YES on all (but for one abstention vote on JSF 1.2); this shows wide support for the new specs.

Previously the JCP had approved the WS specifications. Now just waiting for the TCK and RI (GlassFish) to complete.

Apr 06
10
EJBs and SSL
  Posted by carlasblog in GlassFish

EJB

Shin Wai has posted a blog on how to configure SSL for use with EJBs. He describes the two kinds of authentications for SSL/TLS and how to specify each for EJBs. Also includes information for using SSL in a standalone client or within the application client container.

Looking for an overview of SSL? There's a pointer in an earlier post on TheAquarium as well as a pointer to a blog on using SSL in GlassFish.

Jan 06
30
Using Hibernate and Spring with GlassFish
  Posted by pelegri in GlassFish

Hibernate

Just a few days ago Matt Raible said that GlassFish isn't as good as Geronimo or JBoss because it didn't support Spring or Hibernate. That was a challenge for Jerome and in his latest blog he gives detailed instructions on how to run Spring on GlassFish, and also dwells into Hibernate.

Inspired by Jerome, Mr. Vince then dug into the details for the special case of Equinox and GlassFish.

There has been some discussions on the forum about this too along with Sahoo's blog as to when Hibernate and GlassFish work together. Both Ludo and I have blogged that Hibernate works SJSAS 8.1, the code base from which GlassFish started. Currently, Jerome is working with Emanuel Bernard to get EJB 3.0 features working with GlassFish. Bottom line, it can be done but it's not easy, yet. The EJB 3.0 specification and therefore the implementations are still changing so there will be some bumps and challenges until the spec settles down.


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 metro mysql netbeans notd opends openesb openmq opensolaris opensource opensso osgi 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