GithubHelp home page GithubHelp logo

shotishu / jodd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oblac/jodd

0.0 2.0 0.0 36.2 MB

Jodd! light open-source Java micro-frameworks and tools: tools + ioc + mvc + db + aop + tx + json + html < 1.7 Mb

Home Page: http://jodd.org

License: BSD 2-Clause "Simplified" License

Shell 0.03% Java 65.98% Python 0.33% Kotlin 0.01% HTML 33.62% Lex 0.03%

jodd's Introduction

Jodd

Open-source Java micro-frameworks and tools; compact, yet powerful.


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

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

⚡ Jodd Modules

Jodd is split into many modules, so choose what to use. Some tools and utility modules are:

  • jodd-core contains many utilities, including JDateTime.
  • jodd-bean, our infamous BeanUtil, type inspectors and converters.
  • jodd-props is the super-replacement for Java Properties.
  • jodd-mail for easier email sending.
  • jodd-upload, handles HTTP uploads.
  • jodd-servlet with many servlet utilities, including nice tag library.
  • jodd-http, tiny HTTP client.

and some micro-frameworks:

  • jodd-madvoc - slick MVC framework.
  • jodd-petite - pragmatic DI container.
  • jodd-lagarto - HTML parser with Jerry and CSSelly.
  • jodd-decora - pages decorator.
  • jodd-htmlstapler - static page resources handler.
  • jodd-proxetta - dynamic proxies and Paramo.
  • jodd-db - thin database layer and object mapper.
  • jodd-json - JSON parser and serializer.
  • jodd-vtor - validation framework.

Read more in our official documentation.

☀️ Jodd Bundle

If you are already using many Jodd jars, you can simply just use the bundle jar: jodd-all. It's a single jar with all modules included; where all dependencies are optional. Why not :)

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

Check out sources

Simply clone Jodd Git repo:

git clone https://github.com/oblac/jodd.git jodd

Compile and test, build jars

You can build the Jodd project with:

gradlew build

This will build all jars and run all unit tests. To skip the tests (for faster build), execute:

gradlew build -x test

Build full release with reports

To generate full release, including running integration tests and generating various reports, you need Docker v1.12+.

docker-compose -f etc/docker-compose.yml up
gradlew clean release

Integration tests requires some infrastructure (like databases), hence Docker is used.

Install Jodd into your local Maven

gradlew install

💝 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 :)

🚀

jodd's People

Contributors

igr avatar cproof avatar jdstroy avatar neroux avatar cyburs avatar mfarid avatar wjw465150 avatar wenerme avatar brandon8863 avatar benbenw avatar pvdissel avatar fuwjax avatar jgangemi avatar mushketyk avatar xilnick avatar oddcb avatar pascalschumacher avatar flowbehappy avatar artemish avatar dlangerenken avatar catturagreg avatar jamespic avatar opalo avatar waffle-iron avatar pawelantczak avatar rvenutolo avatar ricoantoniofelix avatar tinobino avatar linjiacheng avatar joerg-schoemer avatar

Watchers

James Cloos avatar shotishu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.