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

Importing the admin application in eclipse

Started by islam.anwar, April 05, 2013, 08:08:09 am

Previous topic - Next topic

islam.anwar

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,

ming

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.