| Author |
JSP Preview
|
Amit Wadhwaa
Ranch Hand
Joined: Feb 15, 2007
Posts: 74
|
|
|
Another thing I would love to have is a preview feature, in the case that I don't have to deploy my application, load the browser and see a rendered JSP. Having a preview pane like Dreamweaver can be amazing and useful feature. Does IDEA7 has something like that?
|
SCJP 5 94%<br /><a href="http://amit-wadhwa.blogspot.com/" target="_blank" rel="nofollow">My Blog</a>
|
 |
Dmitry Jemerov
author
Ranch Hand
Joined: Nov 24, 2006
Posts: 120
|
|
Hello Amit, No, there is currently no such preview feature in IntelliJ IDEA. Note that in most cases previewing a JSP will require compiling and deploying the application anyway, because of the dynamic code that can be contained in a JSP.
|
Dmitry Jemerov<br />Development Lead<br />JetBrains, Inc.<br /><a href="http://www.jetbrains.com/" target="_blank" rel="nofollow">http://www.jetbrains.com/</a><br />"Develop with Pleasure"
|
 |
 |
|
|
subject: JSP Preview
|
|
|