Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new post showing how a React application can be hosted by WildFly. #569

Merged
merged 2 commits into from Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.