Having a hard time figuring out how to send dynamic data to a web-app's user without having to create a file & using a dynamic link to static content using java technology. (The main reasons for avoiding the file creation on disk are security and speed)
This is something I have previously done in python, but this web-app is intended to be strictly java technology for maintenance purposes.
After doing a few searches in google I haven't gotten any further. Has anyone done this before or has a good idea for a starting point?