The data-sharing tag has no wiki summary.
1
vote
2answers
49 views
Is it possible to create a device specific .plist file -iOS
I am storing some data in a plist file.. and I have realised that it can be shared. Is there a way where I can make .plist files device specific? Maybe UDID or something? Any ideas will be much ...
1
vote
3answers
92 views
passing data between applications / processes
I'm developing an application to monitor information of our software suite, so i'll only have access to modify code from my own project, and the other half will depend on the suite programmers. The ...
0
votes
1answer
34 views
How to share an array between two classes that inherit from different classes
I've got a Rails application with a PubSub Server (Faye) as middleware.. I've got the usual Rails-structure for Models, Views and Controllers, and I've got some controllers for my Socket-channels.. ...
0
votes
0answers
15 views
How to share data among two web deployments using CAS?
I have 2 casified deployments say(A.war,B.war). I have to send a value from A.war to B.war using CAS.
Could any one help me how to do this task.
Note: Value in A will not be there during initial ...
0
votes
0answers
41 views
Sharing a configuration between java client and server applications
I'm building a java client server application (both are JSE), here a quick description.
Server
The server interact with an external system receiving "requests" and providing "responses" to these ...
0
votes
1answer
68 views
Data Sharing Between Two Android Applications
I have been doing research on how can i share data between two applications. Here is what am trying to accomplish. I have an ocr application and an XMPP application. XMPP application has been ...
0
votes
2answers
66 views
share common data in wars under ear
To reduce database hits, I've used static variables to store data from database.
At time of WAR deployment this data is stored in these variabes as it is not changing so frequently.
This scenario was ...
3
votes
2answers
86 views
Right way to share object between different users of web application
I need to maintain a list of objects in a web application. This list can be viewed or modified (items added or deleted) by any user of the web application. There are chances that many users are ...
0
votes
2answers
85 views
ios share data between users [closed]
What is the best way to share data between users of the same app - like a shared list of items that only 2 specific users can see and edit.
My question is about the data transfer part - is there any ...
1
vote
3answers
95 views
Transferring data between executables
I have two executables written in C++ on Windows. I generate some data in one, and want to call the other executable to process this data. I could write the data out to a file then read it in the ...
0
votes
2answers
67 views
What's the best way to share a dictionary between multiple Python processes?
All processes would read from and write to this dictionary. I want operations on shared dictionary to be as fast as possible (something like under 50 micro seconds).
Sharing dictionary using ...
2
votes
2answers
112 views
Sharing info between multiple iOS apps
By "legally" I meant methods which will be accepted to App Store.
I have read this one, but I feel that it could be out-date (a question and most answers are dated back 2008)
How to share custom ...
1
vote
3answers
219 views
How to share data between classes?
I want to make a class which defines a level in a game. It's got to have an access to the data(textures) which is used by a main game class. How can I do it?
namespace xnagame
{
class Level
{
...
0
votes
0answers
70 views
Possible to share information between an add-on to an existing program and a standalone application? [duplicate]
Possible Duplicate:
Best way to do interprocess communication on Mac OS X
Is there any way that I could share information between two separate applications on OSX?
Here is what I am aiming ...
0
votes
1answer
210 views
Sharing Condition and Lock variable Across Classes in Java
I want to write a program where two separate threads run two objects and one thread waits to execute its code till it is signalled by the other.
Now to do this I want to use the Condition interface. ...
2
votes
1answer
577 views
Data Sharing between Fragments and Activity in Android
Ive asked a similar question before and didn't get an answer and seems many other ppl are searching for an answer. So I am posting this question to hopefully get a clear answer that everyone can ...
1
vote
2answers
250 views
Sharing files/ installation directiory between two apps
I have two apps on Android which need to share few files among them. Right now I share files via a ftp server.
Is there a way I can authenticate these apps to each other so that they can look into ...
0
votes
5answers
498 views
Sharing Collection between ViewModels
I've searched and nothing is helping me get to where I need to get.
Description of my problem(s):
We have a single dialog window which hosts multiple views (usercontrols). Clicking next and back ...
-1
votes
1answer
202 views
Sharing same (.edmx model) in multiple projects
I have created a database and converted the same in edmx/model in one of my ASP.NET sample projects.
Now I am creating another project in which I want to use the same .edmx/model. I try to copy the ...
1
vote
1answer
141 views
Sharing data between an IOS Utility Application views
I have created a very basic application using the Utility Application template in Xcode 4.2 in which I want an integer variable obtained from a slider or text field in my FlipsideViewController ...
1
vote
1answer
1k views
IOS share data between apps
Hi I want to share data/files between apps on the SAME IOS device.
The scenario: one app pulls data (from a server / up to 1GB) to the device, and other apps should be able to access it.
How can I ...
-1
votes
5answers
141 views
Share data between cron-job and webserver executed PHP scripts
The one below is a common way how a master and a child script do data sharing:
cron job -- schedule --> master script
HTTP request -- trigger --> child script
master script --> ...
0
votes
1answer
512 views
Sharing variables between multiple Dlls in C++
I need to share a variables (1000s) between 2 C++ Dlls. How should I do that?
MyVariables.Dll contains:
int a = 0;
ModifyMyVariables.Dll contains:
extern int a;
a++;
// do more stuff with ...
9
votes
2answers
326 views
NoMonomorphismRestriction helps preserve sharing?
I was trying to answer another question about polymorphism vs sharing when I stumbled upon this strange behaviour.
In GHCi, when I explicitly define a polymorphic constant, it does not get any ...
0
votes
2answers
62 views
Sharing a document with users
I have to choose a database for implementing a sharing system.
My system will have users and documents. I have to share a document with a few users.
Example:
There are 2 users, and there is one ...
19
votes
5answers
8k views
Sync data between Android App and webserver
I have developed a application in android that I wanna sync data (such as db record, media) between it and a server. If you've seen Evernote or similar Applications, you certainly understand what I ...
0
votes
1answer
303 views
How to share data resources between widgets in GWT
I am using GWT and AppEngine for a project. I would like to know how can I share data (ArrayList objects)between widgets, so I could centralize the logic and reduce the number of RPC calls to the ...
0
votes
0answers
182 views
Sharing data in a memcached server between applications
I am trying to share a bit of data between a Rails app and a Sinatra app. This data is generated and stored into memcached by the Rails app. The Sinatra app should then be able to go into the ...
0
votes
1answer
304 views
How can I maintain a lookup relationship on a Salesforce to Salesforce connection?
Our client needs to import Contact information from a partner org via Salesforce to Salesforce. They also need to import CustomObject__c records, that have a lookup field to Contacts (that is: a ...
1
vote
2answers
3k views
ASP.NET MVC 3 WITH RAZOR : How to pass selected checkbox' ids in a Partial view to controller action?
I have a partialview [_SearchProduct] within the main view, let's say [product] view. The Partialview has a number of checkboxes segregated into different sections like search by company,search by ...
2
votes
3answers
325 views
Android App: Sharing data between users
I am developing an android app for building and sharing a database of bike trails.
Users will be able to add their own locations and trails to their local copy of the database, or edit existing ...
1
vote
1answer
287 views
ASP .NET MVC 3 + Sharing Data Between A Controller And An ASPX WebForm
I am developping a web application by using the ASP .NET MVC 3 framework.
I want to display a Crystal Reports 2011 report in a viewer in one of my view : VIEW-1.
So I have created an ASPX WebForm ...
2
votes
1answer
437 views
How to share data to social networking site from my application
In my application I want to share data to any of the social networking sites.
But problem is that whenever I share data on facebook I can't send text as well as image only display entry nothing else.
...
0
votes
1answer
253 views
Sharing a class property (field) between applications
I have an 8 bit digital output board used for device controlling. Each external device needs one bit and is controlled by a different application.
I have written a class library and the class ...
1
vote
2answers
447 views
Collaboration between Drupal 7 sites
I working on a system in Drupal 7 that is targeted on a certain domain (the domain plays no role, but all sites in the system have the same domain). I'm trying to make different sites work together ...
0
votes
2answers
89 views
How to get a value from another android application?
I'm building 2 applications.
The first application, on start, asks a value (for example an integer) to the second application, which may or may not be installed and may or may not be running.
I ...
3
votes
5answers
948 views
How many ways to pass/share data b/w view controller
im new to IOS and Objective-C and the whole MVC paradigm and i'm stuck with the following.
I am working on (replica) Contact app, also available in iphone as build in app. i want to pass data through ...
1
vote
3answers
111 views
Exchanging data between web sites
What is the most practical way of exchanging data between web sites (format, medium, protocol ...) ?
For example say an open-source online game has been designed such that each site where it's ...
0
votes
1answer
153 views
How to have multif-form application in android?
I'm going to develop a shopping application which include several cascading forms.
The development platform is android 3.1. I got two problems.
what is a good strategy to have multiple forms? e.g. ...
2
votes
3answers
1k views
How to implement NSUserDefault to access through multiple views
I'm trying to share strings and integers throughout multiple views for a final project in an introductory iOS development course, around 50, and am wondering how I would go about doing this... I know ...
2
votes
4answers
867 views
Sharing strings and variables throughout ios app
I'm making an app for a final project for class and I need to share strings, integers and floats throughout different views in my application. I have to create an app that a waiter/waitress would use ...
2
votes
1answer
311 views
How to handle game object data in component-based game architecture?
I'm architecting a component-based game object architecture. In my situation, I have renderables and physics objects. A render scene contains renderables. A physics scene contains physics objects. I ...
1
vote
1answer
482 views
A useful abstraction on ScenarioContext.Current?
This question is more for general discussion on sharing values in SpecFlow. Please provide any constructive feedback you may have based on your experience in SpecFlow.
I am relatively new to this ...
1
vote
2answers
576 views
Sharing hashmap between different JVM running on the same machien
I have some maps that contains cached data from db. Currently 5 instance of the same server is running on same machine in different JVM. How can I share maps between JVM? cache is write once and read ...
0
votes
2answers
436 views
Can two Android devices, running different applications, use the same SQLite Database?
I read this question and wondered if the same would apply to my situation.
I want to write accelerometer values (x, y and z) from an Android phone to a database and retrieve it with another app on a ...
1
vote
3answers
361 views
Sharing Objects between 2 different iPhone applications
We are requiring to share some information between 2 different iPhone applications which are part of suite. Let say we want to share some objects between those 2 applications like array.
After some ...
0
votes
1answer
38 views
Sharing database data for plug-ins in python
I'm writing a program to run certain tests involving data from two databases. The idea is that such tests be implemented as plug-ins (I'm currently using the Yapsy plug-in framework). One test can be, ...
1
vote
0answers
187 views
Sharing data with objects created with operator[](const size_t& i) - e.g. a complex vector container
when I want to share data I often get in a mess using the operator[] (const size_t& i) in c++. I wanted to ask if there is a design pattern that I should be using - or a better way altogether.
...
1
vote
4answers
149 views
How do I create and read non-global variables that aren't destroyed at end of function?
I am attempting to code some plugins to use with MIDI sequencers but have hit a stumbling block. I can't use global-scope variables to store information because multiple instances of the .dll can ...
1
vote
2answers
213 views
how do I share configuration data between Javascript, Python, and CSS in my Django app?
I have Javascript, Django templates, Python code, and CSS which all work with the same configuration data. Where's the best place to configure it?
Specifically, I have a browser-side entry widget in ...


