infsci2711 / MultiDBs-Vis-Server

Visualization
http://infsci2711.github.io/MultiDBs-Vis-Server
0 stars 1 forks source link

Explanations #6

Open TSyndrome opened 9 years ago

TSyndrome commented 9 years ago

We need the following explanation

TSyndrome commented 9 years ago

One we import the dataset from Colfusion/exteranal db, do we save it ? I mean suppose we search for dataset Cars and we find it. Do we simply connect with it or do we import it to the local machine ? If we are importing to local machine, how do we save it. It can be any dynamic structure

lxtlouise commented 9 years ago

We don't need to save the tables that we get from Colfusion

lxtlouise commented 9 years ago

We don't have an existing class of story, so we need to create a new one

lxtlouise commented 9 years ago

the system has several layers: table, dao, manager, business logic, restful api dao is a corresponding java class of a table, one dao for one table, create, insert, delete, update manager is for transaction, can deal with more than one table business logic doesn't need to care about database

lxtlouise commented 9 years ago

Please check the codes I submitted today and see the structure of the files.