没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > gnupool |
gnupool
|
0 | 0 | 1 |
贡献者 | 讨论 | 代码提交 |
POOL is free software product, POOL is under development in WikiOcean, Pune, India. We call it as Pure Object Oriented Language..
POOL is completely developed in JAVA programming language. For the GUI we used HTML, JSP, Servlet and Postgre SQL as Database.
This product is based on Object Oriented concepts for the data. The objects and its properties are stored as Master-PL. Each type of object is stored in Master and its properties in property Detail.
There are two ways of giving input to the system and taking output from the system. The first one is through SMS. There is a command format for adding, modifying, deleting and retrieving from database. It?s like a SMS Server. The receive thread reads incoming sms and forwards it to Control Module which after processing it generates response and passes it to sending thread. The other way of interacting with the project is through web. Every web page displayed is a webreport which uses one or more reports to display data. A webreport can contain other webreports in it. When each time a request comes by clicking a link or a button the incoming request parameters are passed to WebReportGenerator Module which depending upon request generates a string of html tags which is sent to client browser.