Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Sep 23, 2020
1 parent c2eb902 commit 38ebb4b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
## 👋 Hello!

Welcome to **Jodd** - a unique, alternative world of Java :) You can find here some micro-frameworks and some handy tools. Nothing more, nothing less.
Welcome to the **Jodd** - a unique, alternative world of Java :) You can find here some micro-frameworks and some handy tools. Nothing more, nothing less.

<h4 align="center">Jodd = tools + ioc + mvc + db + aop + tx + json + html < 1.7 Mb</h4>

+ Official web site (site & documentation): https://jodd.org
+ Jodd micro-frameworks (30 min overview): https://joddframework.org
Check the official web-site: https://jodd.org

## ‼️ The Future and Versions

**v6** is the maintained version, working on Java 8 and 11. Only few components are promoted to v6:
## ‼️ The Future and Jodd Versions

+ [jodd-util](https://github.com/oblac/jodd-util)
+ [jodd-mail](https://github.com/oblac/jodd-mail)
+ [jodd-json](https://github.com/oblac/jodd-json)
+ [jodd-lagarto](https://github.com/oblac/jodd-lagarto)
Version **v6** is the maintained version, working on Java 8 and 11. Only few components are promoted to v6:

+ [jodd-util](https://github.com/oblac/jodd-util)
+ [jodd-mail](https://github.com/oblac/jodd-mail)
+ [jodd-json](https://github.com/oblac/jodd-json)
+ [jodd-lagarto](https://github.com/oblac/jodd-lagarto)

The decision which component is promoted is based on the Maven Central Repo statistics.

**v5** contains remaining libraries and frameworks. They are in low-maintenance mode.
Version **v5** contains remaining libraries and frameworks. They are in maintenance mode.

Sorry, I can only do so much.

Expand All @@ -44,10 +44,10 @@ _Use what you like._ **Thank you.** 🙏

**Cool libraries**:

+ `jodd-json` - JSON parser and serializer.
+ `jodd-lagarto` - HTML parser with `Jerry` and `CSSelly` and `Form` tag.
+ `jodd-json` - JSON parser and serializer.
+ `jodd-lagarto` - HTML parser with `Jerry` and `CSSelly` and `Form` tag.
+ `jodd-http` - tiny HTTP client.
+ `jodd-mail` - for easier email sending.
+ `jodd-mail` - for easier email sending.

**Micro-frameworks**:

Expand All @@ -69,8 +69,8 @@ _Use what you like._ **Thank you.** 🙏

**Utilities**:

+ `jodd-core` - contains many every-day utilities.
+ `jodd-bean` - our infamous `BeanUtil`, type inspectors and converters.
+ `jodd-core` - contains many every-day utilities.
+ `jodd-bean` - our infamous `BeanUtil`, type inspectors and converters.
+ `jodd-props` - is the super-replacement for Java `Properties`.
+ `jodd-servlet` - with many servlet utilities, including nice tag library.

Expand Down

0 comments on commit 38ebb4b

Please sign in to comment.