Full Stack Development Crossword Puzzle

12345678910111213141516171819
Across
  1. 2. The objects managed by the Spring IoC container.
  2. 3. The server-side logic and processing of an application.
  3. 8. Data sent by a server to the client.
  4. 9. A technology for developing dynamic web pages using Java.
  5. 10. Handles the logic in an MVC application.
  6. 12. A popular Java framework for enterprise applications.
  7. 14. Used in Spring for rendering views.
  8. 15. Handling navigation between views in React or Spring.
  9. 17. A metadata facility in Java for declaring configurations, often used in Spring.
  10. 18. The sequence of methods invoked during the creation and destruction of components.
  11. 19. The standard markup language for creating web pages.
Down
  1. 1. Where data is stored for an application.
  2. 4. A reusable part of the UI in React.
  3. 5. A Java class used to handle requests and responses in Java web apps.
  4. 6. A component required by another component, managed by Spring.
  5. 7. The part of the application the user interacts with.
  6. 11. The process of displaying UI components in React.
  7. 13. Data sent by a client to the server.
  8. 15. A JavaScript library for building user interfaces.
  9. 16. A design pattern for building applications with Model, View, and Controller.