G
Guest
I made a web-application, and i created several classes. Now i want to make a
second web-application, which uses the same classes. How can i acchieve this
? Off course with copy - paste, but that would give problems, when i change
something in the classes. The other project wouldn't be up-to-date.
Isn't it possible to put al my classes in some 'package', and 'import' the
'package' in some other application ?
Bart
second web-application, which uses the same classes. How can i acchieve this
? Off course with copy - paste, but that would give problems, when i change
something in the classes. The other project wouldn't be up-to-date.
Isn't it possible to put al my classes in some 'package', and 'import' the
'package' in some other application ?
Bart