| Author |
remote import statements
|
Ram Mohan
Ranch Hand
Joined: Jan 19, 2004
Posts: 44
|
|
i was just wondering if you could use some import statements that actually import classes / packages from remote sites....i know rmi is the answer for this, but i seriously would think a statement like import com.sun.java/utils/something/something.*; would make a lot of sense since you don't need to manually download the package onto your computer....imagine moving the same program amongst different sites in a production environment, you would need to keep shifting the package & this would really hamper development.... thanks in advance
|
If quitters never win, and winners never cheat, who's the idiot that said: Quit while you're ahead?
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
|
Sounds like Java Web Start
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: remote import statements
|
|
|