I'm such a rookie, learning as I go. I built a webserver database app for the school my kids go to, as a chance to add to my skillset. I figured out how to make it available online, so I can put a link to it in my resume.
I want to make selected source files available, too, as a demo of my coding. I have some java servlets and stored procedures in the database that are way beyond what I was taught in school (fresh out, out there in a tough job market for rookies).
I learned how I can do a simple javascript function that calls
"window.open("http:<IP>:<port>/<webapp><filename>");
and I see it works for .doc and .txt files, but how to do it for .java and .sql files? It looks silly to convert them to .txt and include the instruction to "just change the extension to .java or .sql"
Any help?
I want to make selected source files available, too, as a demo of my coding. I have some java servlets and stored procedures in the database that are way beyond what I was taught in school (fresh out, out there in a tough job market for rookies).
I learned how I can do a simple javascript function that calls
"window.open("http:<IP>:<port>/<webapp><filename>");
and I see it works for .doc and .txt files, but how to do it for .java and .sql files? It looks silly to convert them to .txt and include the instruction to "just change the extension to .java or .sql"
Any help?