cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is CAP extensibility available for JAVA based SaaS

VeraHuang
Advisor
Advisor
0 Likes
790

Your environment (run the following commands):

  • cds -v 7.2.0
  • java -version (if applicable) SAP machine 17.0.8

Based on the introduction about CAP extensibility in CAPire https://cap.cloud.sap/docs/guides/extensibility/#extensibility


I am not sure wether JAVA based CAP application could do the extensibility on CDS aspect.

If yes, is there any sample code could be shared?

Accepted Solutions (0)

Answers (1)

Answers (1)

robinjayasinghe
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi verahy! Yes, CDS extensibility is available for CAP Java applications. The Java bookshop demoes feature toggles which use extensibility features.

Best Regards,
Robin

VeraHuang
Advisor
Advisor
0 Likes

Hello Robin,

Thanks for the answer! I will check the sample code!

Best regards,

Vera

robinjayasinghe
Product and Topic Expert
Product and Topic Expert
0 Likes

You can also check our documentation here and here.