Quantcast
Channel: codeplay
Browsing all 15 articles
Browse latest View live

Some January Tips

1. use “/adfAuthentication” as welcome page in web.xml <servlet> <servlet-name>adfAuthentication</servlet-name>...

View Article


Some 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 Article


inputComboboxListOfValues 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 Article

Jun 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 Article

June 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 Article


September 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 Article

December 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 Article

Image may be NSFW.
Clik here to view.

cpSlider – 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 Article


February 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 Article


Some 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 Article

Image may be NSFW.
Clik here to view.

Some 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 Article

Some 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 Article

Image may be NSFW.
Clik here to view.

Some 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 Article


Image may be NSFW.
Clik here to view.

June 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 Article

September 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

Browsing all 15 articles
Browse latest View live