Interview with Chris Vignola of IBM on JSR352 Batch Applications for the Java Platform.
Show Notes
News
- CDI 1.1 (JSR 346) PFD
- EJB 3.2 (JSR 345) passes PR
- Maintenance Review: JSR 196: Java Authentication for Service Providers Interface for Containers
- JVM Summit Language - July 29-31
- Security Alert CVE-2013-1493 Released, 7u17, 6u43, and 5.0u41
- The Java® Tutorial, Fifth Edition book is now available on Amazon in printed book and kindle formats.
- Java Tutorial Updated! early access information Java SE 8 features
- JavaFX course with Toni Epple in Munich on 22-24 April
- GraphsJ 3.0 release for graph algorithms in JavaFX 2.0 by Gianluca Costa
Events
- Mar 13-15, 33rd Degree, Poland
- Mar 20-24, Codemotion, Rome
- Mar 26-27, Devoxx UK, London
- Mar 28-30, Devoxx FR, France
- Mar 26-29, Design West, San Jose
- Mar 27-28, Cartes - Asia Word-Expo, Hong Kong
- Apr 17-19, Oracle User Group, Norway
- Apr 23-24, JavaOne Moscow, Russia
- May 8-9, JavaOne Hyderabad, India
- May 10, GIDS, Bangalore, India
- May 14, Java Day Tokyo
- May 18-19, Geecon, Poland
- May 22-24, GR8Conf, Denmark
- May 24-25, JEEConf, Kiev
- Jun 3-5, JAX Conf, Santa Clara, USA
- Jul 16-19, Uberconf, Denver, USA
- Jul 22-24, JavaOne Shanghai, China
- Jul 29-31, JVM Summit Language, Santa Clara
Feature Interview
Chris Vignola works for the IBM AIM Software organization and is the lead architect for WebSphere Systems Management. He is also the spec lead for JSR 352 Batch Applications for the Java Platform. He was formerly the WebSphere Batch Technology Chief Architect. He has over 28 years industry experience in architecture and development of software systems, including WebSphere Extended Deployment, WebSphere Application Server, and the MVS operating system. Chris lead architecture and design for the operational facilities of MVS Sysplex, was a charter member of the WebSphere Application Server for z/OS team, specializing in EJB container and systems management components, and more recently lead the WebSphere Compute Grid development team.Chris speaks English and Spanish fluently, lives in NY state, and enjoys his family, skiing, hiking, and fishing when not fully immersed in delivering industry-changing technology.
Diagram Notes:
• Jobs (JSL) are started through the JobOperator interface.
• A typical job is a series of one or more steps, where each step is comprised of a
reader, processor, and writer.
• Typical job steps read and process a series of input records and produce
output records in a long running loop with periodic checkpoints to support restart.
• Job history is stored in a repository and is available through the JobOperator
interface.
Where to get more information on JSR 352: Wiki, JCP Homepage
What’s Cool
- Michael Heinrichs has updated his JavaFX Library for Inverse Kinematics 2.0
- Tutorial from Richard Bair on how to build OpenJFX on a Mac with JDK 8 b78
- Second part of Angela Caicedo’s series on how to manage multiple screens in JavaFX
- Ben Evans & Venkat Subramaniam - new Java Champion