Prams Kulkarni

Greenhorn
+ Follow
since Dec 15, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Prams Kulkarni

Hi, I'm trying to get the HttpServletRequest from RequestContextHolder using Spring MVC.



But while running test cases during the build of the application I'm getting following ClassCastException

java.lang.ClassCastException: java.lang.Object cannot be cast to javax.servlet.http.HttpServletRequest

Is there a way to get the HttpServletRequest from the RequestContextHolder in spring.
10 years ago
Hi, currently I've got a map defined in my spring config. I'm doing a constructor injection on a Injector class and sending my map to the class. Inside the class I'm making changes to the code and adding values to the map. The issue I'm facing is that when I'm trying to get the same map in some other class it is not picking up the added values instead it has just the default values that have been added. Here are the code snippets



Wont the spring ensure that as I'm passing the map by reference instead of value, all the modifications done on the map in the class will be available throughout the application. Only thing i would need to do is to @Autowire this map and use it.???
10 years ago
Hi i am planning to give my SCWCD(1.4) exam in April 2008, I was told that the current syllabus for SCWCD is gonna change after March 2008, can anyone confirm this and if it is changing can anyone help me by telling me where can i find the updated syllabus for SCWCD so that I can study accordingly.
Hi, Anyone can suggest a good book for learning J2ME.I have been working with Core Java and J2EE from past couple of years but so far have no exposure to J2ME.It would be great if someone can suggest a good book for a starters in this subject.
Thanks in advance
[ December 15, 2007: Message edited by: Prams Kulkarni ]
16 years ago