« Return to Thread: [scala] minimized scala-library.jar for scala applets

Re: [scala] minimized scala-library.jar for scala applets

by Jim McBeath-3 :: Rate this Message:

Reply to Author | View in Thread

I happen to be using parser combinators in this applet.  I saw
another scala applet that had a pruned down scala-library that
was only about 200K.  Packaging my own applet-specific version of
scala-library.jar seems like a reasonable solution for now, until
the day when the Java plug-in contains scala-library.jar.

--
Jim

On Sat, Aug 02, 2008 at 01:10:46PM +0800, Sean McDirmid wrote:

>    I think we'd eventually have to split up scala-library.jar if applets
>    become popular again. I mean, we already have core Scala (scala.*), and
>    services (actors, parser combinators) which are definitely not used in
>    every applet.
>    Sean
>
>    On Fri, Aug 1, 2008 at 11:21 PM, Miles Sabin <miles@...>
>    wrote:
>
>    On Fri, Aug 1, 2008 at 4:18 PM, Miles Sabin <miles@...>
>    wrote:
>    > I looked at various tools of this sort fairly recently, and the best
>    > free and open source option I found was ProGuard,
>
>      Oh, and the author provides a fairly comprehensive looking list of
>      alternatives,
>       http://proguard.sourceforge.net/alternatives.html
>      Cheers,
>      Miles

 « Return to Thread: [scala] minimized scala-library.jar for scala applets