cancel
Showing results for 
Search instead for 
Did you mean: 

Performance issues due to including a jar file

Former Member
0 Kudos

Hi all,

In a webdynpro project i am using a jar which is in lib folder of the project and i am using it by clicking 'add jar' button in the java build path.

But because I have included jar file in lib folder its taking considerable time to load the page in browser.

So is there anny other way to reduce this loading time??

Regards,

Jaydeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jaydeep,

You can create a library project out of the jar.. or make a library project out of all the jars you find as necessary for this project.. build the project.. deploy the .sda file obtained.

And in the webdynpro project , you can add this as a library reference.. <sap.com>/<jar name>

For a detailed explanation check this post also..

Regards

Bharathwaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jaydeep,

You create one J2ee library project. In this project include all required external jars. Build it and deploy on the server.

Now, these jars are available on server. So, just make a reference to this library project in your webdynpro application.

To accomplish this, goto webdynpro application's property. These select webdynpro references-> Library references.

Here add the refernce as following:

<Application provider>/<Library project name>

By default application provider name is sap.com.

Regards,

Bhavik