User Tools

Site Tools


Writing /app/www/public/data/meta/development/external_jars.meta failed
development:external_jars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:external_jars [2019/04/01 11:18] – [Ticketer] mpandeydevelopment:external_jars [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Grails 2.x External Lib Dependencies (Excluding plugins) ======
 +
 +^ Jar ^ Version  ^  Use Case       ^ Recommendation     ^
 +| jxls | 2.4.7   | Template Based Excel Generation       | Only for smaller Excel file |
 +| commons-net | 1.4.1   | Email Sending feature       | NA |
 +| ireasoningssnmp | NA   | Why do we have in ticketer?       | NA |
 +| hessian | 3.2   | To communicate with other app       | NA |
 +| smartgwt | NA   | Extension for GWT       | NA |
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +====== Springboot Dependencies/Libraries (jdk 8.0+) ======
 +^ Library  ^  Use Case       ^ Comment     ^
 +|okhttp|Communication using Http protocol |Advanced http client|
 +|hamcrest|Junit|test assertion api|
 +|jackson|JSON to Java Object and vice versa| |
 +|commons-io|Utilities to assist with developing IO functionality| |
 +|freemarker|Template engine| |
 +|skyscreamer-jsonassert|Utility to unit test JSON| |
 +more to come 
 +
 +