Skip to content

Commit

Permalink
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jan 25, 2024
1 parent 6b40a3b commit 591e0e3
Show file tree
Hide file tree
Showing 62 changed files with 232 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

:toc:
:toclevels: 4
:numbered:
Expand Down
4 changes: 4 additions & 0 deletions batch-processing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= batch-processing: Chunk oriented Batch 1.0 processing
:author: Rafael Benevides
:level: Intermediate
:technologies: CDI, Batch 1.0, JSF
:openshift: true
:portedToGlow: true

[abstract]
The `batch-processing` quickstart shows how to use chunk oriented batch jobs to import a file to a database.
Expand Down
4 changes: 4 additions & 0 deletions bmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= bmt: Bean Managed Transactions with JPA and JTA
:author: Mike Musgrove
:level: Intermediate
:technologies: EJB, BMT
:openshift: true
:portedToGlow: true

[abstract]
The `bmt` quickstart demonstrates Bean-Managed Transactions (BMT), showing how to manually manage transaction demarcation while accessing JPA entities.
Expand Down
4 changes: 4 additions & 0 deletions cmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= cmt: Container Managed Transactions (CMT)
:author: Tom Jenkinson
:level: Intermediate
:technologies: EJB, CMT, JMS
:openshift: true
:portedToGlow: true

[abstract]
The `cmt` quickstart demonstrates Container-Managed Transactions (CMT), showing how to use transactions managed by the container.
Expand Down
3 changes: 3 additions & 0 deletions contacts-jquerymobile/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= contacts-jquerymobile: CRUD Example Using HTML5, jQuery Mobile and JAX-RS
:author: Joshua Wilson
:level: Beginner
Expand Down
4 changes: 4 additions & 0 deletions ee-security/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ee-security: Using Jakarta EE Security
:author: Darran Lofthouse
:level: Intermediate
:technologies: EE Security, Servlet, CDI
:openshift: true
:portedToGlow: true

[abstract]
The `ee-security` quickstart demonstrates Jakarta EE security.
Expand Down
3 changes: 3 additions & 0 deletions ejb-multi-server/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-multi-server: EJB Communication Across Servers
:author: Wolf-Dieter Fink
:level: Advanced
Expand Down
4 changes: 4 additions & 0 deletions ejb-remote/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-remote: Remote EJB Client Example
:author: Jaikiran Pai, Mike Musgrove
:level: Intermediate
:technologies: EJB, JNDI
:openshift: true
:portedToGlow: true

[abstract]
The `ejb-remote` quickstart uses EJB and JNDI to demonstrate how to access an EJB, deployed to {productName}, from a remote Java client application.
Expand Down
4 changes: 4 additions & 0 deletions ejb-security-context-propagation/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-security-context-propagation: Demonstrate security context propagation in EJB to remote EJB calls
:author: Stefan Guilhen
:level: Advanced
:technologies: EJB, Security
:portedToGlow: true

[abstract]
The `ejb-security-context-propagation` quickstart demonstrates how the security context can be propagated to a remote EJB using a remote outbound connection configuration
Expand Down
4 changes: 4 additions & 0 deletions ejb-security-programmatic-auth/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-security-programmatic-auth: Using the programmatic API to invoke a remote EJB using different identities
:author: Stefan Guilhen
:level: Intermediate
:technologies: EJB, Security
:portedToGlow: true

[abstract]
The `ejb-security-programmatic-auth` quickstart demonstrates how to programmatically setup different identities when invoking a remote secured EJB.
Expand Down
4 changes: 4 additions & 0 deletions ejb-throws-exception/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-throws-exception: Handle Exceptions across JARs in an EAR
:author: Brad Maxwell
:level: Intermediate
:technologies: EJB, EAR
:deploymentDir: ear
:portedToGlow: true

[abstract]
The `ejb-throws-exception` quickstart demonstrates how to throw and handle exceptions across JARs in an EAR.
Expand Down
4 changes: 4 additions & 0 deletions ejb-timer/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-timer: Example of Jakarta Enterprise Bean Timer Service - @Schedule and @Timeout
:author: Ondrej Zizka <[email protected]>
:level: Beginner
:technologies: EJB Timer
:openshift: true
:portedToGlow: true

[abstract]
The `ejb-timer` quickstart demonstrates how to use the Jakarta Enterprise Bean timer service `@Schedule` and `@Timeout` annotations with {productName}.
Expand Down
4 changes: 4 additions & 0 deletions ejb-txn-remote-call/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ejb-txn-remote-call: Demonstrates remote EJB calls and transaction propagation
:author: Ondra Chaloupka
:level: Intermediate
:technologies: EJB, JTA, Clustering
:openshift: true
:portedToGlow: true

[abstract]
The `ejb-txn-remote-call` quickstart demonstrates remote transactional EJB calls over two application servers of {productName}.
Expand Down
3 changes: 3 additions & 0 deletions ha-singleton-deployment/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ha-singleton-deployment: Deploying Cluster-wide Singleton Services Using Singleton Deployments
:author: Radoslav Husar
:level: Advanced
Expand Down
3 changes: 3 additions & 0 deletions ha-singleton-service/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= ha-singleton-service: Deploying Cluster-wide Singleton MSC Services
:author: Radoslav Husar
:level: Advanced
Expand Down
4 changes: 4 additions & 0 deletions helloworld-jms/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld-jms: Helloworld JMS Example
:author: Weston Price
:level: Intermediate
:technologies: JMS
:portedToGlow: true

