User Tools

Site Tools


web-integration:java-example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
web-integration:java-example [2019/08/15 06:43]
740803864 [Maven Configuration File]
web-integration:java-example [2019/08/15 06:49]
740803864 [Result Page]
Line 241: Line 241:
 ==== Result Page ==== ==== Result Page ====
  
-After successful authentication, ''UDI'' value is printed on ''result.jsp'' page:+After successful authentication, ''UDI'' value is printed at ''result.jsp'' page:
  
 <code javascript> <code javascript>
Line 367: Line 367:
 </code> </code>
 ===== Building Application ===== ===== Building Application =====
 +
 +There is prepared batch file ''build.bat'' to build application. It is neccessary to define right ''ws.url'' value as an address to AIM server:
 +
 +<code>
 +set MAVEN_OPTS="-Xmx512m"
 +mvn -Dws.url=https://myaim.aducid.com -Dfile.encoding=UTF-8 clean install
 +</code>
  
web-integration/java-example.txt ยท Last modified: 2020/02/29 10:52 by mpospisek