stateful
EJB3 stateful concurrent calls from different clients
I have a rich client swing application calling a remote stateful ejb. I\'m using JBoss 6.0. I hav开发者_如何学运维e deployed the client in two different machines, i.e, different ip address, jvms, et[详细]
2023-03-26 21:30 分类:问答Extjs 4 FiltersFeature vs stateful grid
I have a grid with some columns with filters. columns defination: columns:[{ text: \"Number\", dataIndex: \'clientreference\',[详细]
2023-03-21 18:41 分类:问答Is this stateful web service/wcf service?
Service layer has a login method which 开发者_C百科accepts username and password and returns a unique session id (a guid) if the account is valid.[详细]
2023-03-11 02:49 分类:问答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 分类:问答Stateful Rails app. Storing data not in database
I have a Rails application, that includes chat. Everything works fine开发者_JS百科, but now I want to store the last 50 chat messages somewhere. I need it to show the last messages if a page is reload[详细]
2023-02-10 05:04 分类:问答Class cast exception on stateful ejb
For some strange reason I am getting the following exception. 2011-02-08 09:53:30,667 ERROR [STDERR] (QuartzScheduler_Worker-9) java.lang.ClassCastException: org.javassist.tmp.java.lang.Object_$$_jav[详细]
2023-02-09 19:01 分类:问答Java EE -- using the same stateful object for several users
Even though I\'ve been in Java SE for quite some time now, I started EE & web w/ Java only about a month ago, so pardon if the question seems a bit noobish...[详细]
2023-01-17 14:55 分类:问答Why shouldn't I use a JSF SessionScoped bean for logic?
I\'m developing a java EE web app using JSF with a shopping cart style process, so I want to collect user input over a number of pages and then do something with it.[详细]
2023-01-14 10:44 分类:问答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 r[详细]
2023-01-14 03:48 分类:问答How to keep stateful web clients in sync, when multiple clients are looking at the same data?
In a RIA web client, created with GWT, the state is maintained in the web client, while the server is (almost) stateless (this is the preferred technique to keep the site scalable).[详细]
2022-12-31 08:18 分类:问答