Monday, July 29, 2013


Comparing Different Frameworks/Architectures.


For learning any java framework : if we understand the layers carefully it becomes easier for the developer to visualize and implement the application easily.

let me give you some info the different frameworks which iam aware.



AM --> Application Module
PG --> Page File
CO --> Controller File (java)
EO --> Entity Object
VO --> View Object
OAF --> Oracle Application Framework
ADF--> Application Development Framework
JSF--> Java Server Faces
Framework Technology Used IDE/Editor Used MVC ? Layers -Navigation From FrontEnd to BackEnd
OAF Java,XML Jdeveloper9i,Jdeveloper10i Yes Full MVC OAFPG-->CO-->AM-->VO(EO)-->DB
ADF JSF,XML Jdeveloper9i,Jdeveloper10i,Jdeveloper11i, Jdeveloper12c Yes Full MVC ADF(JSFPG)-->CO-->AM-->VO(EO)-->DB(Services{ex:SOA services)
Java Struts Java Eclipse, RAD(IBM) Not Full MVC JSPPG-->Action&Form-->Services-->DAO-->DB

Saturday, July 27, 2013


ADF How to pass the parameter from one page to another.


You can find the source code for the same here:

https://docs.google.com/file/d/0B1HLsOv1s5WFVUlZRjFBeDRRbzQ/edit?usp=sharing

You can find the step by step by Tutorial @ http://www.youtube.com/watch?v=4eyzBiIf5MM

Consider HR Schema for the above sample.

Monday, July 01, 2013

Error While Starting Oracle Service

Error while starting Oracle Service

Execute the below command in DOS prompt

C:\Documents and Settings\sridhar>oradim -STARTUP -SID ORCL -SYSPWD system


Find more info @ http://www.dba-oracle.com/t_start_oracle_windows_services.htm