I am currently working on a project that uses the json-taglib-0.4.1.jar library to perform some json communication between the front and back end.
This library works well until we ported it to Java 1.6 recently, we compiled it to 1.5.
Instead of no longer working, I read that it is not available in public repositories, which means that we cannot allow Maven2 dependencies to be managed, which would be ideal.
I really have 2 questions, has anyone successfully used this library in a Java 1.6 project? Does anyone know of a good replacement library that is really accessible through Maven repositories? That would be my favorite decision.
Thanks.
source
share