Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So, i want to porting a desktop application (written in java) to the web application. I read the book of porting between OS, there are 4 step core to port, Scoping, Analysis, Porting, and Testing. Is there any similar step or there is different way to porting a desktop application to web application

What I have tried:

i read the book of porting between OS
Posted
Updated 5-Apr-18 3:57am

1 solution

When the technology stacks are different, there is no easy way to port an application, and it comes down to a rewrite (you may be able to use some code but don't count on it).

The only thing you can do is make a list of the features you want and go through them.
 
Share this answer
 
Comments
Ken hikaru 7-Apr-18 3:07am    
so it will be a step to rewrite the code in different environtment?

and after i make a list of features it will help me to port it separately? i still dont understand why i must make a list, and what can i do after i make a list?

sorry for too many question...
Mehdi Gholam 7-Apr-18 3:23am    
Treat the project as a green field (new from scratch), use the list of features and start implementing them on your technology stack.
Ken hikaru 7-Apr-18 3:47am    
as if i know, correct me if im wrong, the main reason why porting exist is to reduce the cost to develop it. it's cheaper than developing app from scratch.
if we developing from scratch again, is it still called a "porting"?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900