Monday, 7 July 2014

How to create simple application (Display hello world)

1)Open J developer Goto file ->new -> fusion web application(adf)
2)Give the application name  ex-helloworldapp
Simple adf application  will create  two project  ie.
Model---------    à Give name  model  and give proper name for  package for model project
View controller à Give name  view controller and give proper name for  package for view controller project

3)project technologies will be default  no need to change any thing  

Note : after creation of application it  will give overview of project if want  you can also  use that steps to create simple project




Step 4)Right clk on view controller project ->new -> select  jsf ->jsf page
 Give name helloword.jspx and you can select layout also for appearance


Step 5) Go to component petal and in that  select  components  you want add into page
            Ex:  1) output text     into helloword.jspx page  
                   2) drag calendar  into helloword.jspx page  


Step 6 )Click on  save  and right click on helloword.jspx page   and click run 


No comments:

Post a Comment