Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
34 views

Use of “stores” within a web application

I see heavy use of "store" objects in the web app I am working on. Is there a name for this pattern and would you say these types are in the BLL or DAL? These stores contain fragments of what I would ...
1
vote
1answer
160 views

Strategy to collect Analytics from a large app

Superfeedr is a feed-parsing on demand service. We want to provide analytics to our users and we're investigating waht would be the best strategy to do so. In a nutshell, we want to track the number ...
0
votes
0answers
24 views

how to handle or store similar datasets in core data to work on each one insulated by user selection?

my current ios project has a simple datamodel consisting of node and edge entities related to each other. the user can choose a dataset from a library listed in a tableview or can make his own by ...
0
votes
0answers
189 views

Sencha touch one request to multiple stores with their models

I am trying to get one json request with AjaxProxy to multiple different stores with 3 different models, but I think I am doing it wrong. How can I define root for each store? Can someone show me an ...
0
votes
1answer
1k views

Nested JSON and Associations with Sencha Touch

This is a two-parter question here. The first is a technical question about how Sencha parses JSON and reads stores. I have two models, Order and User: Ext.regModel('Order', { fields: [ {name: ...