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

Summary: JSP Traditional to JSPX (XML based)
Product: obsolete Reporter: luxspes <luxspes>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: example jsp
example jspx

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)