Questions tagged [epf]

Ember.js Persistence Foundation (epf) is a robust and stable framework for syncing client state with a persistent backend such as a REST API or socket connection. Defining characteristic of epf include:

Ember.js Persistence Foundation (epf) is a robust and stable framework for syncing client state with a persistent backend such as a REST API or socket connection. Defining characteristic of epf include:

  • Correctness is paramount. All other features, including performance, are important, but secondary.
  • Built around synchronization. Models are never locked and framework semantics assume updates are always coming in from a backend.
  • Full support for relationships. Related models can be saved concurrently and the framework will automatically order requests around foreign key dependencies.
  • Robust handling of conflicts and errors.
  • Forking models is first-class within the framework.
  • All operations are structured around javascript promises.

Epf is a functional alternative to ember-data and is used in production at GroupTalent with dozens of inter-related models.

13 questions
4
votes
1 answer

Importing EPF file could not complete because got incorrect string value error

I have installed mysql 5.5 and mysqldb for python [MySQL-python-1.2.3.win32-py2.7], python version 2.7 also, create new database with charset utf8 and installed from apple itunes.rar and extract it. then open cmd and go to python directory then…
Ayman Hussein
  • 3,817
  • 7
  • 28
  • 48
2
votes
0 answers

How do I include epf.js in a project using ember-tools?

I'm integrating an ember project to use ember-tools because I want nice build tools. My project also uses epf, and I encountered a problem when I tried to include epf.js as a library. My instinct was just to lump epf.js into the vendor/ folder that…
Ziggy
  • 21,845
  • 28
  • 75
  • 104
1
vote
1 answer

Import of large itunes epf database is not working

I'm trying to import EPF relational database. Itunes epf relational database is consist of details of all database ( application,music,tv shows,games etc). You can find more on this here Itunes EPF Relation Database I can be able to import all…
vantony
  • 11
  • 5
1
vote
0 answers

Apply settings from edited eclipse epf file

we exported eclipse settings in an epf file. Afterwards we change the encoding setting and exported another epf file. The diff shows us only one setting: /instance/org.eclipse.core.resources/encoding=UTF-8 When we try to import this setting into…
Andreas
  • 1,183
  • 1
  • 11
  • 24
1
vote
0 answers

Eclipse: import Java compiler preferences only for project

I have altered the Java compiler settings in my workspace, exported these settings as epf file and resetted the compiler settings workspace wide back to its default. Because I want these settings only in 2 projects in my workspace. Now, how can I…
bugybunny
  • 544
  • 5
  • 13
1
vote
2 answers

What is the state of offline-syncing in ember at the moment?

I need to build a phonegap/cordova app which keeps a local copy of models which can be amended and then be synced remotely to the server? So far I've found: ember-data-sync: dead ember-data: doesn't support sync epf: looks like the best shot, but…
significance
  • 4,797
  • 8
  • 38
  • 57
1
vote
3 answers

HttpWebResponse cutting off early when downloading large file

I am using a C# Client class provided by the USPS EPF (Electronic Product Fulfillment) in order to download USPS files through a console application. I use my console app to login with my USPS credentials, specify the file I want to download, and…
0
votes
1 answer

installation problem with epftoolbox in python

I have absolute no further idea, how i could manage the installation of the epftoolbox in python. I have tried the steps from https://epftoolbox.readthedocs.io/en/latest/modules/started.html in various ways and directions, but it still doesn't work…
beginner
  • 3
  • 1
0
votes
1 answer

Itunes Enterprise Partner Feed (EPF) directory structure

I'm trying to create a script to download the most recent feed information file (e.g. video.tbz) but there does not seem to be a pattern for the directory structure. Basically how can I get the most recent incremental feed file?
Alan MacGregor
  • 501
  • 2
  • 13
0
votes
0 answers

Export/Import customized Perspective programmatically in Eclipse

I'm using a software called Teamcenter from Siemens which is a branch of Eclipse. We want to achieve that we create our own customized Perspective (reordering of Views of an OOTB Perspective with a new name) and publish it for a global standard of…
0
votes
1 answer

Struggling to find a way to interpret ASCII ACS/EPF files from Post Office

We are receiving these files from the post office that provide address update information. I'm told they are in ASCII format. However, I cant seem to find any sort of delimiter in order to try to convert this into a format I can use for updating our…
Noah Yamen
  • 137
  • 1
  • 4
  • 11
0
votes
2 answers

Ember.js "isDirty" not being cleared on save with both Epf and Ember-Data (1.0.0.beta.2)

I'm having a problem using Ember. When I change a model, its "isDirty" flag becomes true, which is what I expect. However, after that its "isDirty" flag is true, even after I save that model. Here's a minimal Rails + Ember project (so I can…
chris_st
  • 501
  • 7
  • 19
0
votes
0 answers

Validation failures with EPF-backed Ember models

I'm working on a project using EPF and having trouble when dealing with resources which fail with validation errors on the server. I am creating a new user registration page, which takes an email address, login and password and asks the server to…
jamesotron
  • 65
  • 7