cancel
Showing results for 
Search instead for 
Did you mean: 

JAF in WAS

Former Member
0 Kudos

good coding,

i am trying to gather up some info on using JAF with SAP WAS , do you guys know if this is possible ? , i tried googling this, i tried the help.sap.com i also tried searching this in the sdn forums without success. can you guys please help me

is JAF supported in SAP WAS 640?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

if by JAF you mean JavaBeans Activation Framework, then the answer is yes, it is supported by SAP Web AS Java. It is implemented as a server library (can see the details for it using the Visual Administrator, for example.) Furthermore, applications are deployed with a reference to this library by default - what this means is that you can use the JAF APIs in your apps out-of-the-box, without even taking care to explicitly declare a reference to the library.

Hope that helps!