Steps Did:: - Comparison Entre APEX Et ADF
Steps Did:: - Comparison Entre APEX Et ADF
Please
review below steps. If below steps are not right approach to integrate, Please suggest me what will
be right approach for integrating PaaS Apex pages to SaaS.
Steps did:
1. We have created database in Oracle PaaS and enabled required ports for APEX development.
2. Developed APEX application in Oracle PaaS Database.
3. Now able to access APEX application as standalone.
Integration:
we can register APEX pages in SaaS in 3 ways. One of the way has worked out for me.
Solution:
we can register via page integration
we can register via Structure -- > Create page entry
we can register via Structure -- > Create page entry --> can go like Static
we can register via Structure -- > Create page entry --> can go like Dynamic
Data-driven, or
User interface driven
A data-driven application is one where the data structure determines the user
interface. Existing Oracle Forms applications tend to fall into this category, and if you
only want to do a one-to-one replacement of a Forms application, the wizard-driven,
browser-based approach of APEX works well.
1) Performance: the big question for me with APEX is how big do you
need to make your database server? If you only have lots of smallish
APEX apps this may be a non-issue, since most modern hardware is
pretty fast anyway. If you're trying to scale up to hundreds or
thousands of users then the architecture of the product needs careful
examination, and I would suggest ADF has far more potential here than
APEX.
MVC - ADF separates the layers - which gives you more flexibility to
change each layer separately and to reuse components from various layers
Reusable business services - you can reuse your business services in
other systems (ADF Libs), and you can also expose them through other
interfaces (Web services).
Multi-Chanel access - ADF let you develop Mobile, Web, Desktop and Excel
front end to your business services.
Multi-backend services - ADF let you access ADF BC, EJB, Java classes,
Web services, files, XML and more and easily bind to all.