JSTL to C# conversion?

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Has anyone converted a JSP app with JSTL to C#?
Microsoft's converter (JLCA) seems to basically ignore JSTL tags.

Any help would be appreciated.

thanks -

- steve
 
Remember that the tool was created prior to JSTL being standardized, so JSTL
is not covered specifically. Overall, the JLCA is rather weak (IMO),
although it does fairly decent for popular features prior to it's release.
There is not much change from 1.0 to 1.1, so you should consider JLCA a 2002
release.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Thanks... I also got the impression that it's rather weak, so I'm glad that
someone else is validating that for me. ;->
Any other tools that you know of that can help?

thanks again -

- steve
 
Back
Top