2013年11月27日水曜日

Oracle Entitlements Server

Oracle Entitlements Server (OES) - Creating OES Schema (Step 1)
http://www.youtube.com/watch?v=HhfIvcpewA0

Oracle Entitlements Server (OES) - Installing Weblogic (Step 2)
http://www.youtube.com/watch?v=CKc7OPbed2A

Oracle Entitlements Server (OES) - Installing Administration Console (Step 3)
http://www.youtube.com/watch?v=Tx7Ecwl0lUw

Oracle Entitlements Server (OES) - Configuring OES Admin (Step4)
Blog: http://accessmanagement.wordpress.com/
http://www.youtube.com/watch?v=iolIrjRTqB8
select Domain Source: Oracle Entitlements Server for Admin Server - 11.1.1.0[Oracle_IDM1]

Oracle Entitlements Server (OES) - Post Configuration Steps (Step5)
http://www.youtube.com/watch?v=pv1fPFO8u48

Oracle Entitlements Server (OES) - SM Installation Steps (Step 6)
http://www.youtube.com/watch?v=A4COQxyFTWk

2013年11月20日水曜日

Installing Oracle API Gateway Analytics

1. Navigate to the bin directory of OAG Analytics:
Linux:
cd /opt/OAG/OAG-11.1.2.1.0/oaganalytics/posix/bin
Windows:INSTALL_DIR\oaganalytics\Win32\bin

2. To configure the settings for OAG Analytics, execute the configureserver
command:
./configureserver

3.Download wkhtmltopdf-0.9.9 Windows Installer
https://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltopdf-0.9.9-installer.exe

4.Install wkhtmltopdf into the following directory in your API Gateway Analytics installation:
Windows INSTALL_DIR\oaganalytics\Win32\lib\wkhtmltopdf
UNIX/Linux INSTALL_DIR/oaganalytics/posix/lib/wkhtmltopdf

2013年10月29日火曜日

Android emulator setting memo

Solution1:
1.Add Android SDK path to system environment variables path.
2.cmd --> start emulator
For example: emulator -avd avd
3.cmd
>>adb shell
>>sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO system VALUES(99,'http_proxy',' 10.33.176.166 :8080')"
>>sqlite3 /data/data/com.android.providers.settings/databases/settings.db "SELECT * FROM system"
4.Restart android emulator

Soultion2:
1. settings->Wireless controls->Mobile networks->Access Point Names
2. Set Parament
- Proxy : your proxy address
- Port : your proxy port
- Username : your username if needed, or <Not set>  Password : your password if needed, or <Not set>
3. set DNS
>>adb shell
>>getprop
>>setprop net.dns1 192.168.1.1
or
>>setprop net.dns1 192.158.0.1

2013年10月2日水曜日

Oracle Mobile and Social Access Service

Overview
Oracle Mobile and Social Access Service is a fully integrated, server-based solution designed to secure mobile access to applications leveraging the enterprise's existing back-end identity management infrastructure. Oracle's Mobile and Social solution also provides client software development kits (SDKs) used by developers to weave security into native mobile applications for tight integration with identity management.

Oracle's Mobile and Social solution secures mobile access to corporate resources by leveraging the services of Oracle Access Management in terms of single sign-on between browser-based and native mobile applications, strong and multi-factor authentication, device fingerprinting and device context based fine-grained authorization. In addition, the Mobile and Social solution also enables enterprises to securely leverage social identity for personalization and federated sign-on.

Key features include:
Authenticating and Authorizing Mobile Users
Mobile Single Sign-on
Device Fingerprinting and Registration
Device Blacklist/Whitelist
Device-context Based Fine-grained Authorization
Log On Using Social Identity from Facebook, Google, Twitter, LinkedIn or Yahoo
REST-based directory interface for User Profile Services
Mobile and Social Client SDKs
http://www.oracle.com/technetwork/middleware/id-mgmt/overview/oamms-1696162.html

ORACLE MOBILE AND SOCIAL ACCESS MANAGEMENT
http://www.oracle.com/technetwork/middleware/id-mgmt/overview/oamms11gr2ds-1697252.pdf

White Paper
http://www.oracle.com/technetwork/middleware/id-mgmt/overview/mobileandsocialaccessmanagementwp-1703656.pdf

2013年9月28日土曜日

Oracle ADF Mobile! Hello!

First we have to setup our JDeveloper (11.1.2.3.0) for the ADF mobile development.
1.Entry:That is the adfmf-feature.xml file.
This file is to configure the features of your application.
The adfmf-feature.xml file enables you to configure the actual mobile application features that are referenced by the element in the corresponding adfmf-application.xml file.So basically, what is says is, that adfmf-feature.xml is the configuration file of all the features your application might have.
All those features are stored in the adfmf-application.xml file.
That file is located in the descriptors section in JDeveloper.
2.What is that DataControl about?
That dataControl handles the operations on your device
Once we understand how it works. one step at a time. it is fairly easy to remember.
This is the beginning!

OAM The requested URL /favicon.ico was not found

Error: The requested URL /favicon.ico was not found.
Possible Solution:
this is not a request made for something you didn't know you were pointing to on a Web page.Instead, it's a request for the favicon.ico file that Internet Explorer (and many other browsers) expect you to have on your site.
The favicon.ico file is a small graphic that is associated with a page or Web site, and allows the Web developer to customize the site in the Web browser,both in the tab bar that is displayed in many browsers as well as in the bookmarks when a site is saved.
So, you can try following step:
Step1:Create a favicon
http://www.favicon.cc/?
http://www.degraeve.com/favicon/
http://www.favicongenerator.com/
Step2:Upload icon to specified location.