[java ee programming] Re: Struts 2

2009-11-29 Thread asajm
Hi, i understand that the requirements to complete this course and get certified just only complete 13 homeworks (without Struts 2). isn't it? Regards, On Nov 4, 3:19 am, Sang Shin wrote: > Alfredo Torres wrote: > > Hi, > > >   Hi,  I am trying to continue with the course but when i try the lin

[java ee programming] about servlet life cycle

2009-10-06 Thread asajm
hi, brothers, I do not get servlet life cycle correctly, I hope any person who understand servlet life cycle explains the following:- 1- The init() method gets called once when a servlet instance is created for the first time & when the servlet instance gets removed, the destroy() method gets ca