How can I integrate pages written in something other than PHP?
You’ve got a couple of options here, but they’re all pretty hacky … iFrame The easiest way would be to script your external application in whatever language you want and embed it in a typical WordPress page using an iFrame. Applet Java, Flash, Air, and Silverlight are all objects embedded directly into HTML pages. If … Read more