stateless
what is a stateless class?
I would like to know what are drawbacks of a stateless class (if any)? Has anyone seen a real-world application where some use case mandated the creation of a statele开发者_运维问答ss class (No hello[详细]
2023-04-10 14:35 分类:问答How can I avoid using server-side sessions for authentication in a Java webapp?
I\'d like to secure access to resources in my web application, so I authenticate my users using the standard mechanisms and use server-side sessions to preserve the authenticated state.[详细]
2023-04-03 23:03 分类:问答REST Authentication statlessness
I don\'t think \'statlessness\' is a word but it will do :) I\'m attempting to create authentication for a REST service (PHP). I\'m trying to make the service as stateless as possible. I read here(ti[详细]
2023-04-03 18:11 分类:问答How can I send XMPP messages after a successful transaction?
In my project I have all services designed as stateless session beans. During the workflow, new data is created and this should be reported back to the clients. I only want to send this messages when[详细]
2023-04-02 10:59 分类:问答DBI_QUERY replacement in twiki for HTTP
I am currently replacing some functionality in a twiki page that has been pulling data from a DB using the DBI_QUERY feature and generating a table complete with hyperlinks on one of the table columns[详细]
2023-03-18 17:31 分类:问答Should the strategy pattern be stateless?
Must a class that is a \"gang of four\" strategy be completely stateless (ie no fields) or can it contain immutable state (ie final f开发者_如何学Cields)?A strategy class encapsulates an action, not a[详细]
2023-03-09 12:35 分类:问答Are WCF services stateless by default?
I\'ve got a simple WCF service that lets clients/consumer applications log in by providing a username and password. If both the username and password are correct, the WCF service provides the client w[详细]
2023-03-06 17:03 分类:问答instance variables in stateless session beans
I have read this post and it doesn\'t answer my question. Stateless session bean with instance variables[详细]
2023-02-25 16:45 分类:问答Tracking whether user is logged-in in a stateless web application?
If I wanted to enable users to log in and out, what would be some 开发者_开发百科good patterns of doing this in a stateless application?[详细]
2023-02-22 14:02 分类:问答How to implement a stateless REST API
I am working on a REST API that will be used by developers writing mobile apps. Users will be able to use 3rd party services (Google, Twitter etc) to authenticate themselves, this is mainly handled by[详细]
2023-01-18 23:45 分类:问答