I am creating a web application using Spring. One requirement is after processing a client request to create a XML document then send the XML via FTP to a FTP server and then get rid of the file. What do you think the best strategy would by to creating a temp XML file, sending it with FTP and then getting rid of it?
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...