How to Export Web Page to Word (in JSP)
In previous post we saw how we can export the content displayed on a web page to an excel file. In this tutorial we will see how we can export web page to word file
How to Export Web Page to Excel (in JSP)
In this tutorial we will see how to export web page to excel in JSP. We will add Export to Excel functionality to an existing JSP. Many times it is convenient for users to have an ability to export the contents of the page they are viewing to an excel
Intercept POST Data Using TCPMon
So you have a state of the art application currently running in production or under development. It has the capability to send data to some other application by HTTP POST. But technical contact for the other application is complaining that the data you send is corrupted and does not meet their format requirement. So what [...]
Resolve Port Already in Use Error
As a developer you often see errors arising out of port conflicts (port already in use). In this tutorial we will see how to resolve such type of conflicts.
Simulate POST request
In this tutorial we will see how to simulate POST request (HTTP) using a tool called Poster and eliminate the need of building a web page just for testing.


