cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate EJBs from an existing Oracle table?

Former Member
0 Kudos

Hello,

I have to access from my Web Dynpro to an given Oracle Database. I thougt to do this via EJBs that are consumed by the Web Dynpros.

Is there a possibility in NWDS to generate from given tables our own EJBs?

I've setup a DB-Connection from NWDS to the Oracle Database. I also was able to extract DDL-SQL Statements. But now, how can i transform them to EJBs?

Thanks for your help in advance,

Sebastian

Accepted Solutions (0)

Answers (1)

Answers (1)

adrian_goerler
Active Participant
0 Kudos

Hi,

you can use the Dalí tooling to generate JPA entities from database tables.

-Adrian