Skip to content

Commit 4402f49

Browse files
committed
Some usages on contexy
1 parent eb023fa commit 4402f49

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,23 @@ For more information, including a Wiki please see the project on SourceForge:
1919
The project is realeased under the Apache V2 license starting from version 1.5.
2020
Earlier versions are dual licenced and developers can choose between LGPL3 (original license) and Apache V2.
2121

22+
23+
# Dependencies
24+
25+
This project depends on the XMLRPC library by Apache: http://ws.apache.org/xmlrpc
26+
27+
Download the latest version from apache and extract the tar.
28+
29+
The required jar files are:
30+
xmlrpc-client-3.1.3.jar
31+
xmlrpc-common-3.1.3.jar
32+
ws-commons-util-1.0.2.jar
33+
34+
Add those jar files to your classpath and you should be ok.
35+
36+
# Examples
37+
38+
## Context manipulation
39+
Map inputMap = new java.util.HashMap();
40+
inputMap.put("active_id", move_id.toString());
41+
openERPSession.getContext().putAll(inputMap);

0 commit comments

Comments
 (0)