KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: islam.anwar on April 05, 2013, 08:08:09 am

Title: Importing the admin application in eclipse
Post by: islam.anwar on April 05, 2013, 08:08:09 am
Hello,

This is one of the easiest and well designed application i have ever seen. Thanks for this great effort.
I import the application in eclipse using the ant file but now i wonder if i can import the admin application in eclipse as well.

Regards,
Title: Re: Importing the admin application in eclipse
Post by: ming on April 07, 2013, 07:47:44 am
Unfortunately there's no way to do that because the source code of the admin application isn't made freely available.

One thing that many store owners do is to create their own Admin tools designed to meet their own specific needs.   The KonaKart Admin App users the KonaKart Admin APIs exclusively for all its functionality... therefore you can build an Admin tool of your own to meet your own needs by using the KKAdminIf interfaces.

You can choose to make it a separate Admin tool or you can display it in one of the Custom Panels of the KonaKart Admin App where you can take advantage of the role-based security in KonaKart.