[abstract]
The `helloworld-jms` quickstart demonstrates the use of external JMS clients with {productName}.
Expand Down
4 changes: 4 additions & 0 deletions helloworld-mdb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld-mdb: Helloworld Using an MDB (Message-Driven Bean)
:author: Serge Pagop, Andy Taylor, Jeff Mesnil
:level: Intermediate
:technologies: JMS, EJB, MDB
:openshift: true
:portedToGlow: true

[abstract]
The `helloworld-mdb` quickstart uses JMS and EJB Message-Driven Bean (MDB) to create and deploy JMS topic and queue resources in {productName}.
Expand Down
3 changes: 3 additions & 0 deletions helloworld-mutual-ssl-secured/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld-mutual-ssl-secured: Securing a Web Application with Mutual (two-way) TLS Configuration and Role-based Access Control
:author: Giriraj Sharma, Stefan Guilhen
:level: Intermediate
Expand Down
3 changes: 3 additions & 0 deletions helloworld-mutual-ssl/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld-mutual-ssl: {productName} Mutual TLS(two-way) Configuration Example
:author: Giriraj Sharma, Stefan Guilhen
:level: Intermediate
Expand Down
4 changes: 4 additions & 0 deletions helloworld-singleton/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld-singleton: Helloworld Using a Singleton EJB
:author: Serge Pagop
:level: Beginner
:technologies: EJB, Singleton
:openshift: true
:portedToGlow: true

[abstract]
The `helloworld-singleton` quickstart demonstrates an EJB Singleton Bean that is instantiated once and maintains state for the life of the session.
Expand Down
4 changes: 4 additions & 0 deletions helloworld-ws/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld-ws: Hello World JAX-WS Web Service
:author: Lee Newson
:level: Beginner
:technologies: JAX-WS
:openshift: true
:portedToGlow: true

[abstract]
The `helloworld-ws` quickstart demonstrates a simple Hello World application, bundled and deployed as a WAR, that uses JAX-WS to say Hello.
Expand Down
4 changes: 4 additions & 0 deletions helloworld/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= helloworld: Helloworld Example
:author: Pete Muir
:level: Beginner
:technologies: Servlet
:openshift: true
:portedToGlow: true

[abstract]
The `helloworld` quickstart demonstrates the use of Servlet 6 and is a good starting point to verify {productName} is configured correctly.
Expand Down
4 changes: 4 additions & 0 deletions hibernate/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= hibernate: How to Use Hibernate in an Application
:author: Madhumita Sadhukhan
:level: Intermediate
:technologies: Hibernate
:openshift: true
:portedToGlow: true

[abstract]
The `hibernate` quickstart demonstrates how to use Hibernate ORM 6 over Persistence, using Bean Validation, and Enterprise Beans.
Expand Down
4 changes: 4 additions & 0 deletions http-custom-mechanism/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= http-custom-mechanism: Create a custom HTTP authorization mechanism
:author: Darran Lofthouse
:level: Intermediate
:technologies: EJB, Security
:portedToGlow: true

[abstract]
The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron.
Expand Down
4 changes: 4 additions & 0 deletions jaxrs-client/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= jaxrs-client: Jakarta REST Client API example
:author: Rafael Benevides
:level: Beginner
:technologies: JAX-RS
:openshift: true
:portedToGlow: true

[abstract]
The `jaxrs-client` quickstart demonstrates Jakarta REST Client API, which interacts with a Jakarta REST Web service that runs on {productName}.
Expand Down
4 changes: 4 additions & 0 deletions jaxrs-jwt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= jaxrs-jwt: Jakarta REST secured using JSON Web Tokens (JWTs)
:author: Martin Mazanek
:level: Intermediate
:technologies: JAX-RS, Security
:portedToGlow: true

[abstract]
The `jaxrs-jwt` quickstart demonstrates a Jakarta REST secured application using JSON Web Tokens (JWT) with Elytron.
Expand Down
4 changes: 4 additions & 0 deletions jaxws-ejb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= jaxws-ejb: An EJB JAX-WS Web Service
:author: R Searls
:level: Beginner
:technologies: JAX-WS
:portedToGlow: true

[abstract]
The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB.
Expand Down
4 changes: 4 additions & 0 deletions jaxws-retail/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,14 @@ endif::[]
:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools

// Enable Rendering of Glow configuration in plugin examples
:portedToGlow: true

= jaxws-retail: A Retail JAX-WS Web Service
:author: R Searls
:level: Beginner
:technologies: JAX-WS
:portedToGlow: true

[abstract]
The `jaxws-retail` quickstart is a working example of a simple web service endpoint.
Expand Down
Loading

0 comments on commit 591e0e3

Please sign in to comment.