JSP/JSF conversion to ASP.NET
- by sharru
I have a pretty big JSF web application. I must convert the application to ASP.NET. I already converted the Java code to C# code manually and also using JCLA (Java Language Conversion Assistant from Microsoft).
What is the best way to convert the JSF part to ASP.NET? Is there any tool that can help shorten the work?
For example convert JSF <t:dataList> to ASP.NET datagrid, or converting panelGroup to asp:panel, etc...