diff --git a/.gitignore b/.gitignore index fc56ab2..388cac3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,8 @@ target *.iml .vscode +node_modules + ## OS related *.DS_Store +node_modules/ diff --git a/content/blogs/index.html b/content/blogs/index.html index 0158368..80a2d2d 100644 --- a/content/blogs/index.html +++ b/content/blogs/index.html @@ -8,27 +8,62 @@ link: blogs/page:page --- +
+ {#if page.paginator.total > 1} - {#if page.paginator.previous} - ← Newer Posts - {/if} - - {#if page.paginator.next} - Older Posts → - {/if} + {/if} diff --git a/content/books.html b/content/books.html index dced313..308ed6c 100644 --- a/content/books.html +++ b/content/books.html @@ -3,56 +3,105 @@ title: Books selflink: books --- -
-
- |
-
- RESTful Java with JAX-RS by - Bill - Burke. RESTful Java with JAX-RS includes a technical guide that explains REST and - JAX-RS, - how they work, and when to use them. With the RESTEasy workbook that follows, you get - step-by-step instructions for installing, configuring, and running several working - JAX-RS - examples, using the JBoss RESTEasy implementation of JAX-RS. - |
-
+ Dive deeper into RESTful web services and JAX-RS with these recommended books from the community. +
+
-
- |
-
- RESTful Web Services by Leonard - Richardson and Sam Ruby. A great introduction to REST, RESTful techniques, and - designing - RESTful Web Services. Its how I learned about REST initially. - |
-
+ + RESTful Java with JAX-RS includes a technical guide that explains REST and JAX-RS, + how they work, and when to use them. With the RESTEasy workbook that follows, you get + step-by-step instructions for installing, configuring, and running several working + JAX-RS examples, using the JBoss RESTEasy implementation of JAX-RS. +
+ + View on O'Reilly + +
-
- |
-
- RESTful Web Services Cookbook - by - Subbu Allamaraju and Mike Amundsen. Detailed cookbook on how to design RESTful - services. - Subbu has an incredible blog on REST and finally - he's - taken a lot of his ideas and experiences along with Mike Amundsen and incorporated them - into a book. - |
-
+ + A great introduction to REST, RESTful techniques, and designing RESTful Web Services. + It's how I learned about REST initially. +
+ + View on O'Reilly + +
+ + Detailed cookbook on how to design RESTful services. Subbu has an + incredible blog on REST and finally + he's taken a lot of his ideas and experiences along with Mike Amundsen and incorporated + them into a book. +
+ + View on O'Reilly + +RESTEasy source code is stored at github.com/resteasy/resteasy/. - To build RESTEasy from source, clone from github and do "mvn install".
- diff --git a/content/community.md b/content/community.md new file mode 100644 index 0000000..bfa0494 --- /dev/null +++ b/content/community.md @@ -0,0 +1,152 @@ +--- +layout: default +title: Community +--- + +# Community + +Welcome to the RESTEasy community! We're a friendly group of developers building and using Jakarta REST (formerly JAX-RS) implementations. Whether you're a user, contributor, or just curious, we'd love to have you involved. + +## Get Involved + ++ Ask questions, share ideas, and connect with other RESTEasy users and developers. Our GitHub Discussions is the best place to get help and engage with the community. +
+ + Join Discussions + ++ Found a bug or have a feature request? Report issues and track development progress on our JIRA issue tracker. +
+ + View Issues + ++ We welcome contributions! Check out our contributing guide to learn how to submit pull requests, report issues, and help improve RESTEasy. +
+ + Contributing Guide + ++ Our community values respect and inclusivity. Please review our Code of Conduct to understand our community standards. +
+ + Code of Conduct + ++ Browse the source code, submit pull requests, and explore the codebase on GitHub. +
+ + View on GitHub + ++ Dive deeper into RESTEasy and JAX-RS with recommended books and learning resources. +
+ + View Books + ++ Meet the amazing people who make RESTEasy possible. View all contributors on GitHub. +
+ + View Contributors + ++ RESTEasy is a proud member of the Commonhaus Foundation, + a home for open source projects that value community, collaboration, and shared governance. +
++ RESTEasy follows a transparent governance model. Review our Governance Document + to learn about project leadership, decision-making processes, and how you can get involved. +
+RESTEasy can run in any Servlet container, but tighter integration with WildFly Application Server and Quarkus is also available to make the user experience nicer in those environments.
-