Apache OFBiz Developer Manual Version trunk. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 8.1.1. Java SE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . scripts written in Groovy └── main/java/ - java source code └── test/groovy/ - A collection of scripts written in Groovy └── test/java/ - java unit-tests ├── testdef - Defined integration-tests ├── webapp - One or more Java webapps including the control servlet └── widget - Screens, forms, menus and other widgets It is apparent from the0 码力 | 81 页 | 1.77 MB | 1 年前3
Apache OFBiz Developer Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 8.1.1. Java SE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . source └── main/java/ - java source code └── test/java/ - java unit-tests ├── testdef - Defined integration-tests ├── webapp - One or more Java webapps including servlet • findInvoices: request name inside the control servlet 1.3.2. Control servlet takes over The Java Servlet Container (tomcat) re-routes incoming requests through web.xml to a special OFBiz servlet0 码力 | 108 页 | 2.47 MB | 1 年前3
Apache OFBiz Developer Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 8.1.1. Java SE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . source └── main/java/ - java source code └── test/java/ - java unit-tests ├── testdef - Defined integration-tests ├── webapp - One or more Java webapps including servlet • findInvoices: request name inside the control servlet 1.3.2. Control servlet takes over The Java Servlet Container (tomcat) re-routes incoming requests through web.xml to a special OFBiz servlet0 码力 | 108 页 | 2.47 MB | 1 年前3
Apache OFBiz® Selenium-WebDriver
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.2. Java files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . multiple language or technique to write / record selenium, the choice for this project is to use java, even for Business Analyst. The main reason for this choice is 1. all "autocompletion" mechanism mechanism and javadoc reading when writing code; 2. having a full IT language. Obviously, usage of java should be very simple for all non IT people, Business Analyst or Product Owner or … 1 1. Selenium tests0 码力 | 38 页 | 1006.03 KB | 1 年前3
Apache OFBiz® Selenium-WebDriver
priorité : . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3.1.2. Les règles java impérative : . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . il sera automatiquement suffixé d’un index fournit dans le selenium.properties 4. Chaque méthode java, utilisable dans un selenium scénario, doit avoir sa javadoc, lisible par un "fonctionnel" et lui pour que le showInfoPanel fonctionne, donc attention pour la méthode de test. 3.1.2. Les règles java impérative : 1. règle de nommage package, class, méthode et variable 2. javadoc 3. pas de warning0 码力 | 27 页 | 414.53 KB | 1 年前3
Apache OFBiz Developer Manual Release 18.12. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 8.1.1. Java SE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . source └── main/java/ - java source code └── test/java/ - java unit-tests ├── testdef - Defined integration-tests ├── webapp - One or more Java webapps including servlet • findInvoices: request name inside the control servlet 1.3.2. Control servlet takes over The Java Servlet Container (tomcat) re-routes incoming requests through web.xml to a special OFBiz servlet0 码力 | 53 页 | 1.52 MB | 1 年前3
Apache OFBiz Developer Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 9.1.1. Java SE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . source └── main/java/ - java source code └── test/java/ - java unit-tests ├── testdef - Defined integration-tests ├── webapp - One or more Java webapps including servlet • findInvoices: request name inside the control servlet 1.3.2. Control servlet takes over The Java Servlet Container (tomcat) re-routes incoming requests through web.xml to a special OFBiz servlet0 码力 | 65 页 | 1.22 MB | 1 年前3
Apache OFBiz®
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 5.5.5. Compile Java without using Xlint output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . top level Apache software project. OFBiz is an Enterprise Resource Planning (ERP) System written in Java and houses a large set of libraries, entities, services and features to run all aspects of your business • to have the Java Development Kit (JDK) version 8 installed on your system (not just the JRE, but the full JDK) that you can download from the below link. Make sure of setting the $JAVA_HOME environment0 码力 | 23 页 | 305.80 KB | 1 年前3
Apache OFBiz®
The Apache OFBiz Project
Version Trunk. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 5.5.5. Compile Java without using Xlint output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . top level Apache software project. OFBiz is an Enterprise Resource Planning (ERP) System written in Java and houses a large set of libraries, entities, services and features to run all aspects of your business • to have the Java Development Kit (JDK) version 8 installed on your system (not just the JRE, but the full JDK) that you can download from the below link. Make sure of setting the $JAVA_HOME environment0 码力 | 23 页 | 305.80 KB | 1 年前3
Apache OFBiz Developer Manual 22.01. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 6.1.1. Java SE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . source └── main/java/ - java source code └── test/java/ - java unit-tests ├── testdef - Defined integration-tests ├── webapp - One or more Java webapps including 3 • findInvoices: request name inside the control servlet 1.3.2. Control servlet takes over The Java Servlet Container (tomcat) re-routes incoming requests through web.xml to a special OFBiz servlet0 码力 | 16 页 | 161.40 KB | 1 年前3
共 21 条
- 1
- 2
- 3













