1

I am new to ADF mobile framework, as I knew it is not free, but I want to have a try whether is this apply to my requirement.

Does it provide any free trial version?

If license needed, where can I see the quotation?

Can I just buy ADF mobile(AMX component) extension license only and apply to ADF essential?

Oktaheta
  • 606
  • 5
  • 21
  • Most features (maybe all) you need could be included in ADF essentials, which is free of charge. – Falco Jul 01 '15 at 14:51

1 Answers1

1

MAF - as most of oracle products - is license free for development purposes. You will need a licence once you go to production.

Florin Marcus
  • 1,657
  • 1
  • 12
  • 11
  • Can I use MAF framework only(no ADF) for my Mobile Design? And structure my own Service endpoint design to communicate with front tier(MAF)? My purpose just want it apply to android and IOS, I have my own backend service – Oktaheta Jun 19 '15 at 06:04
  • 1
    You don't need ADF for MAF, you can use your own backend services. – User404 Jun 19 '15 at 06:51
  • To be clear - you mean ADF *BC* - Business Components. ADF is composed of 4 "parts" _ ADF BC, ADF Model, ADF Controller and ADF Faces. MAF is not considered "Big ADF" since it does not include ADF BC and does not use ADF Faces components. ADF BC components can be exposed as SDO Web Services and accessed as a web service from MAF. – Joe Jun 20 '15 at 18:57