Repository: deltaspike Updated Branches: refs/heads/master fcb0fee3a -> 53c8efe71
DELTASPIKE-690 - Update examples page and :toc: Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/932bc5d0 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/932bc5d0 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/932bc5d0 Branch: refs/heads/master Commit: 932bc5d0f7964eae25af0da1b8f888f4d8f73ee9 Parents: fcb0fee Author: Rafael Benevides <[email protected]> Authored: Mon Dec 15 20:30:39 2014 -0200 Committer: Rafael Benevides <[email protected]> Committed: Mon Dec 15 20:30:39 2014 -0200 ---------------------------------------------------------------------- documentation/src/main/asciidoc/examples.adoc | 29 ------------- site/src/main/asciidoc/community.adoc | 3 +- site/src/main/asciidoc/documentation.adoc | 2 +- site/src/main/asciidoc/download.adoc | 3 +- site/src/main/asciidoc/examples.adoc | 45 +++++++++++--------- site/src/main/asciidoc/javadoc.adoc | 3 +- site/src/main/asciidoc/migration-guide.adoc | 2 +- site/src/main/asciidoc/news.adoc | 2 +- site/src/main/asciidoc/release-preparation.adoc | 2 +- .../main/asciidoc/suggested-git-workflows.adoc | 2 +- 10 files changed, 34 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/documentation/src/main/asciidoc/examples.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/examples.adoc b/documentation/src/main/asciidoc/examples.adoc deleted file mode 100644 index 57c5c5e..0000000 --- a/documentation/src/main/asciidoc/examples.adoc +++ /dev/null @@ -1,29 +0,0 @@ -= See DeltaSpike in Action - -:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -:toc: - -A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in `deltaspike-project-<version>-source-release.zip`. - -To begin using the projects, complete the following steps: - -. link:https://deltaspike.apache.org/download.html[Download `deltaspike-project-<version>-source-release.zip`] -. Extract the archive contents -+ -[source,shell] ----- -$ unzip deltaspike-project-<version>-source-release.zip ----- -+ -. Build the projects -+ -[source,shell] ----- -$ cd /path/to/deltaspike-project-<version>/examples -$ mvn clean package ----- - -== Next -* To see more ready-to-deploy DeltaSpike examples and templates, see <<external#,External Examples>>. -* To read how DeltaSpike is being used by developers, see <<articles#,Articles and Blogs>>. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/community.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/community.adoc b/site/src/main/asciidoc/community.adoc index afe1760..2433fe5 100644 --- a/site/src/main/asciidoc/community.adoc +++ b/site/src/main/asciidoc/community.adoc @@ -2,8 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] - +:toc: == Introduction http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/documentation.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/documentation.adoc b/site/src/main/asciidoc/documentation.adoc index ea23050..1c7c468 100644 --- a/site/src/main/asciidoc/documentation.adoc +++ b/site/src/main/asciidoc/documentation.adoc @@ -2,7 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] +:toc: == Sources http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/download.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/download.adoc b/site/src/main/asciidoc/download.adoc index 12fe121..e78282b 100644 --- a/site/src/main/asciidoc/download.adoc +++ b/site/src/main/asciidoc/download.adoc @@ -2,8 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] - +:toc: == Latest Release http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/examples.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/examples.adoc b/site/src/main/asciidoc/examples.adoc index 9e6fe7f..57c5c5e 100644 --- a/site/src/main/asciidoc/examples.adoc +++ b/site/src/main/asciidoc/examples.adoc @@ -1,22 +1,29 @@ -= Examples += See DeltaSpike in Action :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] - -== Introduction - -=== #1 - -artifact-id: deltaspike-jse-owb-example (the shown use-cases also work -with _Weld_ - only the bootstrapping of the container is different, -because this example is based on Java-SE and therefore outside of an -Java-EE(6+) application server. - -== External - -* https://github.com/os890/ee6-ds-demo[Fullstack EE6+ with DeltaSpike @os890 (tested with EE6 and EE7)] -* http://s.apache.org/xA[Fullstack CODI to DeltaSpike @ os890] -* https://github.com/jboss-developer/jboss-wfk-quickstarts[jboss-wfk-quickstarts(search for __deltaspike__)] -* https://github.com/confess/confess2012_deltaspike[confess2012_deltaspike] - +:toc: + +A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in `deltaspike-project-<version>-source-release.zip`. + +To begin using the projects, complete the following steps: + +. link:https://deltaspike.apache.org/download.html[Download `deltaspike-project-<version>-source-release.zip`] +. Extract the archive contents ++ +[source,shell] +---- +$ unzip deltaspike-project-<version>-source-release.zip +---- ++ +. Build the projects ++ +[source,shell] +---- +$ cd /path/to/deltaspike-project-<version>/examples +$ mvn clean package +---- + +== Next +* To see more ready-to-deploy DeltaSpike examples and templates, see <<external#,External Examples>>. +* To read how DeltaSpike is being used by developers, see <<articles#,Articles and Blogs>>. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/javadoc.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/javadoc.adoc b/site/src/main/asciidoc/javadoc.adoc index f32b6c0..d35de1d 100644 --- a/site/src/main/asciidoc/javadoc.adoc +++ b/site/src/main/asciidoc/javadoc.adoc @@ -2,8 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] - +:toc: == Latest version http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/migration-guide.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/migration-guide.adoc b/site/src/main/asciidoc/migration-guide.adoc index f067bca..b28b928 100644 --- a/site/src/main/asciidoc/migration-guide.adoc +++ b/site/src/main/asciidoc/migration-guide.adoc @@ -2,7 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] +:toc: == Introduction http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/news.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/news.adoc b/site/src/main/asciidoc/news.adoc index bcaa9bb..600380c 100644 --- a/site/src/main/asciidoc/news.adoc +++ b/site/src/main/asciidoc/news.adoc @@ -2,7 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] +:toc: == Overview http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/release-preparation.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/release-preparation.adoc b/site/src/main/asciidoc/release-preparation.adoc index 5c391c8..1609495 100644 --- a/site/src/main/asciidoc/release-preparation.adoc +++ b/site/src/main/asciidoc/release-preparation.adoc @@ -2,7 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] +:toc: == Introduction http://git-wip-us.apache.org/repos/asf/deltaspike/blob/932bc5d0/site/src/main/asciidoc/suggested-git-workflows.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/suggested-git-workflows.adoc b/site/src/main/asciidoc/suggested-git-workflows.adoc index da8785f..2d5f1d3 100644 --- a/site/src/main/asciidoc/suggested-git-workflows.adoc +++ b/site/src/main/asciidoc/suggested-git-workflows.adoc @@ -2,7 +2,7 @@ :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -[TOC] +:toc: == Avoid git-pull!
