15,000 Jobs Available in:
Java, ASP, C#, PHP, SQL, SAP, MySQL and many more.
- Class Quick -
The moose likes JBoss and the fly likes How to migrate ASP.net Application to Jboss environment. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to migrate ASP.net Application to Jboss environment." Watch "How to migrate ASP.net Application to Jboss environment." New topic
Author

How to migrate ASP.net Application to Jboss environment.

nilesh chaudhary
Greenhorn

Joined: Aug 28, 2010
Posts: 3
What procedure should I will follow? Any step-by-step instructions would be very helpful.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4489

That depends entirely on what your ASP.NET app does. Simple apps can be fairly easily ported into servlets and JSPs. More complicated apps will need a lot more work. I recommend that you first draw up the complete architecture of the current app, in a lot of detail (you will need to know the work flow for every request), and then build a Java app to match that architecture.

Needless to say, that is a lot of work. Most companies that I work with won't even bother - they would keep the current ASP.NET app as it is and build new apps using Java EE.


JBoss In Action
 
 
subject: How to migrate ASP.net Application to Jboss environment.
 
developer file tools