From a1f50008a0ffc8c585deb88464362238a8e68ffc Mon Sep 17 00:00:00 2001
From: Benjamin Culkin
Date: Sat, 18 May 2024 21:23:40 -0400
Subject: Initial commit
---
src/main/webapp/index.html | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 src/main/webapp/index.html
(limited to 'src/main/webapp/index.html')
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
new file mode 100644
index 0000000..b40d6e9
--- /dev/null
+++ b/src/main/webapp/index.html
@@ -0,0 +1,39 @@
+
+
+Welcome to Jakarta EE!
+
+
+ Welcome!
+
+ Welcome to Jakarta EE! This is a very
+ simple Jakarta EE application generated by the official Eclipse
+ Starter. It includes a simple "Hello World" RESTful service.
+
+
+
+
+
+ The REST end-point is available at rest/hello.
+ You can supply a name to the end-point using a query parameter like this: rest/hello?name=Jane
+
+ Learn more!
+ There are many excellent free resources to learn Jakarta EE! The following are some that you should begin exploring alongside the starter.
+
+ - The Jakarta EE Tutorial is a comprehensive reference
+ for developing applications with Jakarta EE.
+ - The First Cup is part of the Tutorial and is a gentle
+ hands-on introduction to Jakarta EE.
+ - You can further explore the First Cup Examples
+ to get a feel for how Jakarta EE applications look like.
+ - The Jakarta EE Tutorial Examples is a very
+ comprehensive resource showing you how to use many Jakarta EE APIs and features.
+ - The Eclipse Cargo Tracker project demonstrates first-hand how you can
+ develop applications with Jakarta EE using widely adopted architectural best practices like Domain-Driven Design (DDD).
+
+
+
+ We hope you enjoy your Jakarta EE journey!
+
+
+
\ No newline at end of file
--
cgit v1.2.3