cancel
Showing results for 
Search instead for 
Did you mean: 

What are Struts and how it is used in SAP

Former Member
0 Kudos

Hi

can anyone give a idea that what are struts and how it is used in SAP

Regards

JM

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi! John,

hope you must be doing well.

Struts is nothing but an implementation of MVC Architecture.If you wanna develop a Webapplication then you can think Struts as a framework for your appl. devlp.

In MVC arch. the application is divided in 3 layers - Model, view and controller.

View part displays the GUI to the user, mdole is realted to data modeling and controller parts control the flow of request within the appl.In Struts the Controller is called Action Servlet.

you can Integrate your struts appl. in SAP also.

regards,

sahu

Former Member
0 Kudos

thanks

do u have any tutorials regarding struts

Regards

JM

Former Member
0 Kudos

Hi John,

In this case google.com really us your friend - Struts is not an SAP technology, rather it is an MVC development paradigm (love using that word for Java. There are lots of useful websites with generic information around struts as well as a number of good books available from Amazon for instance.

As far as Struts and SAP goes - SAP use Struts for their Internet Sales CRM Webshop application. Of course, like anything else from SAP it has been modified slightly but is essentially the same.

Gareth.

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is an article on SDN how to do it in the section : [Development Frameworks - Hibernate, Struts, and Others|https://www.sdn.sap.com/irj/sdn/opensource-integration?rid=/webcontent/uuid/b068fc36-db8a-2a10-31a8-b52ec3583fa0#section [original link is broken]]

Regards,

Benny