Skip to content

Commit

Permalink
Merge pull request #569 from darranl/wildfly_react
Browse files Browse the repository at this point in the history
Add a new post showing how a React application can be hosted by WildFly.
  • Loading branch information
bstansberry committed Mar 8, 2024
2 parents 7f56e27 + 971774e commit 569795a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,6 +13,7 @@ vendor/
.buildpath
.idea
*.iml
.vscode

## OS related
*.DS_Store
14 changes: 14 additions & 0 deletions _posts/2024-03-08-wildfly-react-getting-started.adoc
@@ -0,0 +1,14 @@
---
layout: post
title: 'Hosting a React Application on WildFly'
date: 2024-03-08
tags: react wildfly
synopsis: Creation of a new project bundling a new React application and hosting it on WildFly.
author: darranl
link: http://lofthouse.dev/2024/03/07/hosting-a-react-application-on-wildfly/
---

As part of an upcoming development item I am going to be working with a React application deployed to the WildFly application server and invoking Jakarta RESTful Web Service endpoints to interact with the server side of the application.

I thought others might find it useful to see the steps I have taken. This blog post describes my steps up until the point I have the default React application deployed to WildFly, I may then follow up with some blogs of my subsequent steps.

0 comments on commit 569795a

Please sign in to comment.