Some January Tips
1. use “/adfAuthentication” as welcome page in web.xml <servlet> <servlet-name>adfAuthentication</servlet-name>...
View ArticleSome March Tips
1. ADF control transaction bindingContainer.dataControlFrame().rollback(); xxx.commit()… 2. A reference TaskFlowUtils class http://chrismuir.sys-con.com/node/1606250/mobile Which retrieves...
View ArticleinputComboboxListOfValues height and label left alignment
1) height of af:inputComboboxListOfValues within af:panelFormLayout Height of inputComboboxListOfValues is slightly different from other components like af:inputText etc. If there’s multiple columns...
View ArticleJun notes: css3 3D effects, JSF2 PreRender events, self closing tag in html
1) css3 3D effects are hardware accelerated To benefit this GPU acceleration, could do following to be benefited but this approach is not guaranteed: -webkit-transform: translateZ(0); On the other...
View ArticleJune notes 2
1) Access session scope from BC layer is designed approach This http://andrejusb.blogspot.sg/2012/01/how-to-access-session-scope-in-adf-bc.html blog entry was causing some objection by his audience...
View ArticleSeptember notes
1) css z-index only applies to positioned elements position:absolute, relative or fixed. Higher z-index value will be in front of lower z-index value elements <div style=”text-align:center;...
View ArticleDecember notes
1) Text editor commonly used data structures 1: Gap Buffer 2: Rope 2) Oracle set client info procedure: begin DBMS_APPLICATION_INFO.SET_CLIENT_INFO ('user_id'); end;...
View ArticlecpSlider – a simple javascript image slider
I’ve written a simple javascript slider “cpSlider” as jQuery plugin. It mainly uses CSS3 and javascript animation, best viewed in Chrome/Firefox. I tried to send to Codecanyon but they rejected it I...
View ArticleFebruary notes
1) ADF Groovy supports java import: http://andrejusb.blogspot.sg/2013/02/adf-bc-groovy-with-java-imports.html However in this case it’s probably same as: new...
View ArticleSome May tips
1) ADF ChangeEventPolicy=PPR https://forums.oracle.com/forums/thread.jspa?threadID=2266956 https://blogs.oracle.com/jheadstart/entry/jdev_11_1_2_differences 2) What’s new in JSF2.2? Very nice article...
View ArticleSome Sep/2013 Notes
1) Search Content Server (UCM) documents that the user “USERID1″ has read write rights: In query builder form: Alternatively, could go to “Expanded Form” and add the user access list search conditions...
View ArticleSome Dec/2013 Notes
1) Some useful JVM params http://blog.joda.org/2011/08/printcompilation-jvm-flag.html https://wikis.oracle.com/display/HotSpotInternals/PrintAssembly...
View ArticleSome March 2014 Notes/Tips
1) List of implicit JSF EL objects: http://balusc.blogspot.sg/2011/09/communication-in-jsf-20.html#ImplicitELObjects 2) Performance issue caused by Oracle DB bind variable peeking Encountered an...
View ArticleJune 2014 Notes
1. ADF Custom ViewCriteria Compare Operator Problem: operator label disappear after passivation/activation It’s required to add a “Like” operator to accept wildcard characters in <af:query>. It’s...
View ArticleSeptember 2104 notes
1. javascript error for <af:table>: “Uncaught TypeError: Cannot read property ‘afrSelectAll’ of null” when select a row for the first time. It seems it has no harmful effect. (or it only occurs...
View Article