cancel
Showing results for 
Search instead for 
Did you mean: 

Java Bean Model

Former Member
0 Kudos

Is it possible to create a simple Java Bean (not EJBs) that connect to the data base where I can read/write to it?? And I want to hook it up to Web dynpro (import a java bean model).

Please help!

I have checked countless threads and tutorials, and am unable to put the pieces together.

Accepted Solutions (0)

Answers (2)

Answers (2)

Anuj07
Employee
Employee
0 Kudos

Hi Sana,

I think following links definitely help you to answer your queries

PPt :-

Demo link :-

Best Regards,

Anuj

Former Member
0 Kudos

yes, of course its possible. Just write your Java Bean code to communicate with the DB. I used hibernate, but thats optional.

Map the POJOs to youtr context and use your WD controller methods to delegate to the DAOs you implemented.

Works perfectly.

regards

Jan