Mango Pi is a collection of Java Utility Classes that provide easy to use and easy to implement functionality to the Java Developers.
It is an ongoing project. Please feel free to contribute to this Project.
Website Link: Mango-Pi
You require the following to build Mango Pi:
- Latest stable Oracle JDK 7
- Latest stable Apache Ant
Note that this is build-time requirement. JDK 6 is enough to run your Mango Pi based application.
As an attempt to create a library for the things that I often end up using in my projects, I started the Mango Pi Project.
These are some of the things you will find in Mango Pi
-
- Round Robin - This will return an item from a List using Round Robin Algorithm
-
- Used for creating Dynamic MBeans with Annotations
-
- A very simple in-memory caching system with auto-deletion features, event listener and more!
-
- Various Utilities for common use
-
- IP Port - Validate IPv4, IPv6 and Port address. Extract IP, Port information from a String of IP:PORT pattern.