Syednizar Kamal

Greenhorn
+ Follow
since Jul 04, 2008
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 Syednizar Kamal


is Adding javascript coding inside JSP file will degrade the performance(consider there are 200-300 lines of code for javscript) of the JSP. If so is moving the javscript coding to separate script file and including the script file in JSP will boost peformance? Suggest me other options too.What is the best practice in such case?
14 years ago
JSP
Yes we can use same command object for different controllers. I'm not able to understand what you are expecting particulary. IMHO better to use TestController1 alone and redirect to different view depending upon your logic.

To redirect to different view other than success view use below code.
modelAndView.setViewName("jsp file path");
[/size]
14 years ago
Hi All , I am having 3+ years of java/j2ee experience. But have not worked in webservice. So just now I started to learn webservice.
Can you guys tell me what are all the topice\concepts I need to learn to have complete webservice knowledge in jave/j2ee perspective.

Thanks
14 years ago
"If you dont like any rule just follow it...Reach the top and CHANGE THE RULE..
15 years ago
Hi,
For this functionality i think no need to pass any value from jsp to xml. Just pass 'SeminarId" as a query string and get that seminarId from request in controller.

Announce.do?SeminarId=seminarId

Note: I am not sure this will really help you.
15 years ago
JSP
I am MBA
(Married But Available)
15 years ago
Rajinikanth... he's superstar in chennai...
15 years ago
after deleting the data,again fetch the table data from Database.
15 years ago
JSP
when the user is login to your application store that username in session.
And in header.jsp check for not null aginst that session username object.
15 years ago
JSP
I applied but not yet received
15 years ago
Really Inspiring...
15 years ago
You can use RequestDispatcher to forward to that particular jsp
15 years ago
JSP
instead of classpath give the exact location of the applicationContext.xml file. for example if your applicationContext.xml file is in your WEB-INF\context directory then give as \WEB-INF\context\applicationContext.xml