A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

Using Bean in JSP page

this article illustrates a method of using a bean in a jsp page. to use a bean in a jsp page, three attributes must be supplied – an id, which provides a local name for the bean, the bean’s class name, which is used to instantiate the bean if it does not exit, and a scope, which specifies the lifetime of the bean. there are four scopes available – page, request, session, .. .. ..

Created By : bhaskar

obtain middle date in java for given start date and end date

inorder to get  exact middle date of  given  start date and end date,  normal  conditions includes  a bit  complex programming, but  here is  simple solution  to get middle date of  given start date and end date  in java. by using the below  small function you will be  returned with the  middle date  between  given start date and end date in java . here is the function : public .. .. ..

Created By : bhaskar

How to Make Dynamic Download Here Link

many times, we will come across some situations seeing  download here  links  on so many websites, will they  place actual file in the download here link ??   answer  is no.  then  how to acheive this  through programmatically,  this tutorial will guide you how you can  develope your own dynamic download here links, with out  giving out access to the actual file name. lets get into .. .. ..

Created By : adrevol