This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157415 - JSP Traditional to JSPX (XML based)
Summary: JSP Traditional to JSPX (XML based)
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 22:47 UTC by luxspes
Modified: 2009-01-25 22:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
example jsp (377 bytes, text/plain)
2009-01-25 22:48 UTC, luxspes
Details
example jspx (740 bytes, text/plain)
2009-01-25 22:48 UTC, luxspes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luxspes 2009-01-25 22:47:36 UTC
Please add an option to automatically transform a .jsp file (traditional syntaxis) in to a .jspx (xml syntaxis)
Comment 1 luxspes 2009-01-25 22:48:10 UTC
Created attachment 76213 [details]
example jsp
Comment 2 luxspes 2009-01-25 22:48:28 UTC
Created attachment 76214 [details]
example jspx
Comment 3 luxspes 2009-01-25 22:50:49 UTC
AFAIK the visual web developer editor can only deal with JSPX files, that is one of the reasons I would like to easily
change from one format in to the other.
Comment 4 luxspes 2009-01-25 22:52:03 UTC
Also there are other tools that could be used easily if we could warrant that our .jsp files are well formed xml, and
AFAIK the way to do it is with the alternative XML syntaxis
Comment 5 luxspes 2009-01-25 22:52:54 UTC
And finally I rememeber reading somewhare that JSPX files are processed in a faster way by applications servers that
know how to deal with this "new" format (like glassfish)