Tagged Questions

5
votes
3answers
135 views

advantages of stateful programming? [closed]

i was wondering about the benefits of stateless programming, and found someone who shared my question: Advantages of stateless programming? as i read through the answers though, it made me curious ...
5
votes
2answers
768 views

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 ...
3
votes
2answers
837 views

Stateless vs Stateful - I could use some concrete information

This is my first post on stack overflow, and I got here because I'm reading a book by Jon Skeet (you probably already know which one I'm talking about) - C# in depth, really nice book, and he said ...
3
votes
3answers
4k views

Stateful vs. Stateless Webservices

Imagine a more complex CRUD application which has a three-tier-architecture and communicates over webservices. The client starts a conversation to the server and doing some wizard like stuff. To ...
1
vote
0answers
59 views

Can't convert from @stateless to @stateful beans

I'm having a problem instantiating a stateful session bean on glassfish3.1. A @ManagedBean (session scoped) of a JSF application used to use a @Local interface of a @Stateless session bean and ...
1
vote
1answer
148 views

Is Terracotta used professionally?

Today at work I had a discussion with my co-workers and my boss about stateless/stateful beans (we just finished a project using JSF, it was the first time anyone at this company did something JSF ...
1
vote
1answer
410 views

Wicket: stateless AJAX behaviors in stateful page without serialization

I have pretty stateful page with plenty of AJAX components. Most of these components have behaviors, which renders JavaScript code for calling AJAX requests to Java code. Because page isn't stateless, ...
1
vote
1answer
252 views

Combining Stateless & Stateful Connection

My application have a Stateless EJB. And Now I need to do some db operation via Stateful. Can this Stateless EJB can access the DB Utility which will open connection stateful? Will this lead to any ...
0
votes
0answers
21 views

Rules about EJBs deployment on WebLogic

I have question about this points: EJBs, Eclipse, WebLogic. I looked at a lot of topics but I can't find reliable pieces of information about all that stuff. I have to write me first stateless and my ...
0
votes
1answer
21 views

EJB call a method between two beans

I have got two Beans. One Stateful and one Stateless. Now I want to call a method, which is in the stateless bean, from the stateful bean. How can I do this? The stateless bean has also got an ...
0
votes
4answers
585 views

Java Persistance Application Stateless vs. Stateful

I am new in JPA and I can't understand the use and the difference between stateless and stateful. Any experiences? regards, Haythem