• Welcome to KonaKart Community Forum. Please login or sign up.
 

Code migration??

Started by akshat.aggarwal, June 03, 2011, 05:51:34 am

Previous topic - Next topic

akshat.aggarwal

Migrating from older veriosn to latest version, if we have made changes to the code like css change...look and feel change...change in some action classes or core coding...then how is it possible to retain the changes while migrating to newer versions??

Thanks in advance
Regards
Akshat

trevor

One of the strong features of KonaKart is that the APIs tend to remain backwards compatible so you can keep your modified action classes and JSPs and CSS files but just use the new KK Jars. You could even retain your old konakart_app.jar since it communicates with the new engine using the APIs and in this way your action classes should still all compile.

BTW, could you post a link to your web site so that I can take a look at the mods you have made?