diff --git a/README.md b/README.md index faf436c6c..0651e910e 100644 --- a/README.md +++ b/README.md @@ -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.

Jodd = tools + ioc + mvc + db + aop + tx + json + html < 1.7 Mb

-+ 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. @@ -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**: @@ -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.