Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can remote Java programs access JDBC data source defined on the SAP NetWeaver AS?

0
10 Posted

How can remote Java programs access JDBC data source defined on the SAP NetWeaver AS?

0
10

As of the SAP NW 04, accessing server side JDBC data sources from remote client applications is a deprecated feature. Remote clients don’t access such resources directly. In general, shift database-related operations from a remote client program to server side components (servlet/JSP, EJB). Example 1: Use a JSP page (and not a plain Java client) as a test client to test the database connection and JDBC code quick. Example 2: Remote clients invoke EJB methods – implementing intended operations. Back to top How to put data from a file system into an application database table? J2EE applications usually do not access file systems directly. Check which of the following approaches could be a solution: 1. Deploying table entries for Java Dictionary tables as a software delivery archive (SDA) of type DBSC. This approach is suitable for data with program character or for examples, but not for templates or customizing data. (As of SAP NW 04, there is the general restriction for productive syste

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123