Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 3400_how_to:0900_other_systems [2026/08/13 07:33] – Imported by DokuWiki Advanced Plugin aware_support3 | 3400_how_to:0900_other_systems [2026/08/13 07:43] (current) – Imported by DokuWiki Advanced Plugin aware_support3 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| < | < | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| This is explained in detail in the “[[2500_config_apps: | This is explained in detail in the “[[2500_config_apps: | ||
| </ | </ | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| Sometimes you may want to connect to existing database tables but display data from several existing database table in a single query. With normal // | Sometimes you may want to connect to existing database tables but display data from several existing database table in a single query. With normal // | ||
| Line 16: | Line 16: | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| Many credit card payment systems, such as PayPal, require that your web site communicate with them via a particular URL. Whenever your web site needs to perform credit card payment the users need to click on the link with this URL, which will bring them to the web site of the credit card payment system. As part of the URL that your web site supplies to the credit card payment system you must also specify the URL that the credit card payment web site will use to return to your web site upon successful or un-successful completion of the payment. | Many credit card payment systems, such as PayPal, require that your web site communicate with them via a particular URL. Whenever your web site needs to perform credit card payment the users need to click on the link with this URL, which will bring them to the web site of the credit card payment system. As part of the URL that your web site supplies to the credit card payment system you must also specify the URL that the credit card payment web site will use to return to your web site upon successful or un-successful completion of the payment. | ||
| Line 30: | Line 30: | ||
| </ | </ | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| // | // | ||
| All the details are explained in the “[[2500_config_apps: | All the details are explained in the “[[2500_config_apps: | ||
| Line 36: | Line 36: | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| If you want to use an existing web service implemented as REST or SOAP then you need to do the following: | If you want to use an existing web service implemented as REST or SOAP then you need to do the following: | ||
| - Define an intelligent business object representing the web site exposing the web service – see the “[[2500_config_apps: | - Define an intelligent business object representing the web site exposing the web service – see the “[[2500_config_apps: | ||
| Line 44: | Line 44: | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| In order to allow users to login via Facebook you need to register your AwareIM application with Facebook. In order to do this: | In order to allow users to login via Facebook you need to register your AwareIM application with Facebook. In order to do this: | ||
| Line 65: | Line 65: | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| In order to allow users to login via Twitter you need to register your AwareIM application with Twitter. In order to do this: | In order to allow users to login via Twitter you need to register your AwareIM application with Twitter. In order to do this: | ||
| Line 86: | Line 86: | ||
| <anchor id=" | <anchor id=" | ||
| - | < | + | < |
| In order to allow users to login via Google you need to register your // | In order to allow users to login via Google you need to register your // | ||