Wednesday, February 27, 2013

msvcr100.dll missing problem solved

Recently I tried to run Oracle SQLDeveloper but I was getting the error that msvcr100.dll missing from your system. I tried with different JDK version but in vain. This can come while installing any other software as well. To resolve this problem just download and install Microsoft Visual C++ 2010 Redistributable Package.   it will solve your problem. The following are download links as per your OS.

(x64 bit) http://www.microsoft.com/download/en....aspx?id=14632


(x86 bit) http://www.microsoft.com/download/en...s.aspx?id=5555



Wednesday, February 20, 2013

Oracle ADF Dynamic Region, Runtime content changing

In one of my projects, I have a requirement to change pages at run time when somebody click on a link .I have used ADF dynamic region to achieve this. Here i will show you how to implement dynamic region in Oracle ADF.

1) Create two entity objects named employees and departments and then their view objects.

2) Create a new app module and add these view object to it so that we would work on view layer.

3) Create two task flow name EmployeeTF and DepartmentTF as shown in following figures




4) Drag and drop a view component from component pallet and add it on EmployeeTF and give it name like EmployeePage and double click on it. Click ok to choose defaults and drag and drop employeeview1 data control on it as a read only table.




5) similarly drag and drop a view object from component pallet and drop it on DepartmentTF.xml file. now double click to open it and give it name like DepartmentPage and click ok. now drag and drop departmentview1 data control on DepartmentPage as read only table.

6) Now its time to create dynamic region. create new jsf page dynamicRegion.jsf, from page templates select Oracle three column layout then click ok.

7) Drag and drop EmployeeTF.xml into center of dynamicRegion.jsf and choose dynamic region and it will prompt for bean. click plus icon to create it. give the name and class name "dynamicRegion" and from scope select "view" .see example snaps.


8) Click ok if any popup appears. Now drag and drop EmployeeTF.xml to start facet of page and choose dynamicregionlink-dynamicregion1. see snap for clarification


9) Similarly drag and drop DepartmentTF.xml and drop it on start facet just like step 8 and choose dynamicregionlink-dynamicregion1. The page will look like this.



10) save all and right click on dynamicResion.jsf and click run. following snap showing the result.


Wednesday, February 6, 2013

What is Oracle ADF Mobile AMX

AMX stand for ADF Mobile XML, It is a subframewok within ADF mobile. It provides different components for development of mobile applications for example Layout, data and fields components. It is valid for both iOS and android phones. AMX also supports some of Oracle ADF components, data controls, bindings and the expression language.

Tuesday, February 5, 2013

Oracle ADF Mobile , ADF Mobile Performance, Future of ADF mobile

    I was very confused about Oracle ADF Mobile. I was confused whether Oracle ADF Mobile future will be good or not. ADF Mobile performance was another confusion . Should we start learning ADF mobile and what about the Market of ADF mobile. I discussed these things on ADF OTN forum and the replied answers are very nice and cleared everything.

   Now I am very motivated about ADF Mobile. I have already good know how of Oracle ADF and some other Oracle related technology stack and in my point of view ADF mobile will be ice on a cake. Please must read this useful thread if you are mobile development lover.

ADF Mobile: Confusion