No Mr. Stan, your not taking it too literally. In a matter of fact, your clue and suggestion already describe all the things that i want to no.
Can i ask another question hehehehe?
i want to create an example like this (web project) that including java applet in it. the problem is when we run applet on a client, the client must download all the signed jar that included in the applet. (If the project is small it's doesn't matter) but when the project is big is a matter....
because i included all the classes in one jar. so i want to separate all the classes, so the client doesn't had to download to much jar. i want to leave the classes that had dependance with a database and a model in server but the classes that had dependance with a view in a client.....
what i don't know is how can i do it/what should i do?
thanks for all your suggestion