Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] compact JPA jar file for distribution ?

Hello,

Javawebstarted swing app using JPA dont need server related code with its xsd files etc. Are there any plans for such a compact jar file at least as build option , that only contains what an embedded JPA client needs ?.

Using a custom "masking" classloader i have tracked the loaded classes, resources in runtime and saved it to a a custom jar file ,
and there is a noticable difference in size.
Problem is i need to cover all possible usage cases that can happen with error handling etc inorder for this to be a safe way to do it.
Its hard to know for sure that i managed to do that.
Hence my request.

regards
 gustav


Back to the top