资 源 简 介
jSmart Utils
Introduction
This project is mainly focused on developing more and more utilisties like mail utilities, dao utilities, ldap utilities, file utilities, file importing utilities etc. for easy coding in java.
Overview
jSmartUtils is the best utility that follows Inversion of Control and Abstraction principles for providing lots of utilities for developers to code on their business logic, lieu coding boiler plate code like opening the stream class and closing it. Mostly we will forget to close the object we opened for file handling, database connection, etc. It may lead to many problems; now let’s stop the way of opening and closing the stream objects. With the help of jSmartUtils, developers can focus on the programming logic with the stream object which will be injected by jSmartUtils through interface injection and handle it using Abstraction callback technique.
jSmart