-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Devoxx 2013 Hackergarten
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 the doGet
of TestServlet
).
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. Send a pull request after unit tests are ready.
- Create unit tests by converting
TestServlet
to JUnit tests. For the converted unit tests, deleteindex.jsp
,TestServlet
, and other related artifacts. - Add new unit tests not covered by existing
TestServlet
. - Test them by running on WildFly beta2 snapshot (JIRA) and GlassFish 4 (JIRA).
- Improve the documentation.
- Try these samples in Eclipse and IntelliJ.
We can do more when we work together. Let the hacking begin!