server day 2009: glassfish 3 by alexis moussine-pouchkine

Post on 19-May-2015

1.579 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

Alessio Soldano presentation at the Application Server Day 2009, discussing the latest innovations in JBoss 5.0

TRANSCRIPT

1

GlassFish

Alexis Moussine-PouchkineGlassFish Team

Timeline of Project GlassFish

TomcatJasper

CatalinaJSTLStruts

CrimsonXSLTCXalan

Xerces

JAXBJAX-RPC

JSF

June2005

May2006

GlassFishLaunch v2

v1

(you are here)

v3(Java EE 6)

Sept.2007

Fall-2009

v2.1

v3“Prelude”

Oct/Nov2008

Jan2008

GlassFish Downloads

Actual Usage

GlassFish around you

GlassFish around you (really)

If there was only one reason...

... we care about both

Introducing GlassFish v3

Modular and Dynamic

• Modular : Apache Felix (OSGi)• Extensible : HK2• Yet very Fast !

Admin Console

• Java EE development doesn't have to be painful :)• Incremental compile of all Java EE artifacts• Auto-deploy of all Java EE and static artifacts

Painless Java EE development !

Session Retention

• Deployment option to maintain stateful sessions across re-deployments

$ asadmin redeploy --propertieskeepSessions=true myapp.war

• Greatly simplifies thedevelopment paradigm.

• Integrated in NetBeans 6.5 :

Yes, Eclipse too !

GlassFish (v2/v3) + Eclipse 3.4 Tools Bundle: http://download.java.net/glassfish/eclipse/

Update Center

Java EE 6 (JSR 316)

• EJB 3.1• JPA 2.0• Servlet 3.0• JSF 2.0• JAX-RS 1.0• Connector Architecture 1.6• Bean Validation 1.0• JCDI 1.0 (née Web Beans)

• JAXB 2.2• JAX-WS 2.2• JSR-109 1.3• JAX-RS 1.1• EL 1.2 • JSP 1.2 • Authentication SPI 1.1• Common Annotations

1.1

Java EE 6 (JSR 316)via GlassFish v3 Prelude Update Center

• EJB 3.1• JPA 2.0• Servlet 3.0• JSF 2.0• JAX-RS 1.0• Connector Architecture 1.6• Bean Validation 1.0• JCDI 1.0 (née Web Beans)

• JAXB 2.2• JAX-WS 2.2• JSR-109 1.3• JAX-RS 1.1• EL 1.2 • JSP 1.2 • Authentication SPI 1.1• Common Annotations

1.1

Extending GlassFish v3An example

• Extend GlassFish with a Spring container> using unmodified Spring dm (OSGi)> simple Spring beans implementing the service

• Invoke the service from a servlet> using standard @Resource injection

• Never use a GlassFish API !• No need to chose between Spring and Java EE• Of course you don't have to use Spring ;)

> Grizzly extensions, plain HK2, ...Step by step: http://blogs.sun.com/dochez/entry/glassfish_v3_extensions_part_3

Extending GlassFish v3An example, a demo and a picture

A lot more ...

• Dynamic languages : Rails, Grails, Django, ...• Comet, Cometd/Bayeux• Embedded API• Full support for mod_jk, WebDAV, CGI, SSI• Web Services Metro 1.4 (.Net 3.5)• OpenMQ• IPS/pkg(5)• RESTful admin• Monitoring• Extensible !

GlassFish v3 – Practical

• Get it from http://glassfish.org> GlassFish v3 Prelude today (web container)> GlassFish v3 Preview by JavaOne

• Choice !> Eclipse or NetBeans (or vi)> Java 5 and Java 6 (Java EE 6 mandates Java 6)> Felix or Equinox

• Download size: 26MB> Graphical Installer, Zip version> Community-contributed IzPack installer

• Supported product, subscriptions available

21

Questions ?

http://blogs.sun.com/alexismpalexis.mp@sun.com

top related