Skip to content

Latest commit

 

History

History

static

jakarta.ee

The jakarta.ee website is generated with Hugo 0.76.5.

Jakarta EE is the future of cloud native Java. Jakarta EE open source software drives cloud native innovation, modernizes enterprise applications and protects investments in Java EE.

Build Status Netlify Status

Getting Started

Install dependencies, build assets and start a web server:

npm && npm run production
hugo server

Specification Section (Optional)

Fetch and copy pages for the Specification section:

npm run specifications

Contributors list (Optional)

Contributors list json file (used on release page) can be generate via:

npm run generate_contributor_list

P.S. Script also needs GH_TOKEN env variable to work, to run with env variable inline:

GH_TOKEN=<gh token here> npm run generate_contributor_list

Contributing

⚠️ Warning: We need to commit the Hugo output on the master branch because this used to be an organization website. Please make sure to target the src branch when submitting a new pull request. A travis-ci job will take care of updating the master branch for us.

  1. Fork the jakartaee/jakarta.ee repository
  2. Clone repository: git clone https://github.com/[your_github_username]/jakarta.ee.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a pull request

Please refer to the CONTRIBUTING.md file for additional information on how to contribute to this project!

Declared Project Licenses

This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0

How to include a new membership testimonials

  • Website https://jakarta.ee/membership/ rotates a series of membership testimonials.
  • Each testimonial is around 400 characters long.
  • To add a new quote, a Github issue and Pull-Request can be sent to https://github.com/jakartaee/jakarta.ee repository.
  • Pull-request should contains a new .yml file in the folder data/membership/testimonials/ with the folling format:
    testimonial: "testimonial text no longer than 450 characters"
    title: "<Author of the testimonial> , <Organization>"
    
  • Example of PR

How to add a reference in Jakarta EE Announcements section from one Jakarta EE Working Group post

Let's say we created a new post on jakarta.ee/news/ with the title "Jakarta EE 9.1 Released" and the url of https://jakarta.ee/news/jakartaee-91-released/

Related Projects

Images, less and JavaScript files for the Eclipse Foundation look and feel.

Hugo theme of the Eclipse Foundation look and feel.

Bugs and Feature Requests

Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Author

Christopher Guindon (Eclipse Foundation)

Trademarks

  • Jakarta® is a Trademark of the Eclipse Foundation, Inc.
  • Eclipse® is a Trademark of the Eclipse Foundation, Inc.

Copyright and License

Copyright 2019-2021 the Eclipse Foundation, Inc. and the jakarta.ee authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).