Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

about jsp source code

Tags:

java

jsp

I have developed a very large Web application. If there is any change I need to make in a JSP page, it takes too much time to find that JSP page, link, action, etc.

So, are there any tools or are there any techniques through which I can directly get to the code of that particular JSP page?

I think "View Sources" is different. it shows only source of that JSP?

like image 573
Ravi Parmar Avatar asked Jan 03 '11 06:01

Ravi Parmar


1 Answers

Have you tried NetBeans or Eclipse or MyEclipse or any other IDE? You can use shortcuts of this tools to find appropriate code in your application. They may help you in finding your JSP page in your application faster.

like image 109
Harry Joy Avatar answered Sep 23 '22 23:09

Harry Joy