-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from darranl/wildfly_react
Add a new post showing how a React application can be hosted by WildFly.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ vendor/ | |
.buildpath | ||
.idea | ||
*.iml | ||
.vscode | ||
|
||
## OS related | ||
*.DS_Store |
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 @@ | ||
--- | ||
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. | ||
|