I have an older website(an ajax-php shopping cart as the main functionality).
I'm now working with java and jsps. I was wondering if i can mix together these 2 technologies, as i want to add modules and functionalities to the website.
My hosting company provides the same folder "www" where i can put phps and jsps. I;m using extensionless urls so, if it's possbile, nobody will notice that i'm using php and java at the same time :).
Is this possbile, and more, is this a good practice?
Thanks.