Tagged Questions
6
votes
2answers
865 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 ...
5
votes
3answers
148 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 ...
3
votes
2answers
937 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
5k 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
66 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
152 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
421 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
260 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
25 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
23 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
650 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