deployment - Building custom Java library -



deployment - Building custom Java library -

i've noticed lot of javascript/jquery libraries allow developers customize .js file, including bare minimum functionality save bandwidth/page load times.

now when i'm distributing java library clients, there way same? don't forcing clients have include big library in application if they're going using few classes.

ideally packaged nice jar file.

edit: similar this: http://flowplayer.org/tools/download/index.html

most obfuscators (including popular proguard) can (and default will) eliminate unused methods , classes jar. nice job of checking apparently unused classes not used indirectly main program.

java deployment jar

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -