Recent Posts

Re read inputstream in java

less than 1 minute read

Sometimes in java you get an inputstream, you need to process it the first time to process the data then you need it again to output the contents. To do thi...

Set the base url for jsp

less than 1 minute read

Sometimes when you’re working on jsp pages and you need to set a base url for all pages, and this value needs to be available for use, then use the followin...