During my studies in Computer Networks when I was searching an example about FTP, I’ve found a very important information about the previous protocol: in JRE there’s sun.net.ftp.FtpClient, a class that implements the FTP protocol, but there isn’t any trace of the relative documentation. So I did a little search on Sun official […]
This article is a tribute for my friend “DDP”(we can call him “The king of Computer and Bayesan Networks”, he just got last title on 2007/19/12). He always explained me a problem about java releases: “How can I create an installation file? What can I do when the final user doesn’t have a JRE? […]
Background:
In today’s enterprise applications their is a big requirement for dynamic generation of PDF documents. These applications range from telecom companies generating phone bills, airlines producing e-tickets, banks generating customer statements for e-mail delivery to readers, book sellers selling books in pdf format.
What is PDF:
The Portable Document Format (PDF) is the file format created […]