cancel
Showing results for 
Search instead for 
Did you mean: 

Sap XI application can be developed based on the MVC architecture in java?

Former Member
0 Kudos

MVC architecture

-


Jsp--


>servlet--


>database.

<--


<
<
--


(front-end) (business logic) (data)

-


Can anyone explain one process flow in sap xi with java.

I would be most thankful to you if you answer me.

Thanks in advance

Jeevan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi jeevan

SAP XI pretty much mimics MVC

For eg, you create the design objects in IR (View)

the controller is the J2ee engine of the (WAS server) (controller)

The model is the database underneath

regards

krishna

Former Member
0 Kudos

Thanks alot Krishna.

And i have one more question.

how we will get the data from the data base in model.

shall we write any DAOs in java for XI.

Regards,

Jeevan