BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations JavaEE.Next(): Java EE 7, 8, and Beyond

JavaEE.Next(): Java EE 7, 8, and Beyond

Bookmarks
01:09:35

Summary

Reza Rahman shows code samples for some of the APIs coming in Java EE 7, such as JMS 2, WebSocket, JSON, JAX-RS 2, JPA 2.1, JTA 1.2, etc. and takes a peek at Java EE 8 features to be expected.

Bio

Reza Rahman is a Java EE/GlassFish evangelist. He is the author of the popular book EJB 3 in Action. Reza is a frequent speaker at Java User Groups and conferences worldwide including JavaOne. He is an avid contributor to industry journals like TheServerSide. Reza has been a member of the Java EE, EJB and JMS expert groups. He implemented the EJB container for the Resin open source Java EE AS.

About the conference

This event attracts Java/JVM talent from the South-East's largest corporations, software companies and consulting organizations. You will have an opportunity to discover what other development teams are using as their favorite tools and practices.

Recorded at:

Apr 26, 2013

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • JAX-RS a a ligther alternative to JSF

    by Adam Walczak,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    I totally agree that Java EE needs a lighter web GUI framework then JSF. Personally I often use Jersey JAX-RS for this:
    - generating the initial HTML/CSS in JSP, URL end-points and data gathering for those I do in Java and JAX-RS
    - controlling forms fully in JavaScript which communicated with my HTTP API
    - the business logic is behind the HTTP API

    It works very well as I don't have to spare any additional work to have a rich HTTP API for 3rd party developers.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT