Friday, September 4, 2020

Beijing Sammies Essay

The AGROVOC Concept Server (AGROVOC/CS) Workbench is an online workplace comprising of various functionalities for the circulated administration and upgrade of the AGROVOC/CS worked from the AGROVOC thesaurus. Following the Semantic Web’s vision, that underlines joint effort in the improvement of information and metadata to be shared and reused over the web, the administration of AGROVOC will continuously be moved from a couple of people in FAO to a more extensive network of global AGROVOC specialists. These intrigued and skilled clients will share the synergistic upkeep and expansion of AGROVOC, one of the most regularly utilized expressed assets for rural data the board on the planet. Support of things to come expanded AGROVOC will therefore be totally decentralized with individuals overall adding to its turn of events. This report gives a concise note on the specialized parts of the AGROVOC/CS Workbench. Specialized subtleties †¢ Multilingual web interface and substance (UTF8). †¢ The product is created in unadulterated JAVA (variant 1. 5. x), without any calls to any outsider modules requiring precompiled DLLs or other working framework explicit highlights. †¢ The Google Web Toolkit (GWT) is utilized with an Eclipse module for improvement of the framework. It is utilized to manufacture the framework as a completely Java based AJAX customer program application that is good with all normal internet browsers. †¢ Where conceivable the JSP 2. 0 Expression Language (EL) is utilized for any JSP improvement inside the task (it’s a method of composing content less JSP pages). Protege OWL programming interface structure is utilized to associate OWL. †¢ MySQL is utilized as RDBMS. †¢ The framework is DBMS-autonomous. Extra database deliberation layer for interfacing with the OWL spine and the social database will be utilized (e. g. the sleep industriousness and question administration, and so on ). The framework follows FAO rules for HTML distributing: †¢ Rules for Web website advancement; †¢ File naming show and record association rules; †¢ Check list for the freedom of Web locales. In synopsis, the framework depends on the accompanying segments: Development segments †¢ Eclipse 3. 2 †¢ JAVA-JDK variant jdk1. 5. x †¢ Apache Tomcat (that bolsters JSP and JAVA Servlets) Google Web Toolkit (for AJAX structure), variant 1. 4. 60 †¢ Google Web Toolkit Incubator, adaptation 1. 4 †¢ Protege OWL API 3. 4 libraries †¢ Hibernate 3. 0 libraries †¢ Hibernate 4 GWT, variant 0. 5 RC2 †¢ MySQL adaptation 5 Server side †¢ Windows XP, Windows 2000, or Linux †¢ Apache Tomcat 5. 5. 9 or higher †¢ JAVA-JDK rendition jdk1. 5. x or higher †¢ MySQL rendition 5 or higher †¢ Protege OWL API 3. 4 libraries †¢ Hibernate 3. 0 libraries †¢ Hibernate 4 GWT, adaptation 0. 5 RC2 †¢ WAR document with assembled JAVA records and important libraries Current Server Configuration â⠂¬ ¢ OS : Debian GNU/Linux 2. 6. 22-2 †¢ CPU: AMD 64 piece †¢ Memory: 8GB †¢ MYSQL form: 5. 0. 45 TOMCAT Version: 6. 0. 14 †¢ Java-JDK: 1. 6. 0_04 Required Application 1. MySQL rendition 5 or above Available connect to download: http://dev. mysql. com/downloads/2. Apache Ant form 1. 7. 1 or above Available connect to download: http://insect. apache. organization/3. JAVA JDK adaptation jdk. 1. 5. x or above Available connect to download: http://java. sun. com/javase/downloads/file. jsp 4. Apache Tomcat form 6 or above Available connect to download: http://tomcat. apache. organization/download-55. cgi 5. Protege Version 3. 4 beta Build 130 Available connect to download: http://protege. cim3. net/download/old-discharges/3. 4%20betas/form 130/full/6. GWT Version 1. 4 Build 1. 4. 62 Accessible connect to download: http://code. google. com/webtoolkit/renditions. html The Step of Configuration 1. Download AGROVOC Concept Server Workbench code from the CVS Server. 2. Download the sql content from CVS Server at envelope named sql. Make the database. †¢ Run the sql content document situated at your_directorySQLadministrator_agrovocwb _v_0_2_beta. sql This will introduce administrator_agrovocwb database. †¢ Run sql content document to introduce the owl model database situated at your_directorySQLlank model _v_0_2_beta. sql Here we have given clear owl model. †¢ You can change over owl document legitimately to database by utilizing remain solitary java program situated at: our_directorysrcorgfaoaoscsserverprotegeconvertToDatabaseProject. java †¢ You need the change the factors in the document. |18 private last static String url = â€Å"jdbc:mysql://†; | |19 private last static String table = â€Å"†; | |20 private last static String c lient = â€Å"†; | |21 private last static String secret key = â€Å"†; | |22 private last static String uri = â€Å"file:/c:/†; | 3. To include model in the metaphysics list, go to database and table and addition new line with these qualities. Metaphysics id: (Auto increase) †¢ Ontology Name: Blank Model †¢ Ontology Description: AGROVOC Concept Server Workbench †Blank AOS Module †¢ Database URL: jdbc:mysql://:3306/? requireSSL=false&useUnicode=true&characterEncoding=UTF-8 †¢ Database Driver: com. mysql. jdbc. Driver †¢ Table Name: †¢ Database Username: †¢ Database Password: †¢ Display Ontology on the rundown: 0 for stow away and 1 for Show 4. Use java editorial manager to †¢ Change the setup of the sleep record that situated in your_directorysrchibernate. cfg. xml Change the property of your association secret phrase rather than â€Å"your_password† and change the property of your association url rather than â€Å"your_url†. 13 your_password | |14 jdbc:mysql://your_url | †¢ Change the setup of the database properties that situated in your _directorysrcorgfaoaoscsserverowlDatabaseConnection. properties Change the property of your username of database rather than â€Å"your_username† and change the property of your secret key of database rather than â€Å"your_password†. |4 userAdminDB = your_username | |5 passwordAdminDB = your_password | †¢ Change the arrangement of the mail record that situated in your_directory srcorgfaoaoscsutilityMail. properties Change the property of your host name rather than â€Å"your_mailserver_host†, change the property of your port rather than â€Å"your_port†, change the property of your client rather than â€Å"your_user†, change the property of your secret phrase rather than â€Å"your_password† and change the property of your from data rather than â€Å"sender_email†. |1 host=your_mailserver_host | |2 port=your_port | |3 user=your_user | |4 password=your_password | |5 from= sender_email | †¢ Run assemble record to make war document utilizing Apache ANT. 5. Duplicate the war record to organizer of tomcat establishment catalog. 6. You can utilize the program by opening your program and type †¢ http://localhost:8080/your_project_name

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.