cancel
Showing results for 
Search instead for 
Did you mean: 

How to do webdynpro using EJB to conecct through JDBC to DB step by step

Former Member
0 Kudos

Hello Gurus

I would to know how to do a webdynpro, that would connected to the data base using EJB and JDBC, I would be greatful if you have this information, that it would show me, step by step

I would like to know..thanks

Luis

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

hello Stefan Thibeault

i am looking for CD263 but i havent found it..please tell me what page in sapteched 2006 it is

thanks

Luis

Stefan-EA
Contributor
0 Kudos

Luis,

Pages 10 - 16 give you an outline on how to structure your application.

This is how I structure a typical application:

DAO DC: Contains a DAO which reads/writes to the DTO

Session Facade DC: An EJB that accesses the DAO

EAR DC: Packages the above DCs

Command Bean DC: Contains the command bean and business delegate

WDP DC: The command bean is used as model in WDP

Stefan-EA
Contributor
0 Kudos

If you have access to the 2006 Tech Ed material, take a look at the following session

<b>CD263 - Web DynproBest Practices for Connecting To Java APIs</b>

It covers the JavaBean model layered approach

Former Member
0 Kudos

hello Naga Raju Meesala

nice your link for me it will be useful to review it

thanks guru Naga

Luis M.

Former Member
0 Kudos
Former Member
0 Kudos

hello friend

thanks for ur information already i know that..i want to know what place into webdynpro i shoul invoke the EJB

asif_hirani
Active Participant
0 Kudos

Hi Luis

I think this should help u with step by step process

http://help.sap.com/saphelp_nw04/helpdata/en/57/1177611c11cd418564cdbc1488ce33/frameset.htm

Regards

Asif