Jodd Project

Jodd is an open-source Java utility library and set of frameworks. Jodd tools enriches JDK with many powerful and feature rich utilities. It helps with everyday task, makes code more robust and reliable. Jodd frameworks is set of lightweight application frameworks, compact yet powerful. Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler.

Лицензия

Лицензия

The New BSD License
Группа

Группа

org.jodd
Идентификатор

Идентификатор

jodd
Последняя версия

Последняя версия

3.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jodd Project
Jodd is an open-source Java utility library and set of frameworks. Jodd tools enriches JDK with many powerful and feature rich utilities. It helps with everyday task, makes code more robust and reliable. Jodd frameworks is set of lightweight application frameworks, compact yet powerful. Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler.
Ссылка на сайт

Ссылка на сайт

http://jodd.org
Организация-разработчик

Организация-разработчик

Jodd
Система контроля версий

Система контроля версий

https://github.com/oblac/jodd

Скачать jodd

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.jodd/jodd/ -->
<dependency>
    <groupId>org.jodd</groupId>
    <artifactId>jodd</artifactId>
    <version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jodd/jodd/
implementation 'org.jodd:jodd:3.4.1'
// https://jarcasting.com/artifacts/org.jodd/jodd/
implementation ("org.jodd:jodd:3.4.1")
'org.jodd:jodd:jar:3.4.1'
<dependency org="org.jodd" name="jodd" rev="3.4.1">
  <artifact name="jodd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jodd', module='jodd', version='3.4.1')
)
libraryDependencies += "org.jodd" % "jodd" % "3.4.1"
[org.jodd/jodd "3.4.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • jodd-core
  • jodd-bean
  • jodd-mail
  • jodd-props
  • jodd-upload
  • jodd-servlet
  • jodd-http
  • jodd-proxetta
  • jodd-swingspy
  • jodd-vtor
  • jodd-petite
  • jodd-madvoc
  • jodd-db
  • jodd-jtx
  • jodd-lagarto
  • jodd-lagarto-web
  • jodd-joy


GitHub release Build Status codecov Codacy Badge JitPack Stack Overflow BSD License

Produce lightweight code and focus on unleashing your full potential. Jodd is a set of developer-friendly and open-source Java micro-frameworks. It's designed to make things simple, but not simpler.

👋 Hello!

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

Check the official web-site: https://jodd.org

‼️ The Future and Jodd Versions

Version v6 is the maintained version, working on Java 8 and 11. Only few components are promoted to v6:

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

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

Sorry, I can only do so much.

Jodd

Jodd is set of micro-frameworks and developer-friendly tools and utilities.

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-http - tiny HTTP client.
  • jodd-mail - for easier email sending.

Micro-frameworks:

  • jodd-madvoc - slick MVC framework.
  • jodd-petite - pragmatic DI container.
  • jodd-proxetta - dynamic proxies and Paramo.
  • jodd-db - thin database layer and object mapper.
  • jodd-jtx - transactions management.

Less used tools:

  • jodd-decora - pages decorator.
  • jodd-htmlstapler - static page resources handler.
  • jodd-vtor - validation framework.

Full Stack Bundle:

  • jodd-joy - super-easy app framework, built with Jodd micro-frameworks.

Utilities:

  • 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.

Read more in our official documentation.

:octocat: Building Jodd from source

Jodd is built with Gradle on JDK8, targeting Java 1.8. You don't have to install anything, the only prerequisites are Git and Java JDK.

💝 Contribute

Feel free to contribute! Follow these steps:

First time only:

  • fork the Jodd repo (upstream) to your GitHub account (origin)
  • clone origin as your local repo

Every other time:

  • update both origin and local repos from upstream
  • create new branch for a feature or bug fix
  • commit often :)
  • once when work is done, push local changes to your origin
  • send us a pull request (PR)

We will pickup up from there :)

🚀

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

org.jodd

Oblac

Версии библиотеки

Версия
3.4.1
3.4.0
3.3.8
3.3.7
3.3.4
3.3.3
3.3.2
3.3.1
3.3
3.2.7
3.2.6
3.2.5
3.2
3.1.1
3.1.0