JSP/JSF conversion to ASP.NET
        Posted  
        
            by sharru
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sharru
        
        
        
        Published on 2010-02-21T14:41:50Z
        Indexed on 
            2010/04/29
            19:07 UTC
        
        
        Read the original article
        Hit count: 436
        
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...
© Stack Overflow or respective owner