{"id":14659,"date":"2022-12-29T08:25:22","date_gmt":"2022-12-29T07:25:22","guid":{"rendered":"https:\/\/www.itta.net\/formations\/j2ee-web-development\/"},"modified":"2025-08-21T13:58:52","modified_gmt":"2025-08-21T11:58:52","slug":"j2ee-web-development","status":"publish","type":"formations","link":"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/","title":{"rendered":"J2EE Web Development"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Java Servlets and Java Server Pages provide a solid foundation for designing robust and scalable web applications. This J2EE training is designed to support developers in creating modern and high-performance solutions. Participants will learn how to leverage servlet and JSP technologies while also understanding the essential mechanisms of the Java Enterprise Edition platform. With a progressive and structured approach, each learner will gain real autonomy to develop with J2EE dynamic and object-oriented applications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-an-asset-for-developers\">An asset for developers<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Today, mastering n-tier web applications is essential to meet business needs. This course strengthens Java fundamentals while introducing professional practices. Learners will discover how to integrate a web interface with databases, manage sessions, and apply proven architectural models such as MVC. This approach ensures a clear understanding of the interactions between the different layers of an application.<\/p>\n","protected":false},"featured_media":0,"parent":0,"menu_order":0,"template":"","editeurs":[2627],"domaine":[1262,2825],"class_list":["post-14659","formations","type-formations","status-publish","hentry","editeurs-java-en","domaine-development","domaine-programming-languages"],"acf":{"reference":"JAVAW","duree_nombre":4,"duree_unite":"jour","prix_virtuel":2900,"prix_presentiel":3100,"prix_blended":"","prix_elearning":"","views":1940,"niveau":["Interm\u00e9diaire"],"role":"","certifiant":"","pdus":"","lieux":["Gen\u00e8ve","Lausanne"],"formats_dapprentissage":["presentiel","virtuel"],"examen_inclus":"Non certifiant","garanti":[""],"financement":["Temptraining"],"description_temptraining":"","description_caf":"","description_title":"J2EE Training","objectifs":"<ul>\r\n \t<li>Build data-driven Web applications with server-side Java technologies<\/li>\r\n \t<li>Add a Web interface to your databases using Java servlets<\/li>\r\n \t<li>Generate dynamic Web pages with JavaServer pages (JSP)<\/li>\r\n \t<li>Personalize content for users with cookies and sessions using the Java Servlet API<\/li>\r\n \t<li>Integrate JSP custom tags to minimize scriptlet code<\/li>\r\n<\/ul>","connaissances":"<ul>\r\n \t<li>Real-world Java programming experience<\/li>\r\n \t<li>Knowledge of Web technologies and HTML<\/li>\r\n<\/ul>","profils_participants":"<ul>\r\n \t<li>Individuals\u00a0involved in developing Web applications with Java<\/li>\r\n<\/ul>","examen":"","documentation":"<ul>\r\n \t<li>Digital courseware included<\/li>\r\n<\/ul>","lab__exercices":"Lab 1: Developing a Servlet\r\nLab 2: Handling Form Requests in Servlets\r\nLab 3: Configuring Your Web Application\r\nLab 4: Implementing an MVC Design\r\nLab 5: Developing Components with JavaServer Pages Technology\r\nLab 6: Developing JSP Pages by Using Custom Tags\r\nLab 7: Using Filters in Web Applications\r\nLab 8: More Servlet Features\r\nLab 9: Implementing Security\r\nLab 10: Integrating Web Applications with Databases","contenu_cours":"<strong>Module 1: Course overview<\/strong>\r\n<ul>\r\n  <li>Review of Java SE and Java EE program<\/li>\r\n  <li>Introduction to web application technologies<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 2: Web application essentials<\/strong>\r\n<ul>\r\n  <li>Java Servlet technology<\/li>\r\n  <li>JavaServer Pages technology<\/li>\r\n  <li>Model-View-Controller (MVC) architecture<\/li>\r\n  <li>Java EE containers and application servers<\/li>\r\n  <li>Web application development process<\/li>\r\n  <li>Essential structure of a WAR file<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 3: Developing a servlet<\/strong>\r\n<ul>\r\n  <li>HTTP headers and their functions<\/li>\r\n  <li>Request and response processes<\/li>\r\n  <li>Servlet life cycle<\/li>\r\n  <li>Annotations and injection methods<\/li>\r\n  <li>Servlet threading model<\/li>\r\n  <li>Developing a servlet to handle client browser requests<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 4: Processing form requests<\/strong>\r\n<ul>\r\n  <li>HTML forms and data submission<\/li>\r\n  <li>HTTP requests and parameter transmission<\/li>\r\n  <li>Servlets for retrieving form data<\/li>\r\n  <li>Using HttpSession objects<\/li>\r\n  <li>Managing cookies<\/li>\r\n  <li>URL rewriting for session management<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 5: Configuring the web application<\/strong>\r\n<ul>\r\n  <li>Deployment descriptors<\/li>\r\n  <li>Servlet mappings<\/li>\r\n  <li>Context and initialization parameters<\/li>\r\n  <li>@WebServlet and @WebInitParam annotations<\/li>\r\n  <li>ServletContextListener interface<\/li>\r\n  <li>Application scopes<\/li>\r\n  <li>Error handling with a deployment descriptor<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 6: Implementing MVC design<\/strong>\r\n<ul>\r\n  <li>Controller implementation with a servlet<\/li>\r\n  <li>Model implementation with POJO<\/li>\r\n  <li>View implementation with JSP and Expression Language<\/li>\r\n  <li>Connecting model, view, and controller<\/li>\r\n  <li>Injecting a service into a controller<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 7: Developing with JSP<\/strong>\r\n<ul>\r\n  <li>JSP technology<\/li>\r\n  <li>Writing JSP code using script elements<\/li>\r\n  <li>JSP page directive<\/li>\r\n  <li>Standard tags<\/li>\r\n  <li>Expression Language (EL)<\/li>\r\n  <li>JSP configuration in web.xml<\/li>\r\n  <li>JSP error pages<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 8: Custom JSP tags<\/strong>\r\n<ul>\r\n  <li>Designing pages with tag libraries<\/li>\r\n  <li>Using custom tag libraries<\/li>\r\n  <li>JSTL tags<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 9: Using filters<\/strong>\r\n<ul>\r\n  <li>Web container request cycle<\/li>\r\n  <li>Filter API<\/li>\r\n  <li>Developing a filter class<\/li>\r\n  <li>Configuring a filter in web.xml<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 10: Advanced servlet features<\/strong>\r\n<ul>\r\n  <li>Asynchronous servlet<\/li>\r\n  <li>HTTP requests via JavaScript<\/li>\r\n  <li>Handling HTTP responses in JavaScript<\/li>\r\n  <li>Server-push effect<\/li>\r\n  <li>Managing multipart form data<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 11: Security<\/strong>\r\n<ul>\r\n  <li>Common security failures<\/li>\r\n  <li>User authentication<\/li>\r\n  <li>Java EE security model<\/li>\r\n  <li>Secured SSL communication<\/li>\r\n<\/ul>\r\n\r\n<strong>Module 12: Database integration<\/strong>\r\n<ul>\r\n  <li>Model and persistence<\/li>\r\n  <li>Persistent storage with JDBC and JPA<\/li>\r\n<\/ul>\r\n","cours_recommandes":"","infos_additionnelles":"<h3>Understanding the importance of J2EE in modern web development<\/h3>\r\n<p>\r\nThe world of web applications is evolving rapidly. However, some technological foundations remain essential for building robust solutions. J2EE, now often referred to as Jakarta EE, provides a complete framework for developing enterprise-grade web applications. Taking a J2EE training course allows participants to deeply understand the mechanisms that power today\u2019s professional applications. From session management to data persistence, every aspect of development is covered using proven standards.\r\n<\/p>\r\n\r\n<h3>The concrete advantages of the Java Enterprise platform<\/h3>\r\n<p>\r\nLearning to develop with J2EE goes beyond simply writing code. It means adopting an architecture designed for scalability, security, and maintainability. The Java Enterprise platform provides reusable components, centralized resource management, and built-in tools for handling transactions or securing access. This framework prevents developers from reinventing the wheel and allows them to focus on business logic. The result is greater efficiency and reliability.\r\n<\/p>\r\n\r\n<h3>The role of servlets and JSP in an application<\/h3>\r\n<p>\r\nIn a professional environment, servlets act as the controller between the client and the server. They handle HTTP requests, manage sessions, and communicate with the business layer. Java Server Pages, on the other hand, facilitate the dynamic generation of interfaces. Together, they form the foundation of many applications. A J2EE training course teaches how to use them effectively, but also how to integrate them into a modern MVC architecture.\r\n<\/p>\r\n\r\n<h3>Best practices for development with J2EE<\/h3>\r\n<p>\r\nA developer working on enterprise Java applications must follow certain rules to ensure quality. Code should be clear, reusable, and compliant with standards. Separation of concerns is crucial: servlets manage control logic, the model handles data, and the view ensures presentation. Using custom JSP tags or the JSTL library reduces code complexity and improves readability. These best practices, emphasized in training, save valuable time during maintenance or future upgrades.\r\n<\/p>\r\n\r\n<h3>Database integration and data persistence<\/h3>\r\n<p>\r\nAn n-tier web application often relies on interactions with a database. JDBC and JPA are essential tools for this communication. JDBC offers direct and precise access, while JPA provides a higher level of abstraction with entity management. Mastering both approaches is critical for developing with J2EE applications that are truly enterprise-ready. This also ensures reliability and security when storing information.\r\n<\/p>\r\n\r\n<h3>Security as a priority<\/h3>\r\n<p>\r\nWeb applications are exposed to numerous risks. SQL injection, unauthorized access, and session hijacking are just a few of the threats that must be addressed from the start. A J2EE training course highlights the security models integrated into Java EE, such as authentication and role management. Implementing SSL\/TLS protocols ensures confidentiality of communications. These elements transform a functional project into an application truly ready for production use.\r\n<\/p>\r\n\r\n<h3>The contribution of filters and asynchronous servlets<\/h3>\r\n<p>\r\nTo enhance performance and flexibility, J2EE offers complementary mechanisms. Filters allow requests to be intercepted and modified before reaching the target servlet. They are often used for authentication, response compression, or activity logging. Asynchronous servlets, meanwhile, provide the ability to handle long requests without blocking the server. These often overlooked concepts significantly improve the efficiency of modern applications.\r\n<\/p>\r\n\r\n<h3>Why invest in a J2EE training<\/h3>\r\n<p>\r\nTraining in J2EE means acquiring in-demand technical skills, but also understanding best practices in architecture and security. It is also the opportunity to master a technology that remains the backbone of many enterprise applications. In a context where performance and reliability are critical, following this type of training is a strategic choice for any developer wishing to advance their career.\r\n<\/p>\r\n\r\n<h3>FAQ<\/h3>\r\n<p><strong>What is the difference between J2EE and Jakarta EE?<\/strong><\/p>\r\n<p>J2EE is the former name of the platform. It was renamed Jakarta EE, but the concepts and technologies remain similar.<\/p>\r\n\r\n<p><strong>Which roles benefit the most from J2EE training?<\/strong><\/p>\r\n<p>Java developers, application architects, and software engineers gain significant advantages from these skills.<\/p>\r\n\r\n<p><strong>How long does it take to master development with J2EE?<\/strong><\/p>\r\n<p>It depends on the starting level. A Java developer can quickly acquire the basics in a few weeks, but full mastery requires more practice.<\/p>\r\n\r\n<p><strong>Is J2EE still used in current projects?<\/strong><\/p>\r\n<p>Yes, many companies continue to rely on this technology. It is stable, mature, and perfectly suited to the needs of critical applications.<\/p>\r\n\r\n<p><strong>Does the training cover practical aspects?<\/strong><\/p>\r\n<p>Yes, it combines theory with hands-on exercises. Participants build real applications using servlets, JSP, and databases.<\/p>\r\n","inclus_dans_ce_cours_virtuel":"<ul>\r\n \t<li>Training provided by an industry expert<\/li>\r\n \t<li>Digital documentation and materials<\/li>\r\n \t<li>Achievement badge<\/li>\r\n<\/ul>","inclus_dans_ce_cours_presentiel":"<ul>\r\n \t<li>Training provided by an industry expert<\/li>\r\n \t<li>Digital documentation and materials<\/li>\r\n \t<li>Achievement badge<\/li>\r\n<\/ul>","inclus_dans_ce_cours_blended":"","inclus_dans_ce_cours_elearning":"","inclus_dans_ce_cours_surmesure":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Formation J2EE Web Development - ITTA<\/title>\n<meta name=\"description\" content=\"In this course, participants will learn to integrate key Java Enterprise Edition (JavaEE) elements, including servlets and JSP technologies.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/programming-languages\\\/j2ee-web-development\\\/\",\"url\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/programming-languages\\\/j2ee-web-development\\\/\",\"name\":\"Formation J2EE Web Development - ITTA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#website\"},\"datePublished\":\"2022-12-29T07:25:22+00:00\",\"dateModified\":\"2025-08-21T11:58:52+00:00\",\"description\":\"In this course, participants will learn to integrate key Java Enterprise Edition (JavaEE) elements, including servlets and JSP technologies.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/programming-languages\\\/j2ee-web-development\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/programming-languages\\\/j2ee-web-development\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/programming-languages\\\/j2ee-web-development\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.itta.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Development\",\"item\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"J2EE Web Development\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.itta.net\\\/en\\\/\",\"name\":\"ITTA\",\"description\":\"Formations &amp; Certifications en Suisse Romande\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.itta.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Organization\",\"EducationalOrganization\"],\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#organization\",\"name\":\"ITTA\",\"alternateName\":\"IT TRAINING ACADEMY SA\",\"url\":\"https:\\\/\\\/www.itta.net\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.itta.net\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Logo-transparent.png\",\"contentUrl\":\"https:\\\/\\\/www.itta.net\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Logo-transparent.png\",\"width\":1500,\"height\":623,\"caption\":\"ITTA\"},\"image\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/ITTA\\\/100063747262936\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/1001738\",\"https:\\\/\\\/www.instagram.com\\\/itta_suisse\\\/\"],\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+41 58 307 73 00\",\"contactType\":\"customer service\",\"availableLanguage\":[\"French\",\"English\"],\"areaServed\":[{\"@type\":\"Country\",\"name\":\"Switzerland\"},{\"@type\":\"Country\",\"name\":\"France\"}]},\"location\":[{\"@type\":\"Place\",\"name\":\"ITTA Geneve\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Route des Jeunes 35\",\"addressLocality\":\"Carouge\",\"postalCode\":\"1227\",\"addressRegion\":\"GE\",\"addressCountry\":\"CH\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":46.18274,\"longitude\":6.12922}},{\"@type\":\"Place\",\"name\":\"ITTA Lausanne\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Rue des Cotes-de-Montbenon 16\",\"addressLocality\":\"Lausanne\",\"postalCode\":\"1003\",\"addressRegion\":\"VD\",\"addressCountry\":\"CH\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":46.52111,\"longitude\":6.62734}}]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Formation J2EE Web Development - ITTA","description":"In this course, participants will learn to integrate key Java Enterprise Edition (JavaEE) elements, including servlets and JSP technologies.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/","url":"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/","name":"Formation J2EE Web Development - ITTA","isPartOf":{"@id":"https:\/\/www.itta.net\/en\/#website"},"datePublished":"2022-12-29T07:25:22+00:00","dateModified":"2025-08-21T11:58:52+00:00","description":"In this course, participants will learn to integrate key Java Enterprise Edition (JavaEE) elements, including servlets and JSP technologies.","breadcrumb":{"@id":"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.itta.net\/en\/trainings\/development\/programming-languages\/j2ee-web-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.itta.net\/en\/"},{"@type":"ListItem","position":2,"name":"Development","item":"https:\/\/www.itta.net\/en\/trainings\/development\/"},{"@type":"ListItem","position":3,"name":"J2EE Web Development"}]},{"@type":"WebSite","@id":"https:\/\/www.itta.net\/en\/#website","url":"https:\/\/www.itta.net\/en\/","name":"ITTA","description":"Formations &amp; Certifications en Suisse Romande","publisher":{"@id":"https:\/\/www.itta.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.itta.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Organization","EducationalOrganization"],"@id":"https:\/\/www.itta.net\/en\/#organization","name":"ITTA","alternateName":"IT TRAINING ACADEMY SA","url":"https:\/\/www.itta.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.itta.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.itta.net\/wp-content\/uploads\/2023\/02\/Logo-transparent.png","contentUrl":"https:\/\/www.itta.net\/wp-content\/uploads\/2023\/02\/Logo-transparent.png","width":1500,"height":623,"caption":"ITTA"},"image":{"@id":"https:\/\/www.itta.net\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/ITTA\/100063747262936\/","https:\/\/www.linkedin.com\/company\/1001738","https:\/\/www.instagram.com\/itta_suisse\/"],"contactPoint":{"@type":"ContactPoint","telephone":"+41 58 307 73 00","contactType":"customer service","availableLanguage":["French","English"],"areaServed":[{"@type":"Country","name":"Switzerland"},{"@type":"Country","name":"France"}]},"location":[{"@type":"Place","name":"ITTA Geneve","address":{"@type":"PostalAddress","streetAddress":"Route des Jeunes 35","addressLocality":"Carouge","postalCode":"1227","addressRegion":"GE","addressCountry":"CH"},"geo":{"@type":"GeoCoordinates","latitude":46.18274,"longitude":6.12922}},{"@type":"Place","name":"ITTA Lausanne","address":{"@type":"PostalAddress","streetAddress":"Rue des Cotes-de-Montbenon 16","addressLocality":"Lausanne","postalCode":"1003","addressRegion":"VD","addressCountry":"CH"},"geo":{"@type":"GeoCoordinates","latitude":46.52111,"longitude":6.62734}}]}]}},"_links":{"self":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/formations\/14659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/formations"}],"about":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/types\/formations"}],"wp:attachment":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/media?parent=14659"}],"wp:term":[{"taxonomy":"editeurs","embeddable":true,"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/editeurs?post=14659"},{"taxonomy":"domaine","embeddable":true,"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/domaine?post=14659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}