Software Articles
Migration from J2EE to .NET
Here are some quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.
The technology mapping between both the platforms:
Highlights of the migration strategy (tier wise):
1. Presentation Tier JSP -> ASP.NET
2. Data Access Tier JDO/JDBC -> ADO.NET
1. Presentation tier migration
a. JSP -> ASP .NET (sample code snippets)
ASP .NET scriptlet :