Mindblown: a blog about philosophy.
-
Displaying alternative values for specific attributes in Oracle ADF
Sometime we come across such type of requirement in Oracle ADF when we want to display some alternative value of attribute based on some condition. For example if we have a column in database that represents status of something, then instead of storing whole word like “Approve”, “Reject”, “Pending” etc we can just store “A”,…
-
Create Sequence in Oracle ADF
In this post i will show how we can create and use sequence in Oracle ADF by using Groovy expression. First create a sequence in your database then use the following code to implement it. (new oracle.jbo.server.SequenceImpl(“PURCHASEREQ_SEQ”,adf.object.getDBTransaction())).getSequenceNumber() here PURCHASEREQ_SEQ is my sequence name that I have created in Database. See the below snapshot for clarification.…
-
Oracle Universal Content Management (UCM) Installation and Configuration guide, Webcenter Content
11) Required software: Ø Oracle Database 11g. Ø Oracle Weblogic server 11g. Ø Oracle Repository Creation Utility. Ø Oracle Webcenter Content 11g (UCM). Ø Oracle JDK 22) Installation Steps Ø Installation of Oracle JDK Ø Installation of Oracle Database 11g Ø Creation of required schemas for UCM by using Repository Creation Utility (RCU) Ø …
-
Delete Multiple records in Oracle ADF Table
In this post i am going to show how to delete multiple records in Oracle ADF table. You can select multiple records and then delete them in one transaction instead of doing one by one. 1) Create a new fusion application and create Employees entity object, then its view object. 2) Create an application module…
-
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…
-
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…
-
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.
-
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…
-
About Oracle ADF future and Importance of ADF for Java Developer
Recently I have read a very useful article about Oracle Application Development Framework (ADF) Importance, future and ADF importance for Java developer. I have read many blogs and other forums where people have asked about future of Oracle ADF and I myself was one of them :P. But I realized that with the passage of time…
-
Oracle Webcenter Sites 11g Installations Part 2
Hello and Welcome to Installation of Oracle Webcenter sites 11g Part 2. I hope you have done first part of this tutorial successfully if not then you should do it fist http://technasir.blogspot.com/2012/10/oracle-webcenter-sites-11g.html So Lets create a new domain for Webcenter sites 1) Run config.cmd from C:OracleMiddlewarewlserver_10.3commonbin or your directory where you have installed Web logic server. 2)…
Got any book recommendations?