Harinath Kuntamukkala

Ranch Hand
+ Follow
since May 17, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Harinath Kuntamukkala

You can get more information here.
16 years ago
Congratulations Vijayagopalan
Congraulations Marcio

Hi Venkatesh,

The problem is that the server is not able to find your servlet. Please check wheather the corresponding class file (with package structure) is in WEB-INF/classes folder or not.

Thanks,
Hari
16 years ago
Hi,
You must configure the Servlet in web.xml file.
Thanks,
Hari
16 years ago
This link may help you Display Tag Library Basic Usage
[ August 28, 2008: Message edited by: Harinath Kuntamukkala ]
javap command converts .class to .java. But only methods and variables get generated
And you can also use third party softwares like DJ Java Decompiler..
16 years ago
Business logic is in a re-usable component on the server, so you can easily re-use it in other webapps, or in other client types (e.g. PDA, Swing client)
Ya i agree with You.
19 years ago