cancel
Showing results for 
Search instead for 
Did you mean: 

Is anyone using Struts or JSF in Netweaver?

Former Member
0 Kudos

Hello,

Has anyone used Netweaver to develop J2EE apps using Struts and/or Java Server Faces? There is a ton of information on SDN about using Netweaver to develop EP and Web DynPro but I'm not finding anything about Struts/JSF.

We're trying to to just that using the Scenario 2+ as outlined here:

http://help.sap.com/saphelp_nw04/helpdata/en/21/82a9058fa8de46b1ba7522289345b2/frameset.htm

David.

Accepted Solutions (0)

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

SAP WAS ia also like BEA weblogic or IBM Websphere meaning it has all features which can support Struts/JSF etc.

you hv to place probably the reqd jar files in the classpath to run it.

If you find any difficulties just turn on the debug mode and have suitable break point which will help you to anlayse the problem.

Regards,

Guru

Former Member
0 Kudos

Hi,

you can use Struts as on any other webserver. You have to include the tag libraries and the jars to your web project.

Do you face any specific problems ?

Regards, Astrid

Former Member
0 Kudos

Astrid,

I understand that Netweaver is supposed to work just like any other J2EE server. However, as I said, I'm not finding any examples, tutorials on how to do non-SAP type development (eg straight J2EE) in it.

Yes, I am experiencing a specific problem. Please refer to this post:

Thanks

David.