MichaelBartolotta
Programmer
Any opinions of the pros/cons of the above approaches for performance and security?
I am developing a large website and have a lot of reusable code. Currently I have the reused code in jScript and vbScript in text files and include it with a scr= tag.
I am considering moving the logic to either an applet (I'm familiar with Java) or an activeX (I've never written any activeX) for security. There won't be any graphics, just business logic functions.
I am developing a large website and have a lot of reusable code. Currently I have the reused code in jScript and vbScript in text files and include it with a scr= tag.
I am considering moving the logic to either an applet (I'm familiar with Java) or an activeX (I've never written any activeX) for security. There won't be any graphics, just business logic functions.