cancel
Showing results for 
Search instead for 
Did you mean: 

is the code for creating connection tobackend for Webdynpro=JDBC in advJAVA

Former Member
0 Kudos

Hi All

can u tell me whether the code for JDBC conn in advance java and WebDynpro -java is same or not...If possible can u give me the code for database conncetivity and accessing data from it in WebDynpro-java

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
former_member186016
Active Contributor
0 Kudos

The ways are almost same. You can also create Java Beans where you create/manage the jdbc connections. Later import these java Beans as java Bean model and build your application.

Other way can be creating web services and ejbs. See following for that:

See these two sample applications:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94a...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94a...

See these threads as well:

Regards,

Ashwani Kr Sharma