blog.tanvirpathan.com
Tanvir Pathan's Blog: ADF-GROOVY : Use Java classes in groovy expressions
http://blog.tanvirpathan.com/2011/09/adf-groovy-use-java-classes-in-groovy.html
Blog about Oracle ADF, WebCenter, UCM, SOA. Sep 22, 2011. ADF-GROOVY : Use Java classes in groovy expressions. Posted by Tanvir Pathan. Today I will discuss about how you can use Java classes in groovy expressions. In this blog I will show you how you can access Private class fields, Protected class fields, Static class fields and Enums. Download Application: (Developed using Jdeveloper 11g R2). Here is the snippet of Bean.java. Comtanvir.groovy.model.views;. String privateJobId = "FI ACCOUNT". Yannick O...
gabrielsideras.com
Documentation for Migration from Oracle Forms to Oracle ADF | Gabriel Sideras
http://www.gabrielsideras.com/2010/10/08/documentation-for-migration-from-oracle-forms-to-oracle-adf
I am a software engineer involved in web application design and development. For the past few years [.]. Documentation for Migration from Oracle Forms to Oracle ADF. 8801; Category: ADF Documentation. 8773; Leave a Comment. If you are one of the many who are struggling with the migration from Oracle Forms to Oracle ADF then one of the first things that you need to read is this chapter of the documentation. ADF Equivalents of Common Oracle Forms Triggers. Laquo; The ADF Carousel Component.
monkeyonoracle.blogspot.com
Monkey on Oracle: February 2012
http://monkeyonoracle.blogspot.com/2012_02_01_archive.html
I read, I repeat. Sometimes I even adapt, that's called evolution. Monday, February 27, 2012. No, I haven't got any ADF best practices, only pointers to some who may have. The fine thing with best practices, is that everyone thinks it's such a neat idea. That generally leads to a lot of best practices, so you can choose the one that suits you. Or adapt one. Or just invent a new. A healthy approach to best practices is Caution. Or better yet: down right Hostility. Maybe patterns would be a better term?
kristipati.blogspot.com
Peddi: Use secondary row set of VO in the custom AMImpl class to avoid clash with UI iterator binding
http://kristipati.blogspot.com/2015/01/use-secondary-row-set-of-vo-in-custom.html
Friday, January 16, 2015. Use secondary row set of VO in the custom AMImpl class to avoid clash with UI iterator binding. What You May Need to Know About Programmatic Row Set Iteration. Method on the row set you are working with. When you are done using it, call the. Method on the row set to remove the secondary iterator from memory. Example 9-8. Shows a typical application module custom method that correctly uses a secondary row set iterator for programmatic iteration, because the. The same recommendati...
kristipati.blogspot.com
Peddi: BPM performance tuning guide
http://kristipati.blogspot.com/2013/09/bpm-performance-tuning-guide.html
Wednesday, September 11, 2013. BPM performance tuning guide. BPM performance tuning guide. Http:/ www.oracle.com/technetwork/middleware/bpm/learnmore/bpm11gperftuning-1912340.pdf. Posted by Peddi Kristipati. Subscribe to: Post Comments (Atom). View my complete profile. Fitness and Life Style. Oracle ADF code corner. Fusion Order Demo App. Linux command to check internet connection speed. Integration of Oracle BPM and Oracle UCM/WCC. SOA BPM technical articles and blogs. BPM performance tuning guide.
kristipati.blogspot.com
Peddi: ADF Cache
http://kristipati.blogspot.com/2013/12/adf-cache.html
Friday, December 13, 2013. ADF has got two levels of cache 1) VO Cache 2) EO Cache. Model has to define. 1) VOs based on EOs. 2) Entity Associations and View Links. 3) Use View Criterias on VOs. With this modeling cache can be utilized in two ways. 1) In case of multiple VOs based on same EO, uncommitted data in one VO can be accessed in the other VOs. 2) Master - Detail VOs can be accessed each others uncommitted data. So we need two set of VOs 1) For Cache 2) Read only (committed data only).
kristipati.blogspot.com
Peddi: The Most Popular Java Tech Articles
http://kristipati.blogspot.com/2013/10/the-most-popular-java-tech-articles.html
Friday, October 25, 2013. The Most Popular Java Tech Articles. Https:/ blogs.oracle.com/otn/tags/techarticles. Here is a list of the most popular articles, in terms of traffic, on OTN/java in the last 12 months. Its, as usual, a rich mix of Java and Java-related technologies, types of articles and variety of authors. Check out any that you might have missed and vote with your visit. 1 "Getting Started with Java SE Embedded on the Raspberry Pi. 160;by Bill Courington and Gary Collins August 2012. 160; b...
kristipati.blogspot.com
Peddi: January 2015
http://kristipati.blogspot.com/2015_01_01_archive.html
Friday, January 16, 2015. Use secondary row set of VO in the custom AMImpl class to avoid clash with UI iterator binding. What You May Need to Know About Programmatic Row Set Iteration. Method on the row set you are working with. When you are done using it, call the. Method on the row set to remove the secondary iterator from memory. Example 9-8. Shows a typical application module custom method that correctly uses a secondary row set iterator for programmatic iteration, because the. The same recommendati...
gabrielsideras.com
MDS SEEDED CUSTOMIZATIONS | Gabriel Sideras
http://www.gabrielsideras.com/2011/10/17/adf-seeded-customizations-with-mds
I am a software engineer involved in web application design and development. For the past few years [.]. ADF Seeded Customizations with MDS. 8801; Category: ADF. 8773; Leave a Comment. Q: What is the seeded customization of an application? Http:/ download.oracle.com/docs/cd/E17904 01/web.1111/b31974/customize.htm#BABEGABC. In order to customize a base application, one or more customization layers need to be created. The customizations are stored in a repository by MDS. At runtime, MDS. Departments and Em...