Tamino X-Application API

Hello,
I have seen the examples of API.It consists of seven java programs.And Corresponding class files are also present.But How I will be using the API’s in the Web Applications??

Pls help me…


Thank u

dgdfgf

I’m not sure if this is the answer to your question, but let’s try:

If you want to access Java Code in a Web application, you have to compile the code into
yourWebAppDir/WEB-INF/classes. Example: if the name of your class is “MyClass” in package “my.package”, there has to be a class file “yourWebAppDir/WEB-INF/classes/my/package/MyClass.class”.

Michael

Software AG Germany, Darmstadt