Skip to content

Commit 88f93ef

Browse files
Merge pull request #198 from rvirod/feature/TUTORIALS-190
TUTORIALS-190 - Add tags to tutorials
2 parents 8197d26 + 2c119c8 commit 88f93ef

File tree

15 files changed

+120
-1
lines changed

15 files changed

+120
-1
lines changed

JumpTheQueue/index.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= Jump start an end-to-end devonfw sample application.
2+
3+
[tags]
4+
--
5+
technology=Java;devon4j;devon4ng
6+
difficulty=beginner
7+
topic=Jump The Queue;end-to-end;e2e
8+
--
9+
210
====
311
Jump The Queue is a small application based on the devonfw framework, which you can create yourself by following our simple step-by-step tutorial. By doing so, you will learn about the app development workflow and gain insight into the design of a professional business information system.
412

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to the devonfw repository for all devonfw assets. You can find all ready
44

55
== How to Create Your Tutorial
66

7-
Get to know how to write your first tutorial by running your first https://katacoda.com/devonfw/scenarios/tutorial-compiler[katacoda tutorial] on this topic! Additionally, You can find an detailed explanation as well in the wiki https://github.com/devonfw-tutorials/tutorials/wiki/Development[here].
7+
Get to know how to write your first tutorial by running your first https://katacoda.com/devonfw/scenarios/tutorial-compiler[katacoda tutorial] on this topic! Additionally, You can find a detailed explanation as well in the wiki https://github.com/devonfw-tutorials/tutorials/wiki/Development[here].
88

99
An overview of the commands available for tutorial specification out of the box can be found in the https://github.com/devonfw-tutorials/tutorials/wiki/Functions[function reference].
1010

angular-mock-service/index.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= Angular Data Mocking and Service: A way to test the untestables
2+
3+
[tags]
4+
--
5+
technology=Angular;devon4ng
6+
difficulty=beginner
7+
topic=testing;mock;unit test;service
8+
--
9+
210
====
311
In this scenario, you will learn how to write a simple mock service that helps us by feeding data into our components.
412

cobigen-setup/index.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= Setting up devonfw Code Generator(i.e. CobiGen)
2+
3+
[tags]
4+
--
5+
technology=CobiGen;Java;CobiGen CLI;Eclipse;devonfw
6+
difficulty=beginner
7+
topic=setup
8+
--
9+
210
====
311
CobiGen is a generic incremental code generator. It allows you to generate application code based on the devonfw architecture including all software layers.
412
There is also a CobiGen Command Line Interface(CLI) where you can start the setup following the generation of code.

create-your-own-tutorial/index.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= Create your own tutorial
2+
3+
[tags]
4+
--
5+
technology=asciidoc;Katacoda;wiki;tutorial-compiler
6+
difficulty=beginner
7+
topic=tutorial;documentation
8+
--
9+
210
====
311
In this scenario, you will learn how to create your own tutorial using the tutorial compiler.
412

devon4j-app/index.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
= Generate your Java application with devon4j
2+
3+
[tags]
4+
--
5+
technology=Java;devonfw;Maven
6+
difficulty=beginner
7+
topic=project generation;setup;architecture;first application
8+
asset=devon4j;My Thay Star
9+
--
10+
211
====
312
devon4j is the Java stack of devonfw. It allows you to build business applications (backends) using Java technology in a highly efficient and standardized way based on established best-practices.
413

devon4j-architecture/index.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
= devon4j architecture in practice
2+
3+
[tags]
4+
--
5+
technology=Java
6+
difficulty=beginner
7+
topic=architecture
8+
asset=devon4j
9+
--
10+
211
====
312
## Prerequisites
413

devon4j-http-rest-client/index.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= Develop a devon4j CXF REST Client using Synchronous call
2+
3+
[tags]
4+
--
5+
technology=Java;HTTP;Spring Data;Spring JPA;Flyway;Apache CXF;JAX-RS
6+
difficulty=intermediate
7+
topic=Rest;Rest API;authentication;API;client
8+
asset=devon4j;My Thai Star
9+
--
210
====
311
REST (REpresentational State Transfer) is an inter-operable protocol for services that is more lightweight than SOAP. We give best practices that lead to simple, easy and pragmatic "HTTP APIs".
412

devon4j-migrate/index.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
= Migrate a devon4j project to the latest version
2+
3+
[tags]
4+
--
5+
technology=Java;devonfw
6+
difficulty=beginner
7+
topic=migration;version
8+
asset=devon4j
9+
--
10+
211
====
312
This tutorial mainly focuses on migrating an older version of devon4j project to the latest version using devon4j migrate command.
413

devon4ng-architecture/index.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
= devon4ng architecture
22
== Understand the architecture principles followed by devon4ng (the angular asset of devonfw)
3+
4+
[tags]
5+
--
6+
technology=Angular
7+
difficulty=beginner
8+
topic=architecture;module
9+
asset=devon4ng
10+
--
11+
312
====
413
## Prerequisites
514

0 commit comments

Comments
 (0)