Skip to content

Commit

Permalink
Merge pull request #31 from rafabene/benevides-devconf
Browse files Browse the repository at this point in the history
Review from Rafael Benvides
  • Loading branch information
gastaldi committed Jan 4, 2016
2 parents 808b318 + 60cacbc commit 3b76cbf
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 17 deletions.
6 changes: 3 additions & 3 deletions tutorials/forge-hol/docs/chapters/installing.adoc
Expand Up @@ -9,7 +9,7 @@ If you are a command line addict or are more confortable with a Eclipse, you can

Follow these steps to install a Forge distribution:

- Ensure that you have already installed a http://www.oracle.com/technetwork/java/javase/downloads/index.html[Java 7+ JDK].
- Ensure that you have already installed a http://www.oracle.com/technetwork/java/javase/downloads/index.html[Java 8+ JDK].
- http://red.ht/1vEB0v0[Download] and Un-zip Forge into a folder on your hard-disk, this folder will be your `FORGE_HOME`
- Add `$FORGE_HOME/bin` to your path (windows, linux, mac osx)
- Run JBoss Forge by typing the `forge` command in your system terminal.
Expand Down Expand Up @@ -56,10 +56,10 @@ brew install jboss-forge

Run JBoss Forge by typing the `forge` command in your system terminal.

=== Installing JBDS 8.0 with EAP
=== Installing JBDS 9.0 with EAP

Installing JBDS is a piece of cake. Just download the installer from the
http://www.jboss.org/download-manager/file/jboss-devstudio-8.0.0.GA-jar_universal.jar[JBoss website]
http://www.jboss.org/products/devstudio/download/[JBoss website]
and in the target folder you enter:

[source, console]
Expand Down
4 changes: 2 additions & 2 deletions tutorials/forge-hol/docs/chapters/introduction.adoc
Expand Up @@ -55,7 +55,7 @@ This lab should be as self explanatory as possible. So your job is to follow the

The following software needs to be downloaded and installed:

- http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK 7]
- http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK 8]
- http://maven.apache.org/download.cgi[Maven 3.2.x]
- http://forge.jboss.org/download[JBoss Forge 2.12.2] or higher
- http://wildfly.org/downloads/[WildFly 8.1]
- http://wildfly.org/downloads/[WildFly 9.0.x]
17 changes: 5 additions & 12 deletions tutorials/forge-hol/docs/chapters/using.adoc
Expand Up @@ -174,7 +174,7 @@ image::../images/using/new-field.png[title="Creating a new field in Entity"]
Repeat these steps to create the following fields in the Book class:
[source]
--
Field name: description | Length: 2000
Field name: description | Type: java.lang.String| Length: 2000
Field name: price | Type: java.lang.Float
Field name: nbOfPages | Type: java.lang.Integer
Field name: publicationDate | Type java.util.Date | Temporal Type: DATE
Expand Down Expand Up @@ -252,8 +252,8 @@ Click Finish.
Now add two more constraints to the Book class:
[source]
--
Constraint: Past | Property: publicationDate
Constraint: Size | Max: 3000 | Property: description
Property: publicationDate | Constraint: Past
Property: description | Constraint: Size | Max: 3000
--


Expand Down Expand Up @@ -374,7 +374,6 @@ Enough, talking, let's install the http://forge.jboss.org/addon/org.jboss.forge.

[source, console]
----
[cdbookstore]$ addon-install-from-git --url https://github.com/forge/as-addon --coordinate org.jboss.forge.addon:as
[cdbookstore]$ addon-install-from-git --url https://github.com/forge/jboss-as-addon --coordinate org.jboss.forge.addon:jboss-as-wf
----

Expand Down Expand Up @@ -410,21 +409,15 @@ WildFly is started, the application is deployed, you can now go to http://localh
==== Installing the JBoss AS Forge addon on JBDS

Open the Forge wizard (Ctrl + 4 or CMD + 4 on Mac) and choose _Install an Addon from GIT_, enter
_https://github.com/jerr/as-addon_ as GIT Repository URL ad _org.jboss.forge.addon:as,2.0.0-SNAPSHOT_ as Coordinate:
_https://github.com/forge/jboss-as-addon_ as GIT Repository URL ad _org.jboss.forge.addon:jboss-as-wf_ as Coordinate:

[source]
--
GIT Repository: https://github.com/jerr/as-addon | Coordinate: org.jboss.forge.addon:as,2.0.0-SNAPSHOT
GIT Repository: https://github.com/forge/jboss-as-addon | Coordinate: org.jboss.forge.addon:jboss-as-wf
--

image::../images/using/addon-install.png[title="Installing an Addon"]

Now perform the same action for:
[source]
--
GIT Repository: https://github.com/jerr/jboss-as-addon | Coordinate: org.jboss.forge.addon:jboss-as-wf8,2.0.0-SNAPSHOT
--

It's now time to set up your server. Open the Forge wizard (Ctrl + 4 or CMD + 4 on Mac) and choose
_AS: Setup_, then select _wildfly8_:

Expand Down
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/installing/jbds-install-9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/using/addon-install.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/using/configure-constraint.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/using/jpa-new-entity.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/using/new-enum-jpa-field.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/using/new-field.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/forge-hol/docs/images/using/new-relationship.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b76cbf

Please sign in to comment.