Tagged Questions

1
vote
4answers
57 views

In ASP.NET, is it OK to store user-specific data in profile with a caching mechanism rather than in session?

I have been reading articles about state management in ASP.NET for few days for my web application. In this application, one user can create/save/execute queries, and I need to ke …
0
votes
3answers
120 views

combining decorator and state pattern in java - question about OO design

I am in the middle of solving a problem where I think it's best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, …
0
votes
2answers
38 views

Wildcard for PyGTK States

How do I combine: button.modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse("Green")) button.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.color_parse("Green")) button.modify_bg(gtk.STATE_SELE …
1
vote
2answers
116 views

State Pattern: How the states of an object should transition when they’re involved in complex processes?

Guys, I have some doubts about the following implementation of the state pattern: I have an Order object. For simplicity, let's suppose it has a quantity, productId, price and su …
1
vote
3answers
605 views

Why does mx:states have trouble being resolved to a component implementation?

Every now and then I get an error when I set up states in an MXML file. The error I get says that mx:states could not be resolved to a component implementation. I read, at the fo …
0
votes
2answers
38 views

Can Iphone restore the state of app after [[UIApplication sharedApplication] openURL:[NSURL URLWithString:call_url]];

In my Iphone app I give a button when pressed calls a specific number using the following function call and uses the native iphone call app. [[UIApplication sharedApplication] ope …
1
vote
1answer
33 views

In Flex, How can I prevent my variable from losing state after being set?

I've hit a very strange issue in adobe flex and I'm not sure how to solve it. I have a popup box that is called on creationComplete before startup of my main application. The popup …
0
votes
3answers
163 views

Gridview looses ItemTemplate after columns are removed

I'm trying to bind a datatable to a gridview where I've removed some of the autogenerated columns in the code behind. I've got two template columns and it seems that when I alter …
1
vote
2answers
36 views

Can you provide information or links that discuss using resource state over session or DB state?

There is a talk here by Stefan Tilkov, where he is describing REST architecture at its core. I haven't watched all of it, but in the portion where he talks about the 5 Principles o …
0
votes
1answer
21 views

WCF service running as WindowsService and somehow goes into FaultedState

Hi, WCF Service hosted as windows service Using netmsmq binding MSMQ is transactional Windows 2003 server to host MSMQ 3.0 Due to some reason exceptions are raised and so it …
0
votes
3answers
171 views

Preserving state in Silverlight 3

Hi, I'm developing a Silverlight 3 Application which I want to connect to a webservice with a provided .dll or with SOAP. But the .dll is not suited for Silverlight so I can not d …
5
votes
13answers
218 views

Does static imply no state

I recently made a recommendation to one of my colleagues stating that on our current project (C#) "services should be stateless and therefore static". My colleague agreed and ind …
1
vote
1answer
49 views

Activator.GetObject - Using the state parameter.

In .NET Remoting, Activator.GetObject method has a state parameter. What is the purpose of this state param? Can I retrieve its value from server side? mdsn didn't help much. Wha …
0
votes
0answers
23 views

How to save the state of a dojo grid

I want the user to be able to save the state of their grid, so that their sort options, column widths (and order) are preserved for the duration of their visit. Does anyone know of …
0
votes
5answers
105 views

Stateful experience

What are three ways in which web applications can provide a stateful experience for the user?(using http) I know Sessions and Cookies are two of them, but don't know a third (datab …

1 2 3 4 5 7 next
15 30 50 per page