OK so I'm a complete newby when it comes to Java applets so forgive my lack of knowledge. Is it possible to run multiple codebase locations in the same applet? Basically I have an applet up and running which sources it's class files from an external domain for which I am paying a subscription to but I also wanted to add in my own features by creating my own class files.
The problem is one set of class files will be on a domain that I have no editable access to and my class document I have created will be stored on my own domain.
Is this something that can be done? or will an applet only access java files from one codebase location?