JSP 2.0 XML format - any experience or recommendation

I am going to rewrite a large web application. Is the JSP XML format
worth investigating? Has anyone else tried it with IJ?

--
Norris Shelton
Sun Certified Java Programmer

0
6 comments
Avatar
Permanently deleted user

Norris Shelton wrote:

I am going to rewrite a large web application. Is the JSP XML format
worth investigating? Has anyone else tried it with IJ?

We're reimplementing it for the moment. Some noteworthy stuff is already
working there though including extract method to list just one.

--
Maxim Shafirov
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

So your recommendation is to use the xml format?

Norris Shelton
Sun Certified Java Programmer




Maxim Shafirov (JetBrains) wrote:

Norris Shelton wrote:

>
>> I am going to rewrite a large web application. Is the JSP XML format
>> worth investigating? Has anyone else tried it with IJ?
>>

We're reimplementing it for the moment. Some noteworthy stuff is
already working there though including extract method to list just one.

>

0

Why? What do you think you'll gain by using the xml syntax instead of jsp syntax? I'd hope that IDEA would support both, and in fact would imagine that the support for jsp syntax would be better simply because there will be more people using it and reporting bugs in it.

0
Avatar
Permanently deleted user

I'm not so sure about that. From what I can tell, the XML format will
probably work better because it has a defined structure. Maybe Maxim
can give a better answer.

Norris Shelton
Sun Certified Java Programmer




Hani Suleiman wrote:

>Why? What do you think you'll gain by using the xml syntax instead of jsp syntax? I'd hope that IDEA would support both, and in fact would imagine that the support for jsp syntax would be better simply because there will be more people using it and reporting bugs in it.

>

0

Yeah same argument could have been applied to jsp 1.1 and 1.2, yet the jsp syntax is better supported, I think.

0
Avatar
Permanently deleted user

Norris Shelton wrote:

I'm not so sure about that. From what I can tell, the XML format will
probably work better because it has a defined structure. Maybe Maxim
can give a better answer.

Norris Shelton
Sun Certified Java Programmer




Hani Suleiman wrote:

>> Why? What do you think you'll gain by using the xml syntax instead of
>> jsp syntax? I'd hope that IDEA would support both, and in fact would
>> imagine that the support for jsp syntax would be better simply because
>> there will be more people using it and reporting bugs in it.
>>
>>

Well, same level of feature support is planned for both jsp syntax for
sure. We've just started from xml syntax because it appeared to be a
work from 'blank sheet' instead of refactoring current jsp support.

--
Maxim Shafirov
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.