cancel
Showing results for 
Search instead for 
Did you mean: 

Stateless WDA

Former Member
0 Kudos

Dear Experts,

Is it possible to create stateless WDA applications?

Thanu

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

No. No stateless option in Web Dynpro ABAP yet. If you want stateless and to code in ABAP, then consider using BSP (which has both stateless and stateful). Web Dynpro Java as of NetWeaver CE 7.20 has a stateless option. Such an option is being researched/considered for Web Dynpro ABAP in 7.03.

Stateless is not just as easy as throwing a switch however. You have to design your application different. No long transaction locking for instance. In Web Dynpro it also means giving up framework functionality like value help and personalization.

Former Member
0 Kudos

Hi Thomas,

Does REST ( Representational State Transfer ) has anything to do with stateless implementation of WD coming in future releases ?

Can you throw some light on it.

Regards

Manas Dua

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Can you throw some light on it.

No. Sorry. Just too early. We only have specs and prototypes.

Former Member
0 Kudos

Regards

Manas Dua

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you all for the reply.

Former Member
0 Kudos

Hi,

I don't think so.

If we have to create stateless applications then why go for WD, we can simply create normal HTML pages.

This is my opinion, let's see what others have to say about this.

Regards

Manas Dua

Former Member
0 Kudos

Hello Manasa,

you are correct there is no concept called Stateless Components in webdynpro .

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm]

● Stateful applications are supported u2013 that is, if the page is changed and the required data remains intact so that you can access it at any time throughout the entire application context.

Note that stateless applications are not possible.

Best Regards,

Kranthikumar Palle .

Edited by: kranthi9121 on Apr 15, 2010 11:02 AM