abani patra

Ranch Hand
+ Follow
since Oct 11, 2011
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 abani patra

Hi,
I think you should use many-to-one ,many-to-many,one-to-one,one-to-many relation rather using join in query.
Hi,
Please check that if there is any configuration if you have missed rather you can show your configuration here.
Hi,
Please use cascade=all for the mapping to B class so your problem will be solved.
Hi,
Do you like to give some more information , how you are using session .
Hi,
In a map you can store any object so why you need the array of map.
12 years ago
Hi,
I have get something sometime if I used different mail properties for host ,port etc.
So I think you should test with other mail setting if it working or not if that work then issue may be in host.
12 years ago
Hi,
I ll suggest you should try to know the common flow of your application then if you can get class diagram and sequence diagram check that too.
After that you can feel bit familiarize with that environment.
12 years ago
Hi,
I think iframe is also good but by using web service that will be more clear and manageable.
12 years ago
Hi,
I think you should make a custom exception class to handle that exception.
12 years ago
Hi,
I would suggest better you create your own display tag and customize it what you want.
Hi,
For showing you the data use navigation so have to read and insert a large data at once.
12 years ago
Hi,
I am new to Portals and Portlets , any help is welcome for learning this , is there any opensource book pdf or something available.
Please let me know.

Regards
Abani
12 years ago
Hi,
I am creating a web application using some init param for servlet.
I am using tomcat 6.
When I am using a '&' character in init param value tag I am getting error.
What may be the reason.

Regards
Abani
12 years ago
Hi,
In response.sendRedirect do not use context path.
12 years ago
Hi,
If I need instance how it will be threadsafe without synchronize block.
12 years ago