Skip to content

Devoxx 2013 Hackergarten

Arun Gupta edited this page Nov 9, 2013 · 10 revisions

Welcome to Devoxx 2013 Hackergarten!

Are you ready to learn Java EE 7 ? One of the easiest way is to create unit tests. And now you've the opportunity to help!

There is no better way to understand a technology than looking at simple Hello World samples. Java EE 7 Samples provide a comprehensive resource to under new and updated technologies in Java EE 7.

Most of them have index.jsp that invoke TestServlet. The actual usage of technology is in the processRequest (which is called from doGet). The goal of this hackergarten is to convert each usage into one or more unit tests. Of course, you can add more unit tests too :)

Instructions to run the sample are explained here.

Expected Goals

  1. Create unit tests by converting TestServlet to JUnit tests. For the converted unit tests, delete index.jsp, TestServlet, and other related artifacts.
  2. Add new unit tests not covered by existing TestServlet.
  3. Test them by running on WildFly beta2 snapshot (JIRA) and GlassFish 4 (JIRA).
  4. Improve the documentation.
  5. Try these samples in Eclipse and IntelliJ.

We can do more when we work together.

Community powered collaboration is

Clone this wiki locally