Category Archives: general

Oracle ADF 11gR2 Development Beginner’s Guide – Published!!


Book Details

Language : English
Paperback : 330 pages [ 235mm x 191mm ]
Release Date : April 2013
ISBN : 1849689008
ISBN 13 : 9781849689007

Reviewed by : Frank Nimphius, Sten E. Vesterli
Author(s) : Vinod Krishnan

Topics and Technologies : All Books, Oracle Applications, Beginner’s Guides, Enterprise, Oracle

This book is intended for beginners who know a little about Java programming and would like to learn how to develop rich web applications using the Oracle Application Development Framework.

http://www.packtpub.com/oracle-adf-11gr2-development-beginners-guide/book

Chapter 1, Installing and Configuring Jdeveloper IDE – This is the first time you are working with Jdeveloper, Where do you start?  – In this chapter you will learn how to install and configure Jdeveloper IDE, how to work with the IDE.

Chapter 2, Getting Started with ADF – you don’t know what is ADF? You would love to see a running example – You will learn the basics of Model-View-Controller Architecture, How ADF fits into the MVC patter, learn the components of ADF, building a simple ADF application.

Chapter 3, Understanding the Model Layer– Do you know how Business components work, can we explore? – You will learn about ADF Business components and how it works, familiarize with the components..

Chapter 4, Validating and Using the Model data– How will you do validation for your model? Learn how to write business logic declaratively, learn the groovy expressions, and manage transactions and exposing the data.

Chapter 5, Binding the Data– Do you know how to expose the model data to the UI layer? This chapter teaches how to use the data control and bind the data for the user interface.

Chapter 6, Displaying the Data– Do you want to design your page? You will learn how to display the data in the UI using layers and components.

Chapter 7, Working with Navigation Flows–  You would love to pass information from one page to another, but how? – Learn how to use the page flows and activities pass parameters and about ADF lifecycle.

Chapter 8, Layout with Look & Feel – Do you see your page good for the user? You will learn how to style the page and make it presentable.

Chapter 9, Implementing Security – You would love to secure your page, don’t you? This chapter will help in securing the page that you have created, Allow and restrict access for different roles and groups.

Chapter 10, Deploying the ADF Application – How do you make your application available to your friend? This chapter will help you deploy the application to the server.

Chapter 11, Advanced Features of ADF – Now you know the basics, what’s next? – Advanced features of the ADF11gR2 framework is explained in this chapter.

2012 in review


The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog.

Here’s an excerpt:

4,329 films were submitted to the 2012 Cannes Film Festival. This blog had 40,000 views in 2012. If each view were a film, this blog would power 9 Film Festivals

Click here to see the complete report.

2011 in review


The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.

Here’s an excerpt:

The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 30,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 11 sold-out performances for that many people to see it.

Click here to see the complete report.

Stop Blog Theft – I-Felix joins the club


IFelix joins the club with Mr.Saravanan

Added to this entry
https://vtkrishn.com/2012/03/23/stop-blog-theft/

I found another person who is seriously copying blogs from my blogs

Blog date Thursday, March 10, 2011

http://adf-lk.blogspot.com/2011/03/adf-client-side-validations-with_10.html

Stealing date Wednesday, March 28, 2012

http://ifelix.blogspot.com/2012/03/adf-client-side-validations-with.html

Blog date July 19, 2011

https://vtkrishn.com/2011/07/19/jdevloper-not-taking-the-latest-changes-what-to-do/

Stealing date January 8, 2012

http://ifelix.blogspot.com/2012/01/jdevloper-not-taking-latest-changes.html

So this guy, also joins the club

fusion middleware doc


link to get the hosted fusion middleware doc

http://docs.oracle.com/cd/E23104_01/download_readme.htm

Stop Blog Theft !!!


This is to inform that Mr. Saravanan of http://jdeveloperandadf.blogspot.com is stealing many blog contents without prior permission of the original authors. I am the victim along with others.

So I believe that all his blogs are stolen from some other blogs..

Blog date May 4, 2010
https://vtkrishn.com/2010/05/04/how-normal-jar-library-is-different-from-adf-library/
Stealing date Sunday, May 15, 2011
http://jdeveloperandadf.blogspot.com/2011/05/how-normal-jar-library-is-different.html#comment-form

http://www.techartifact.com/blogs/2011/08/oracle-adf-interview-question-part-2.html
Stealing date Tuesday, February 15, 2011
http://jdeveloperandadf.blogspot.com/2011/02/oracle-adf-interview-questions-and.html

Blog date Tuesday, March 29, 2011
http://shidharth.blogspot.com/2011/03/floating-footer-page-layout-in-adf.html
Stealing date Sunday, April 3, 2011
http://jdeveloperandadf.blogspot.com/2011/04/floating-footer-page-layout-in-adf.html

Blog date Wednesday, February 24, 2010
http://sameh-nassar.blogspot.com/2010/02/javascript-functions-sample.html
Stealing date Thursday, March 3, 2011
http://jdeveloperandadf.blogspot.com/2011/03/javascript-with-adf-faces-samples.html

(In this the link that he mention’s goes to Andrejus’s Blog – caught red handed)
Blog date Sunday, February 13, 2011
http://andrejusb.blogspot.com/2011/02/adf-region-communication-region-refresh.html
Stealing date Saturday, March 5, 2011
http://jdeveloperandadf.blogspot.com/2011/03/adf-region-communication-region-refresh.html

So BEWARE of this guy..

Nic tool to keep multiple terminal sessions – Pedorosa


Recently I got to know this tool from my colleague to keep track of multiple terminal sessions under a single view.

For example, imagine you are working on multiple server session and you want to keep track of the session or the server running. search for the log files, tailing log outputs then we will open n number of putty terminals to connect to the server or telnet multiple windows. But how will this be organized under one single window?

That where the software Pedorasa come into picture.

The screenshot of the sample is

you can download this free tool from here

select tab based on the commandlink


The example of the paneltab selection by clicking the af:commandlink example is here

The same use case can be achieved by passing a request parameter for the goLink like


<af:golink destination="/faces/index?dt=true">

and enable the panelTabbed showdetailitem accordingly..


<af:showdetailitem disclosed="#{param.dt eq 'true'}">

create pdf from VO


useful link that i found to create a pdf from a view object

http://technology.amis.nl/blog/1182/generating-pdfs-from-adf-business-components-view-object-datasets-using-xsql

http://kohlivikram.blogspot.com/2009/04/generate-pdf-report-in-adf.html

blogging 4m my blackberry


First blog of mine 4m my blackberry curve