From the course: Jakarta EE Overview
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Challenge: Create an application with Jakarta EE Web Profile - Jakarta EE Tutorial
From the course: Jakarta EE Overview
Challenge: Create an application with Jakarta EE Web Profile
(light upbeat music) - [Instructor] You will now try out and practice some of the things you have learned so far. I hope you're ready to get your hands dirty with some coding using Jakarta EE Web Profile. In this challenge, you will create a simple Jakarta EE application and explore a couple of the APIs provided by the specifications that are included in Jakarta EE Web 10 Web Profile. You will then deploy your application to a compatible implementation and check it out in the web browser. The application you are going to build will use a couple of key Jakarta EE technologies. You will retrieve greetings from a database using Jakarta Persistence, and then filter out one of them in a Jakarta Enterprise Bean. You will map the greeting to a DTO or data transfer object using Jakarta Records, before producing the greeting as JSON through a RESTful endpoint. It will all run in Eclipse GlassFish 7 and use Apache Derby as…