Qlikview-Data-Modeler
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Develop qlikview applications visually instead of scripting them
I just uploaded this for review now -- it is missing some dependencies for getting it working. In the near future I'll get the complete project up. 

In a nutshell this program (written in java (my first large java/OO program)) provides a graphical environment as an alternative to scripting Qlikview applications. I have used this with success to build prototypes in minutes, debug large applications, and build complete applications as this incorporates alot of the functionality of Qliktech's scripting language.


----
Please follow these instructions:

(1) Install IntelliJ Community Ed.
    http://www.jetbrains.com/idea/download/index.html

(2) Open the project in IntelliJ: point to folder "QlikTechDataModeler"

(3) (a) Select project structure and point it to your Java SDK
    (b) Download XMLSerialize library and add the "lib" libray to the project
        http://xstream.codehaus.org/download.html , then select Binary Distribution link

(4) Set the database.properties file
    (a) Set the database driver used (Example has an oracle driver)
    (b) Set the JDBC url (Example uses a server using oracle)
    (c) Set the username
    (d) Set the password
    (e) Set the name for the tables from the query below (g)
    (f) Set the name for the columns from the query below (g)
    (g) Set the query to pull the tables and columns for your environment

(5) Launch is the main class for running the project. You are now ready to run the program.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。