I will be sharing here the implementation details of agriculture information system which I have developed. Objective to share this information is to help others and give them a hint about the system. Although there is room for improvements.
This article covers the detailed implementation of components of system. All the technologies used in the project will also be explained in detail.
ARCHITECTURE DIAGRAM
WEB PORTAL IMPLEMENTATION
The features mentioned in the above sections are implemented. Web portal is implemented using Java Enterprise Edition (J2EE). Implementation technology is Java Server Faces version 2.0 (JSF2.0) and PrimeFaces is used as component library. Some of pages are developed in Java Server Pages (JSP). Database used is MySQL which is an open source database and used widely for web applications. Integrated Development Environment (IDE) used for the development is NetBeans 7.2.0.
Why J2EE (JSF) is used?
First of all Java Enterprise Edition is…
View original post 1,805 more words

