Thursday, 26 November 2015

ADF : ViewAccessor(A,B,C) customize ViewAccessor(A,B)

ADF : ViewAccessor(A,B,C) customize ViewAccessor(A,B)


1. If In my drop down getting values from VA(A,B,C) based on viewcriteria
2. If i want to filter again based on my requirement VA(A,B) and remove C




3. If you have requirement that on change of some thing in UI, then VORowImpl will not call by default, in that case we need to call ROImpl methods. either by VO.execute or VO.getCurrentRowImpl.method() as shown below....


Wednesday, 18 November 2015

ADF : Navigation in Unbounded and Bounded Task Flow

ADF : Navigation in Unbounded and Bounded Task Flow


1-jspx to jspx
2-jspx to bounded task flow(which has jspx)
3-jspx to bounded task flow (which has jsff) 
4-jsff to jsff
5-bounded task flow to bounded task flow

http://adfwithejb.blogspot.in/2012/06/navigation-in-unbounded-and-bounded.html

Sunday, 8 November 2015

ADF : Download Image from BLOB column using Servlet.

ADF : Download Image from BLOB column using Servlet.




ADF : Upload Image to BLOB column

ADF : Upload Image to BLOB column



Upload Image ADF

1> af:form -> useUpload -> true (if you are using jsff, then you can add to the parent jspx)
2> AdminBean ->  declare UploadedFile file -> file assign to value of inputFile in UI.
3> AdminBean -> keep it in session scope
3> weblogic.xml -> Enable getRealPath() results for archived web apps -> check this option

https://www.youtube.com/watch?v=cDz9V_mxlPo