cancel
Showing results for 
Search instead for 
Did you mean: 

USE of CAF database

Former Member
0 Kudos

Hi all,

This is a fundamental question i need to know as i am new to composites.

Why do we design the Service Entity module in CAF perspective while developing a composite?

Is is for persistence database?

Where is this persistence stored?

Can there be any other way?

Accepted Solutions (0)

Answers (2)

Answers (2)

ashutosh_rastogi
Active Contributor
0 Kudos

I think yuo are looking for the difference between the various service provide in composite application services enviornment and also the persistence.

Check out my blog

<a href="/people/ashutosh.rastogi/blog/2006/11/24/when-to-use-which-caf-service to use which CAF service ?</a>

Hope this helps

Ashutosh

Former Member
0 Kudos

CAF Core automatically creates the entities you create in the database layer. It behaves as a data abstraction layer for the NW Java app server and whatever database SAP supports. if you need new entities that don't exist in any other systems or are not accessible by your NW java application you can use caf core. you can even use it to access remote entities if you want to using RFC or web service. or you can just forget about it if you don't need it as long as your application can access the data you need wherever it is.