Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ALRubinger/2342417 to your computer and use it in GitHub Desktop.
Save ALRubinger/2342417 to your computer and use it in GitHub Desktop.
Session Title
Today’s Rapid Java EE Development - Live Coding from Scratch to Deployment
Session Type
Conference Session
Session Abstract
The myth of Java EE as a cumbersome platform is easily dispelled in this session, which aims to make a working application from a blank repository to a live cloud deployment in real-time. We’ll:
* Cover tools that bootstrap project creation, freeing you from mucking around with Maven POM boilerplate.
* Generate a domain model and reverse-engineer JPA entities from it.
* Automatically create the scaffolding for tests that run in a real Java EE Container, launched from the IDE.
* Push it all to production on a public site.
Using a variety of projects from the JBoss Community adhering to and building upon open standards, we can create real enterprise apps in the time it takes other sessions to click through some slides. Let's get building!
Presentation Summary
Technical session featuring the Rapid Development possibilities in Java EE, with nods explaining how testing in real containers beats the Spring Test approach (and other bespoke non-Java EE solutions). Live coding format done with one presenter narrating, the other driving the IDE. Code-heavy presentation. Tools to be used: JBoss Forge (akin to Spring Roo, but for Java EE and not limited to JBoss), JBossAS7, OpenShift cloud deployment provisioning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment