Hi David, DHIS isn't really a pluggable software development library, rather a data management, capture and analysis system. So you would have to give DHIS access to your data repository in some way.
It is written entirely in Java, builds with Maven, and has a Web API, so it should be possible to integrate in many ways. It depends on what level you want to integrate. At the source code level, If you are using Maven as build system, you could include the Maven projects into your system or vice verca. If you want to interface with the Web API, you could utilize some HTTP client library like Spring / REST template or Apache HttpComponents to exchange data. It all depends on the requirements and the nature of your project. regards, Lars On Tue, Feb 5, 2013 at 2:31 PM, Nyaika David <[email protected]> wrote: > Hi guys > > am new to DHIS2, i would like to know if DHIS2 can be used hand in h > and with postgres database to generate reports.i would also like to know > if i can acces the reports from my JEE application > > thanks for your help in advance :) > -- > Regards > David Nyaika > Software Developer(SCJP,SCWCD Certified) > IICS Technologies, Muyenga > Phone:+256706353274 > Skype:davie2086 > Email: [email protected] > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-users > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-users > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp

