Ok. I apologize for the stupid email previously. I found the answer to my own question, appropriately posted on the turbine website
--> . . . You can also do the opposite of this which is to only create a Java class file and no template file. You can do this by simply overriding the doBuild() method in TemplateScreen and returning your results directly instead of attempting to build a template. <-- I have already rapped myself on the knuckles and offer my humblest apologies. -d -----Original Message----- From: Gaasch, Derek [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 10:41 PM To: 'Turbine Users List' Subject: file stream Hello. I'm implementing some extranet functionality, allowing users to access a samba fileshare (that is not publicly accessible) through turbine (which is)... however I'm kind of stumped. Since the file server is remote to the web server (and its content is only accessed through the SMB protocol from local IPs), the client can not directly download a file from the file server (i.e. get directed to the fileserver by the web server). Instead, I need to create a stream is the samba share to the turbine VM... how do I send that stream to the client? Is a custom servlet necessary? Or is there some clever way to do this with Turbine that I'm overlooking or don't know about (I am admittedly still a novice to Turbine)? Thanks for any thoughts. -Derek -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
