-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
100 changed files
with
151 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
JBoss AS Getting Started Guide for Developers | ||
============================================= | ||
JBoss AS Documentation | ||
====================== | ||
|
||
This project contains sources for the JBoss AS Getting Started Guide for Developers. | ||
This project contains sources for the JBoss AS Documentation, consisting of various guides, | ||
written in docbook, and quickstarts, examples which are discussed in the guides. | ||
|
||
* `guide/` -- sources for the guide | ||
* `quickstarts/` -- sources for the examples discussed in the guide | ||
* `guides/` -- sources for the various guides | ||
* `quickstarts/` -- sources for the examples discussed in the guides | ||
* `dist/` -- maven script to build a zip of the built guides + quickstarts | ||
|
||
If you add a quickstart or a guide, don't forget to update `dist/src/main/assembly/README.md`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Distribution | ||
============ | ||
|
||
This is a Maven assembly to create a zip distro of the docs. To run, make sure all the docs are build | ||
|
||
mvn -f ../guides/pom.xml clean install | ||
|
||
And then run the | ||
|
||
mvn clean install | ||
|
||
You will find a zip in `target/jboss-as-docs-<version>.zip` | ||
|
||
The `README.md` in `src/main/assembly` will be included in the finished zip. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
JBoss AS Documentation | ||
====================== | ||
|
||
This is the documentation JBoss AS 7. You will find a detailed tutorials in `guides`, | ||
including: | ||
|
||
* Getting started developing and deploying applications using JBoss AS 7 in | ||
`developer-getting-started-guide/en-US/html/index.htmlz. | ||
|
||
JBoss AS also comes with several quickstart applications, which are discussed in more | ||
detail in the various guides. You can find them in `quickstarts`. | ||
|
||
Developer getting started guide: | ||
|
||
* `helloworld` - CDI + Servlet | ||
* `numberguess` - CDI + JSF | ||
* `login` - CDI + JSF + JPA + EJB + JTA | ||
* `kitchensink` - CDI + JSF + JPA + EJB + JPA + JAX-RS + BV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
JBoss AS Guides | ||
=============== | ||
|
||
This directory contains sources for the JBoss AS Guide.s | ||
|
||
* `developer-getting-started-guide/` -- The Getting Started Guide for developers, focused on how an application is built using Java EE |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
guides/developer-getting-started-guide/src/main/docbook/en-US/.cvsignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
master.filtered.xml |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
<artifactId>jboss-parent</artifactId> | ||
<version>6-beta-2</version> | ||
</parent> | ||
<groupId>org.jboss.as.docs</groupId> | ||
<artifactId>jboss-as-guides-parent</artifactId> | ||
<version>7.0.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>JBoss AS Guides Parent</name> | ||
|
||
|
||
<modules> | ||
<module>developer-getting-started-guide</module> | ||
</modules> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
<artifactId>jboss-parent</artifactId> | ||
<version>6-beta-2</version> | ||
</parent> | ||
<groupId>org.jboss.as.docs</groupId> | ||
<artifactId>jboss-as-docs-parent</artifactId> | ||
<version>7.0.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>JBoss AS Docs Parent</name> | ||
|
||
|
||
<modules> | ||
<module>guides</module> | ||
</modules> | ||
|
||
<profiles> | ||
<profile> | ||
<id>quickstarts</id> | ||
<modules> | ||
<module>quickstarts</module> | ||
</modules> | ||
</profile> | ||
</profiles> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
JBoss AS Quickstarts | ||
==================== | ||
|
||
Quickstarts (or examples, or samples) for JBoss AS. There are a number of rules for quickstarts: | ||
|
||
* Each quickstart should have a unique name, this enables a user to quickly identify each quickstart | ||
* A quickstart should have a simple build that the user can quickly understand. If using maven it should: | ||
1. Not inherit from another POM | ||
2. Import the various BOMs from AS7 APIs to get version numbers | ||
3. Use the JBoss AS Maven Plugin to deploy the example | ||
* The quickstart should be importable into JBoss Tools and deployable there | ||
* The quickstart should be explained in detail in the associated user guide, including how to deploy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
<artifactId>jboss-parent</artifactId> | ||
<version>6-beta-2</version> | ||
</parent> | ||
<groupId>org.jboss.as.docs</groupId> | ||
<artifactId>jboss-as-quickstarts-parent</artifactId> | ||
<version>7.0.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>JBoss AS Quickstarts Parent</name> | ||
|
||
|
||
<modules> | ||
<module>helloworld</module> | ||
<module>numberguess</module> | ||
<module>login</module> | ||
<module>kitchensink</module> | ||
</modules> | ||
|
||
</project> |