KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: anton83 on October 21, 2015, 09:31:31 pm

Title: Ways of customising the storefront, is this possible and recommended?
Post by: anton83 on October 21, 2015, 09:31:31 pm
Hi,

Although it's been suggested that import into Eclipse (or NetBeans) IDE can be done, I'm wondering would it be perfectly acceptable to do it like this:

- Create a project in Netbeans, not necessarily a Java project, and create a connection to the server, so files can be downloaded and uploaded via FTP
- Download the desired .java file, make changes, upload it back to exactly the same place.
- Then use server SSH to run the Ant tool

Is this possible? It seems a lot easier and less complicated (at least in the dev phase) compared to building and packing into JARs locally then uploading to server. I'm not skilled in Java so please don't mind if I didn't quite get the process.