Friday, August 17, 2018

Configure gmail email to send and receive messages in Oracle SOA Suite

1- 






2- configure SMTP certificate in trust store  by following steps:
  • Retrieve certificate for smtp.gmail.com using OpenSSL
  • Create a text file with only the certificate
  • Load the certificate into the keystore
  • Restart WebLogic Domain
https://technology.amis.nl/2014/08/05/setup-gmail-as-mail-provider-for-soa-suite-12c-configure-smtp-certificate-in-trust-store/

java - fill distinct objects in ArrayList

If you have a list that contains some objects that it is considered as duplication when two or three fields of these objects are equal. How ...