This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.

Hyndavi Padamata

Greenhorn
+ Follow
since Apr 19, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Hyndavi Padamata

I heard that DWR is AJAX implementation in java. CAn i get DWR support in this book?


-Hyndavi
Hi,

In my case, before invalidating the session i have to update that status in database.
If user clicks logout means i can do that.

But with session expiry time(means with web.xml session-timeout), how can i do that?

Can any one help me Please urgent.

Thanks,
Hyndavi.
17 years ago
Hi,



We are facing problem with web hosting.

It is not identifying springs mapping conversion

While hosting we need any separate configuration file for spring framework?

What folder structure we have to follow commonly?



Thanks,

Hyndavi.
Thanks for the reply.

I also found the same in INTERNET. But i found it will not be much useful as you said.

any way thanks once again.

Thanks,
Regards,
Hyndavi NP
17 years ago
JSP
Hi,

I need one Ant Script to compile jsp files. Normally using Ant we can make jar files. But i could not find how to compile jsp files using Ant. Can any one help me in that.

Thanks,
Regards,
Hyndavi NP
17 years ago
JSP
Hi,

I want to include some portion of jsp file not entire file, is it possible to do in jsp.

Can any one help me
17 years ago
JSP
Hi,
You can prepare
1. Programmer's Guide to Java� Certification, A: A Comprehensive Primer, Second Edition
By Khalid A. Mughal, Rolf W. Rasmussen
2. and Kathy Sierra book

and you practice mock exams well.
Can any one explain comparator and comparable interfaces in collections clearly?

[Edit to provide meaningful topic - Dave]
[ April 25, 2007: Message edited by: David O'Meara ]
17 years ago
Hi,

I think What Dunn suggested is right.

Because if count represents size of the array, array index will starts from zero and ends with n-1 (where n is the length of the array). So with the condition the loop will iterate through nth element also. So there is a chance to get ArrayIndexOutOfBounds Exception.
17 years ago
Hi,

I completed my SCJP recently with 80%,
Now i am going to take up SCWCD, Can any one help me in suggesting to prepare well for SCWCD
What is the difference b'ween Servlet Context and Servlet Config?
17 years ago