aspose file tools
The moose likes Servlets and the fly likes JSP and file filtering Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "JSP and file filtering" Watch "JSP and file filtering" New topic
Author

JSP and file filtering

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
I know that in java applets you are not allowed to do a lot of the File accessing and I/O things, but I was wondering if you can do that with some sort of JavaBean or something through a JSP?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
Java servlets and JSP running on a web server have full access to files, etc. - they have to in order to access databases, serve files, etc.
Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP and file filtering
 
Similar Threads
returning value from jQuery
xml mapping Head First Servlets and JSP
Imp-How to execute a JSP file from java main
servlets + including files
xsl variables to core set