Skip to content

Commit

Permalink
UI addon readme docs improved
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 30, 2013
1 parent 22053f4 commit bdcb0e4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ui/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are basically four input types:
|===
|Addon |Exported |Optional

|container-cdi
|org.jboss.forge.furnace:container-cdi
|No
|No

Expand All @@ -49,9 +49,12 @@ There are basically four input types:

== Setup

=== Service consumer
This addon requires the following installation steps.

To consume exported services of this addon, you must add it a dependency in the *pom.xml* of your `forge-addon` classified artifact:
=== Add configuration to pom.xml

To consume exported services of this addon, you must add it a dependency in the *pom.xml* of your `forge-addon`
classified artifact:

[source,xml]
----
Expand Down Expand Up @@ -160,7 +163,7 @@ public class WizardNextStep extends AbstractUICommand implements UIWizardStep
}
----

Creating components dynamically:: If the number of inputs are unknown at compile time, it is possible to create inputs using InputComponentFactory:
Creating components programmatically:: If the number of inputs are unknown at compile time, it is possible to create inputs using InputComponentFactory:

[source,java]
----
Expand Down

0 comments on commit bdcb0e4

Please sign in to comment.