Skip to content

Commit

Permalink
Add author info
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed May 28, 2012
1 parent 84ce313 commit 8c0e6e8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tutorial/AdminJSF.asciidoc
@@ -1,6 +1,6 @@
Building the Administration UI using Forge
==========================================
:Author: Pete Muir
Pete Muir

What Will You Learn Here?
-------------------------
Expand Down
4 changes: 2 additions & 2 deletions tutorial/BusinessLogic.asciidoc
@@ -1,6 +1,6 @@
Building The Business Services With JAX-RS
==========================================
:Author: Marius Bogoevici
Marius Bogoevici

What Will You Learn Here?
-------------------------
Expand Down Expand Up @@ -1389,4 +1389,4 @@ are retrieved correctly (`testGetBookings` and `testPagination`). Finally, we ar
deletion takes place correctly (`testDelete`).

The other tests in the application follow roughly the same pattern and are left as an exercise to the
reader.
reader.
4 changes: 2 additions & 2 deletions tutorial/DashboardGWT.asciidoc
@@ -1,6 +1,6 @@
Building The Statistics Dashboard Using GWT And Errai
=====================================================
:Author: Marius Bogoevici, Christian Sadilek
Marius Bogoevici, Christian Sadilek

What Will You Learn Here?
-------------------------
Expand Down Expand Up @@ -440,4 +440,4 @@ public class ShowStatusWidget extends Composite {
}
---------------------------------------------------------------------------------------------------------

This class is has two responsibilities. First, it will to display together all the performances that belong to a given show. Also, it will update its `PerformanceStatusWidget` children whenever a booking event is received on the client (through the observer method defined above).
This class is has two responsibilities. First, it will to display together all the performances that belong to a given show. Also, it will update its `PerformanceStatusWidget` children whenever a booking event is received on the client (through the observer method defined above).
1 change: 0 additions & 1 deletion tutorial/DataPersistence.asciidoc
@@ -1,6 +1,5 @@
Building The Persistence Layer With JPA2 And Bean Validation
============================================================
Pete Muir

What Will You Learn Here?
-------------------------
Expand Down
3 changes: 1 addition & 2 deletions tutorial/Introduction.asciidoc
@@ -1,7 +1,6 @@
Introduction & Getting Started
==============================
:Author: Burr Sutter

Burr Sutter

Purpose and Target Audience
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion tutorial/UserFrontEnd.asciidoc
@@ -1,6 +1,6 @@
Building The User UI Using HTML5 And jQuery
===========================================
:Author: Marius Bogoevici
Marius Bogoevici

What Will You Learn Here?
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion tutorial/WhatIsTicketMonster.asciidoc
@@ -1,6 +1,6 @@
What is TicketMonster?
======================
:Author: Marius Bogoevici
Marius Bogoevici

TicketMonster is an example application that focuses on Java EE6 - JSF 2, JPA 2, CDI and JAX-RS
along with HTML5, jQuery Mobile, JSF and GWT. It is a moderately complex application that
Expand Down

0 comments on commit 8c0e6e8

Please sign in to comment.