Make Java roadmap interactive

pull/1508/head
Kamran Ahmed 2 years ago
parent 765aef3659
commit f1c3de33bb
  1. 1
      content/roadmaps.json
  2. 5
      content/roadmaps/109-java/landscape.md
  3. 1
      content/roadmaps/109-java/meta.json
  4. 2
      lib/roadmap.ts
  5. 5293
      public/project/java.json
  6. 4
      public/sitemap.xml

@ -464,7 +464,6 @@
"isUpcoming": false, "isUpcoming": false,
"featured": true, "featured": true,
"jsonUrl": "/project/java.json", "jsonUrl": "/project/java.json",
"landingPath": "/roadmaps/109-java/landscape.md",
"resourcesPath": "/roadmaps/109-java/resources.md", "resourcesPath": "/roadmaps/109-java/resources.md",
"versions": [ "versions": [
"latest", "latest",

@ -1,5 +0,0 @@
The intent of this guide is to give you an idea about the Java ecosystem and to help guide your learning if you are confused. We have another roadmap on the [Backend Development](/backend) that focuses on the backend development if you are interested in that.
Also, please note that the list below is exhaustive, and the items are listed in no particular order. You don't need to learn everything listed in the picture, however knowing what you don't know is as important as knowing things.
[![](/roadmaps/java.png)](/roadmaps/java.png)

@ -35,7 +35,6 @@
"isUpcoming": false, "isUpcoming": false,
"featured": true, "featured": true,
"jsonUrl": "/project/java.json", "jsonUrl": "/project/java.json",
"landingPath": "./landscape.md",
"resourcesPath": "./resources.md", "resourcesPath": "./resources.md",
"versions": [ "versions": [
"latest", "latest",

@ -43,5 +43,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
} }
export function isInteractiveRoadmap(id: string): boolean { export function isInteractiveRoadmap(id: string): boolean {
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python'].includes(id); return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java'].includes(id);
} }

File diff suppressed because it is too large Load Diff

@ -57,7 +57,7 @@
<url> <url>
<loc>https://roadmap.sh/java</loc> <loc>https://roadmap.sh/java</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2022-08-08T14:33:53.389Z</lastmod> <lastmod>2022-08-14T15:22:36.252Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
@ -267,7 +267,7 @@
<url> <url>
<loc>https://roadmap.sh/signup</loc> <loc>https://roadmap.sh/signup</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2022-08-04T14:33:07.896Z</lastmod> <lastmod>2022-08-14T14:08:55.805Z</lastmod>
<priority>0.9</priority> <priority>0.9</priority>
</url> </url>
<url> <url>

Loading…
Cancel
Save