Skip to content

Commit

Permalink
update readmes for new blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Mar 24, 2019
1 parent 8e1b265 commit d5f3adc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -40,3 +40,8 @@

* What’s new in Spring Boot 2.1 ([Blog](https://rieckpil.de/review-whats-new-in-spring-boot-2-1/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/whats-new-in-spring-boot-2.1))
* Improved Java/Jakarta EE productivity with Adam Bien’s WAD (Watch and Deploy) ([Blog](https://rieckpil.de/review-improved-java-jakarta-ee-productivity-with-adam-biens-wad-watch-and-deploy/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/improved-java-ee-productivity-with-wad))


## OTHER:

* Java/Jakarta EE application servers ([Blog](https://rieckpil.de/cheatsheet-java-jakarta-ee-application-servers/), [Sources](https://github.com/rieckpil/blog-tutorials/tree/master/application-server-cheatsheet))
8 changes: 8 additions & 0 deletions application-server-cheatsheet/README.md
@@ -0,0 +1,8 @@
# Codebase for the blog post [#CHEATSHEET: Java/Jakarta EE application servers](https://rieckpil.de/cheatsheet-java-jakarta-ee-application-servers/)

Steps to run this project:

1. Clone this Git repository
2. Navigate to the folder `application-server-cheatsheet`
3. Bulild the project with `mvn clean package`
4. Deploy it to a running application server of your choice and follow the steps described in the blog for creating the data source. Have a look at the specific JNDI names for the data source within the `persistence.xml` and `SampleResource.java`

0 comments on commit d5f3adc

Please sign in to comment.