Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2658
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Applets and custom cl |
| Message-ID | <1192578649.446124.203490@e34g2000pro.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <1192569790.200578.291320@i38g2000prf.googlegroups.com> |
| Date | 2011-04-27 15:40 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui On Oct 17, 7:23 am, "a24...@googlemail.com" <a24...@googlemail.com> wrote: > On Oct 16, 9:52 am, "Andrew Thompson" <u32984@uwe> wrote: > > > In addition to loading loose classes > > lazily, you *might* (if it makes sense) also load resources from > > Jar files lazily. Do not add them to the archives attribute > > (obviously) and simply form a complete URL to the jar/resource > > when accessing it. > > The jar is sent as a whole over the network. A web server does not > understand a URL pointing into a jar, can not extract the class or > resource out of a jar and can not individually send a class or > resource from a jar. ... Which is not a problem, if it is 'one resource per jar'. The OP mentioned lazy loading, which implies either a lot of, or large, resources. If the latter, the Jar might make sense - or at least, Jar(s) for the largest resource(s). Andrew T. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Applets and custom cl "Qu0ll" <qu0ll@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
Re: Applets and custom cl "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
Re: Applets and custom cl a24900@googlemail.com.remove-dii-this - 2011-04-27 15:40 +0000
Re: Applets and custom cl "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
csiph-web