The jakartablogs.ee website is generated with Planet Venus.
Welcome to the blog home of open source, cloud native Java innovation! Read posts from our global community on Jakarta EE news, technologies, best practices, and compatible products.
Jakarta Blogs provides one aggregated feed: http://feeds.feedburner.com/jakartaeeblogs
You can subscribe to the feed with your favorite feed reader or read the feed online at Jakartablogs.ee.
We (the admins) generally ask ourselves the following questions before adding a feed to Jakarta Blogs:
The issue or pull request must include a picture (185x185), the RSS feed url for the blog and the full name of the author.
If the contributor chose to submit a pull request, this information must be added to planet/planet.ini file as follows:
[https://blogs.eclipse.org/blog/180/feed]
name = Tanja Obradovic
picture = tanja-obradovic.jpg
Pictures must be added to the planet/theme/authors folder.
:exclamation: TIP: If your blog contains other topics than Jakarta EE, use categories to filter the feed, e.g. <your blog>/category/jakarta-ee/feed/
.
How to run the application:
docker-compose build && docker-compose up -d
How to make changes to files and test those changes locally:
docker cp path/to/file.html [CONTAINER-ID]:/path/to/file.html
git clone https://github.com/[your_github_username]/jakartablogs.ee.git
git checkout -b my-new-feature
git commit -m 'Add some feature' -s
git push origin my-new-feature
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
Images, less and JavaScript files for the Eclipse Foundation look and feel.
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.
Christopher Guindon (Eclipse Foundation)
Copyright 2018 the Eclipse Foundation, Inc. and the jakartablogs.ee authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).