Hello,
I am revising our library packaging to optimize the size of our distribution, I am using the documentation http://www.smartclient.com/smartgwte...endencies.html where I am missing some information.
Not listed (purpose and dependencies):
* isomorphic_contentexport (I assume something to do with PDF export)
* isomorphic_jpa (I assume for persistence)
I also find some jar's in the distribution (pro version 3.1) which are not mentioned on the page, which makes it hard to decide if I should include them:
* groovy-all
* javassist
* slf4j
Also:
* can I still drop the dom4j when not needed otherwise but when using poi (it is not explicitely mentioned but it is a dependency of poi ooxm in the poml).
* the jsr173_1.0_api is mentioned as required when using poi but I can't find it in your binary distribution
Thanks for clearing this up!
I am revising our library packaging to optimize the size of our distribution, I am using the documentation http://www.smartclient.com/smartgwte...endencies.html where I am missing some information.
Not listed (purpose and dependencies):
* isomorphic_contentexport (I assume something to do with PDF export)
* isomorphic_jpa (I assume for persistence)
I also find some jar's in the distribution (pro version 3.1) which are not mentioned on the page, which makes it hard to decide if I should include them:
* groovy-all
* javassist
* slf4j
Also:
* can I still drop the dom4j when not needed otherwise but when using poi (it is not explicitely mentioned but it is a dependency of poi ooxm in the poml).
* the jsr173_1.0_api is mentioned as required when using poi but I can't find it in your binary distribution
Thanks for clearing this up!
Comment