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

retrieving the table data from konart to my site

Started by pspsiva, July 08, 2008, 05:53:50 am

Previous topic - Next topic

pspsiva

Here I am doing new e-shopping application. In my site i have to show some product list from konakart apps. i want to know that how to retrieving the  table data values from konart site to my local site .i want use same  business flow of konakart apps.
so what should i write in my jsp page(in my site)  ?

Give me good suggestion

thanks in advance

ming

My suggestion is to study the JSPs that are provided to see how they work.   After this you can display other attributes from the objects that are currently returned from the APIs or call other APIs to get access to other data.

pspsiva

ok Thanks . In all the jsp page they are calling kkappEng class and cardMgr...etc. Actually  where is the code for connecting database to our jsp .   i want know that where action class which is used to connect DB to our konakart apps ?
how they are connecting database ?



pete

The JSPs don't connect to the database. I would suggest looking at the layers in the architecture http://www.konakart.com/architecture.php and understanding them before going any further.