cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between Data-, Business-, and Presentation-Layer

Former Member
0 Kudos

Hi everybody,

which technology should be used for a Business Layer? EJB?

we have a Presentation Layer (Web Dynpro 7.2) and a Data Layer (EJB 3.0) but we don't know which technology we had to use fo our Business Layer. I think the best way is to use EJB's for the Business Layer in order to import them into Web Dynpro.

Presentation Layer (Web Dynpro 7.2)

Business Layer (EJB 3.0)

Data Layer (EJB 3.0)

What ist the best way? And what about Hibernate or JPA, is it possible to use this technologies?

regards,

Sid

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi,

You can create a CAF project for interaction with the Business Layer (EJB) from the Presentation layer. You can also use JPA with EJB for DB transactions.

Regards,

Poojith MV