{"id":50,"date":"2008-06-08T20:37:35","date_gmt":"2008-06-09T01:37:35","guid":{"rendered":"http:\/\/www.jetpen.com\/blog\/?p=50"},"modified":"2023-02-04T23:21:21","modified_gmt":"2023-02-05T05:21:21","slug":"java-technology-challenges","status":"publish","type":"post","link":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/","title":{"rendered":"Java technology challenges"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Here is my Java wish list.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>module deployment<\/strong> &#8211; Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following:\n<ul class=\"wp-block-list\">\n<li>SQL DDL for initial database schema creation and on-going evolution<\/li>\n\n\n\n<li>SQL DML and possibly Java code for upgrading data as the schema evolves and the application features are upgraded<\/li>\n\n\n\n<li>XML documents and binary resources containing data that needs to be processed by the application and possibly loaded into the database<\/li>\n\n\n\n<li>HTML pages or templates (e.g., Tapestry) that can be dynamically added to a Web application<\/li>\n\n\n\n<li>Scripts (e.g., Groovy), rules, or other forms of code that can be dynamically executed.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>module dependency<\/strong> &#8211; Java needs a better way to dynamically enable or disable behaviors that depend on whether modules of code are available, similar to how <a href=\"https:\/\/www.php.net\/manual\/en\/function.function-exists.php\" title=\"\">function_exists(f)<\/a> works in PHP, without having to resort to invoking methods using Java reflection. A static programming model should be possible, while protecting a block of code to be conditionally executed only if another class is loadable.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Here is my Java wish list.<\/p>\n","protected":false},"author":1,"featured_media":2147,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[3],"tags":[],"class_list":["post-50","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ben Eng\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"There is no box - Insights into innovation\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Java technology challenges - There is no box\" \/>\n\t\t<meta property=\"og:description\" content=\"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-06-09T01:37:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-02-05T05:21:21+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ben.eng\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@jetpen\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Java technology challenges - There is no box\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@jetpen\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#blogposting\",\"name\":\"Java technology challenges - There is no box\",\"headline\":\"Java technology challenges\",\"author\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/author\\\/ben\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/wp-content\\\/uploads\\\/2008\\\/11\\\/WPQ05utglX9emZcEFSwD.jpg\",\"width\":400,\"height\":400},\"datePublished\":\"2008-06-08T20:37:35-05:00\",\"dateModified\":\"2023-02-04T23:21:21-06:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#webpage\"},\"articleSection\":\"software\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.jetpen.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/category\\\/software\\\/#listItem\",\"name\":\"software\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/category\\\/software\\\/#listItem\",\"position\":2,\"name\":\"software\",\"item\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/category\\\/software\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#listItem\",\"name\":\"Java technology challenges\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#listItem\",\"position\":3,\"name\":\"Java technology challenges\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/category\\\/software\\\/#listItem\",\"name\":\"software\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/#person\",\"name\":\"Ben Eng\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/author\\\/ben\\\/#author\",\"url\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/author\\\/ben\\\/\",\"name\":\"Ben Eng\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#webpage\",\"url\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/\",\"name\":\"Java technology challenges - There is no box\",\"description\":\"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/author\\\/ben\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/author\\\/ben\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/wp-content\\\/uploads\\\/2008\\\/11\\\/WPQ05utglX9emZcEFSwD.jpg\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#mainImage\",\"width\":400,\"height\":400},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/2008\\\/06\\\/08\\\/java-technology-challenges\\\/#mainImage\"},\"datePublished\":\"2008-06-08T20:37:35-05:00\",\"dateModified\":\"2023-02-04T23:21:21-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/\",\"name\":\"There is no box\",\"description\":\"Insights into innovation\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.jetpen.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Java technology challenges - There is no box","description":"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema","canonical_url":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#blogposting","name":"Java technology challenges - There is no box","headline":"Java technology challenges","author":{"@id":"https:\/\/www.jetpen.com\/blog\/author\/ben\/#author"},"publisher":{"@id":"https:\/\/www.jetpen.com\/blog\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg","width":400,"height":400},"datePublished":"2008-06-08T20:37:35-05:00","dateModified":"2023-02-04T23:21:21-06:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#webpage"},"isPartOf":{"@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#webpage"},"articleSection":"software"},{"@type":"BreadcrumbList","@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.jetpen.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog\/category\/software\/#listItem","name":"software"}},{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog\/category\/software\/#listItem","position":2,"name":"software","item":"https:\/\/www.jetpen.com\/blog\/category\/software\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#listItem","name":"Java technology challenges"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#listItem","position":3,"name":"Java technology challenges","previousItem":{"@type":"ListItem","@id":"https:\/\/www.jetpen.com\/blog\/category\/software\/#listItem","name":"software"}}]},{"@type":"Person","@id":"https:\/\/www.jetpen.com\/blog\/#person","name":"Ben Eng"},{"@type":"Person","@id":"https:\/\/www.jetpen.com\/blog\/author\/ben\/#author","url":"https:\/\/www.jetpen.com\/blog\/author\/ben\/","name":"Ben Eng"},{"@type":"WebPage","@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#webpage","url":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/","name":"Java technology challenges - There is no box","description":"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.jetpen.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#breadcrumblist"},"author":{"@id":"https:\/\/www.jetpen.com\/blog\/author\/ben\/#author"},"creator":{"@id":"https:\/\/www.jetpen.com\/blog\/author\/ben\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg","@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#mainImage","width":400,"height":400},"primaryImageOfPage":{"@id":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/#mainImage"},"datePublished":"2008-06-08T20:37:35-05:00","dateModified":"2023-02-04T23:21:21-06:00"},{"@type":"WebSite","@id":"https:\/\/www.jetpen.com\/blog\/#website","url":"https:\/\/www.jetpen.com\/blog\/","name":"There is no box","description":"Insights into innovation","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.jetpen.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"There is no box - Insights into innovation","og:type":"article","og:title":"Java technology challenges - There is no box","og:description":"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema","og:url":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/","og:image":"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg","og:image:secure_url":"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg","og:image:width":400,"og:image:height":400,"article:published_time":"2008-06-09T01:37:35+00:00","article:modified_time":"2023-02-05T05:21:21+00:00","article:publisher":"https:\/\/www.facebook.com\/ben.eng","twitter:card":"summary_large_image","twitter:site":"@jetpen","twitter:title":"Java technology challenges - There is no box","twitter:description":"Here is my Java wish list. module deployment - Java has done well to define an archive format and class loading system that enables code to be organized into libraries. However, a modular application needs more than the deployment of Java classes. It also needs to accommodate the following: SQL DDL for initial database schema","twitter:creator":"@jetpen","twitter:image":"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg"},"aioseo_meta_data":{"post_id":"50","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"java","score":100,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":1},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":[]}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-11-12 20:59:06","updated":"2025-06-04 04:28:48","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.jetpen.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.jetpen.com\/blog\/category\/software\/\" title=\"software\">software<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJava technology challenges\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.jetpen.com\/blog"},{"label":"software","link":"https:\/\/www.jetpen.com\/blog\/category\/software\/"},{"label":"Java technology challenges","link":"https:\/\/www.jetpen.com\/blog\/2008\/06\/08\/java-technology-challenges\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.jetpen.com\/blog\/wp-content\/uploads\/2008\/11\/WPQ05utglX9emZcEFSwD.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8eKak-O","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/posts\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/comments?post=50"}],"version-history":[{"count":1,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/posts\/50\/revisions"}],"predecessor-version":[{"id":2485,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/posts\/50\/revisions\/2485"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/media\/2147"}],"wp:attachment":[{"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/media?parent=50"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/categories?post=50"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jetpen.com\/blog\/wp-json\/wp\/v2\/tags?post=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}