1 / 68

Hipergate CRM

Hipergate CRM. Development Configuration Guide Using NetBeans IDE. HIPERGATE CRM Development Configuration Guide using NetBeans IDE. Prerequisites

penha
Download Presentation

Hipergate CRM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hipergate CRM Development Configuration Guide Using NetBeans IDE

  2. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Prerequisites To configure your Hipergate CRM project as a developer using NetBeans IDE, you must have the following tools installed and configured in your computer machine Java Development Kit 1.6x (relative environmental variables must be configured) NetBeans IDE 6.x Hipergate CRM Application (hipergate-4.0-xx-en.zip) Please consult VOSSCom’s Hipergate CRM - User Configuration Guide to get help in downloading Hipergate CRM Application

  3. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Downloading HIPERGATE CRM Source Code Package

  4. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Go to the link http://sourceforge.net/projects/hipergate/files/ Expand the latest category i.e. Currently it is 4.0.14 Click on the arrow on the left side To expand it

  5. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Double click the link hipergate-4.0-14-src.zip

  6. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE When the download would begin, a File Download dialogue would appear, click on Save button to download…

  7. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Save As dialogue box would be displayed Here you have to specify the File name of the download and the path where you want to save your download … with reference to the VOSS Com’s “Hipergate CRM – User Configuration Guide”, It is recommended to Download Hipergate CRM’s Source-code package at D:\Hipergate-project, where you have already saved the Hipergate CRM application package (hipergate-4.0-xx-en.zip)

  8. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Hipergate CRM Source-code Package is now downloading The time to complete the download depends on the internet speed connected to your machine …

  9. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Once Hipergate CRM source-code package has been successfully downloaded, Extract the hipergaaet-4.0-xx-src.zip file please note that your zip package must be at D:\Hipergate-Project (or any location you have used for Hipergate application)

  10. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Within the same path, create a new folder and rename it as “development”

  11. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Creating a Blank NetBeans Web Application Project

  12. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE once you have done all necessary setups Now start the NetBeans IDE 6.x.x application Usually the default path for starting the NetBeans is used to be Start Programs  NetBeans  NetBeans IDE 6.x.x

  13. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE NetBeans IDE splash screen would be appeared for a while NetBeans IDE is loading some software configurations Please wait while NetBeans IDE completely load all it’s configurations

  14. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE If you are prompted with the Start Page, within NetBeans IDE, simple close this document by using “x” cross button on the relevant tab..

  15. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now, within the NetBeans IDE,, click on File Menu, then click on “New Project” menu item

  16. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE New Project dialogue box would be displayed … Since We are working on Hipergate CRM, which is a web application, so we would be selecting the Project type accordingly,, Within New Project Dialogue box, select the category “Java Web”, and select the Projects of type “Web Application” Click on Next button to continue

  17. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Feature Finding window might appear, specially when you are using the NetBeans for the first time ….

  18. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Name and Location” dialogue box under “New Web Application” would be displayed. Click on Browse button to specify the project location …

  19. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Select Project Location” dialogue box would be prompted Through this dialogue box, browse to the location you already have selected for hosting your Hipergate’s development For example, I have choose D:\Hipergate-Project\Development

  20. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now back at “Name and Location” dialogue box under “New Web Application” window, The selected Project Location would be appearing Provide the Project Name to be “Hipergate-NetBeans-Project” Click on the Next button to continue …

  21. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Server and Settings” dialogue box would be prompted … Select the Server “Apache Tomcat 6.0.xx” to be used for Hipergate Project Change the Context Path (whatever would be the default) to /hipergate Now, click on Finish button to complete …

  22. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE This would create a blank project named as “Hipergate-NetBeans-Project” Which would be having default settings and configuration files … Note: you shall DELETE the default file “index.jsp” to avoid any ambiguity

  23. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Copying Hipergate Project Files and Directories to the newly created NetBeans Web Application Project

  24. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now let’s take a look at the Directory structure of “Hipergate-NetBeans-Project” This directory is containing the default files and folders, created by a NetBeans web application project …

  25. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now copy the “storage” folder from hipergate-4.0-xx-en location And paste that “storage” folder in the \Hipergate-Project\Development location, and outside the “Hipergate-NetBeans-Project” folder …

  26. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now copy “bin” directory from hipergate-4.0-xx-src location, and paste that “bin” folder in the \Hipergate-Project\Development location, and outside the “Hipergate-NetBeans-Project” folder …

  27. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Copy “webapp.en” directory from hipergate-4.0-xx-en location, and paste it at \Hipergate-Project\Development\Hipergate-NetBeans-Project location, which is the directory of your NetBeans Project for Hipergate

  28. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Copy “conf” directory from hipergate-4.0-xx-en location, (which would having a couple of configuration files) and paste the “conf” directory to \Hipergate-NetBeans-Project\src location This location already have a default, “conf” directory, you shall overwrite the default directory with the one, copied from Hipergate location.

  29. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Copy “java” directory from hipergate-4.0-xx-src location, (which would having the source-code java files) and paste the “java” directory to \Hipergate-NetBeans-Project\src location This location already have a default, “java” directory, you shall overwrite the default directory with the one, copied from Hipergate location.

  30. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now having a look at the directory structure of “Hipergate-NetBeans-Project”, we have a default folder “web” which is used to be the default directory for hosting the web contents for a NetBeans Web Application Project … Whereas, the web contents for Hipergate project are within “webapp.en” directory, which we had copied in “Hipergate-NetBeans-Project” location

  31. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Back in the “Server and Settings” slide, we mentioned the “Context Path” that settings used to be saved in “\web\META-INF\context.xml” file … and paste it in Hipergate’s “\webapp.en\META-INF” location. That directory would also be having a “context.xml” file, you shall replace that default file with “context.xml” copied from “\web\META-INF”

  32. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE DELETE the default “web” folder from “\Hipergate-NetBeans-Project” location

  33. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Rename the “webapp.en” folder (which was copied from Hipergate application directory) to “web” … as it is already mentioned that “web” is the default folder to contain the web contents for a NetBean’s Web Application … So, now we have Hipergate web content in a default named folder “web”

  34. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now open NetBeans IDE, and there, you can see that we have successfully deployed / copied the web contents of Hipergate project into the NetBeans web application project, “Hipergate-NetBeans-Project” …

  35. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Java source code packages are also within the default “Source Package” directory structure of NetBeans Project … Here, you can see that a few Packages are marked with Red dots. This is because these Packages would be having some Kind of problem (errors) in the Source code…

  36. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE In this project, most of these errors are because of “import” statements within the Java code, which are trying to import the packages, which are not the part of default JDK … These are known to be external Java libraries, and are either the Custom made libraries or provided by any third party vendor …

  37. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Hipergate project contains the necessary third party Java libraries in “\web\WEB-INF\lib” and “\Development\bin\compile-libs” directory

  38. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Adding Hipergate Libraries into NetBeans Project In the NetBeans left-side Project structure view, right-click on “Libraries” and select “Add Library” option …

  39. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Add Library” dialogue box would be prompted click on “Create” button

  40. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Create New Library” dialogue box would be appeared, Provide the new Library Name as “HipergateCRM” and select Library Type as “Class Libraries”

  41. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Customize Library” dialogue box would be appeared next Here you can define the library classpath for your new library … Click on “Add JAR/Folder” button

  42. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Browse Jar/Folder” dialogue box would be displayed… as mentioned before, Hipergate Project libraries are present at “\web\WEB-INF\lib” directory,,, thus through this dialogue box, browse to this path, Select all files and folders by using “CTRL + A” And then click on “Add JAR/Folder” button to continue …

  43. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Customize Library” dialogue box would be prompted again and it’s “Library Classpath” section contains the reference to the JAR files we had just selected in the previous step …

  44. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE As mentioned above, some other library JAR files for Hipergate Project are present in “\Development\bin\compile-libs” directory … Thus we have to add those JAR files into “Library Classpath” as well … click on “Add JAR/Folder” button again

  45. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE “Browse Jar/Folder” dialogue box would be displayed… as mentioned before, Hipergate Project libraries are present at “\bin\compile-libs” directory,,, thus through this dialogue box, browse to this path, Select all files and folders by using “CTRL + A” And then click on “Add JAR/Folder” button to continue …

  46. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Once, you are done with adding JAR file libraries, into your new “HipergateCRM” library,, click on OK button at “Customize Library” dialogue box

  47. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now you can see your “HipergateCRM” library in the list of available libraries Select your “HipergateCRM” from the list and click on “Add Library” button to continue …

  48. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE HipergateCRM library has been added into the NetBeans Project for Hipergate CRM…

  49. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Now as we have included the necessary java libraries into the NetBeans environment, thus resolving the “import statement” issues for Hipergate project … Please note that if the project’s Source Package section is still showing some error, it might be some syntax error in some Java Source code file … If you wouldn’t be able to solve the issue yourself, you can contact us for help regarding that issue …

  50. HIPERGATE CRMDevelopment Configuration Guide using NetBeans IDE Hipergate-NetBeans-Project is now ready to be used … Right click on the project, and select “Build” option

More Related