File Comparison in Java Struts  
Author Message
Bharat





PostPosted: 2007-3-9 21:01:00 Top

java-programmer, File Comparison in Java Struts How can i make a functionality of File Comparison using Java Struts???
And also is there any already built software like this in Struts?
Thank You.

 
Bharat





PostPosted: 2007-3-9 21:10:00 Top

java-programmer >> File Comparison in Java Struts How can i make a functionality of File Comparison using Java Struts???
And also is there any already built software like this in Struts?
Thank You.

 
Lew





PostPosted: 2007-3-9 21:51:00 Top

java-programmer >> File Comparison in Java Struts Bharat wrote:
> How can i make a functionality of File Comparison using Java Struts???
> And also is there any already built software like this in Struts?

Struts /per se/ does not have application software built in. It is a framework
to let you glue together modules that you write.

-- Lew
 
 
Tim Slattery





PostPosted: 2007-3-9 22:12:00 Top

java-programmer >> File Comparison in Java Struts "Bharat" <email***@***.com> wrote:

>How can i make a functionality of File Comparison using Java Struts???
>And also is there any already built software like this in Struts?
>Thank You.

Struts handles communications between your web app and the client,
anything else is your responsibility. I don't think there's a built-in
Java method to compare files. But a Google search returns some Java
file comparison examples, including this:
http://www.sourcecodesworld.com/source/show.asp?ScriptID=836

--
Tim Slattery
email***@***.com
http://members.cox.net/slatteryt