Could you please tell me why wait() method should be called from a sync block/method.
Why cant it be just be called like join() i.e from a non synch block/method
I have never used or learn about spring framework. i only know jsp and servlet (read from HFSJ) . Now i am involved in a project that uses spring framwork.
I would like to learn about this framework by referring any book.
Would any one of you suggest me a good book ?
Is there a Head first for it?
I am new to web development.
I heard that by using some frameworks like struts we can build an application FASTER and Scalable.
I am not sure how does using a framework help in building an app faster.... Its may be because i have not used struts yet.
Can some one tell how is it? and why it is not possible by just using servlets and JSP?
Hope i am clear.
I have the jsp which accepts the customers name.And this name is encoded when sent to the another service.The service checks the length of the name.If it exceeds more than 20 characters then it rejects the input.
Having said that, If the user enters any special charater like @ or $ or some thing else then the encoding processs will convert that single character in to 3 or 4 character long.So if the user enters say, 17 characters with couple of special characters then because of the encoding the length becomes more than 20 characters.
Actually my friend showed wrote a script in the termal and it had for loop with ls , zrep with the search test ...
Can you tell me how to do that in that way...
It looked simple as the one you pointed out
I have a directory in which there are lots of logs(*.gz). I have to search for particular text in those logs.
I want to know how to write that script in the terminal.
I tried something but it does not seem to be correct syntax.
i.e
Is there a Head First STRUTS book ??
I searched for it but could not find . So i was wondering is there such a book??
If it is available please provide the link
Thank you
Hi i am trying to learn how the struts framework works? I have learnt the working of MVC model using the Head first book.
Actually , now i have joined a team which uses the struts framework.So could anyone suggest me a good book for understanding the basics of the struts framework.And look into their code and understand more