The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

Can centralized database be avoided by data redundancy?

I am developing a client-server system. The server has a database that stores client data. According to this source, it is not advised to have a centralized database (a single database) in the server. ...
0
votes
3answers
51 views

Extending Zend request object getParams() method in order to sanitize uesr input

I am trying to ensure we sanitize user input in our web app by filtering user input (blacklisting user data such as tags etc). Basically, Zend suggests that this be done specifically by the developer ...
1
vote
1answer
24 views

Eclipse: Central p2 repository (where all Eclipse and 3rd parties plugins are)

Where is Central p2 repository, that has all Eclipse and 3rd parties plugins ?
4
votes
1answer
116 views

Python: custom logging across all modules

Task I have a collection of scripts and I'd like them to produce unified logging messages with minimum alterations to modules doing logging the actual messages. I've written a small module ...
-1
votes
1answer
48 views

Centralized storage for text files [closed]

I thinking about centralized storage of text files with different metadata and content settings(unique lines, key:value lines) but still don't know which technology to use - sql db like PostgreSQL or ...
-1
votes
2answers
551 views

Can a C# windows form application access a centralized database (SQL SERVER 2008)? [closed]

I created an application using windows forms. Database used is SQL SERVER 2008. I have different users for the application and so now i want to install it in several system and connect them to a ...
2
votes
1answer
117 views

Gitflow with Github setup

I was previously using GIT with unfuddle, however I'm looking at trying Gitflow with Github as the central repository. So far I have done the following so far: Create Github account and create ...
3
votes
1answer
171 views

Centralized GIT workflow/deployment - Repository Initialization and Feature Branches

OK, I just want to check the workflow of my GIT setup is correct and I understand it fully before I begin to use it properly. I'm following this workflow and this topic is just going to start with the ...
2
votes
5answers
212 views

Centralize Authentication Code Between Applications

For a given application I have a .aspx login form backed by a C# code behind file. In the code behind I am using the following "home grown" method: private bool AuthenticateUser(String username, ...
0
votes
0answers
45 views

Develop POS or do billing directly on the Core ERP [closed]

We are an organisation in India where all internal systems are Apple Macs. Multiple stores in different cities. In India there is no POS available that is compatible natively with Mac OS. Choices ...
0
votes
1answer
143 views

central authentication and authorization System

There are several different web services -- various technologies used, such as Java, .NET, Python, Perl, and possibly more in the future -- belonging to different organizations, and the access to ...
1
vote
0answers
108 views

What can I use to replace PHP sessions sharing via memcache

I am looking for sharing my PHP sessions so the easiest solution is to use memcache. But I need something more secure, because memcache doesn't have failover, clusterisation, persistence … I thought ...
0
votes
2answers
184 views

Sync Framework and SQL Server in a centralized model - does SF need to be installed on the central server?

Good Day Everyone, Excuse the newbie question, I am new to Microsoft Sync Framework. I've done extensive research on the Internet in order to find my way in this puzzle with the different versions of ...
0
votes
1answer
60 views

what is the knowledge i have to know to make centrelized DB in PC and access it via internet using java application? [closed]

i want to make centralized MySQL DB in PC like server , and manipulate it via internet using java application . i have already learn MySQL and java ,but i can't reach which i want. what is the ...
0
votes
0answers
32 views

Wordpress Centralized Managament [closed]

Are there any tools or how to setup the system which can manage the Wordpress verion or contents from one side? As I did a research, I found manageWP and infiniteWP. manageWP looks to pay money and ...
0
votes
0answers
89 views

Central Admin Panel - Managing few sites on external servers - Saving files on external server

I would like to create a system which can manage all my websites from one page. All options of managing are let's say done or I know how to do them, except from editing and creating files on an ...
0
votes
2answers
248 views

Multi-client multi instance centralised server using TCP protocol gaming system in Java

i'm not a newbie in Java programming. I would like to know how can i proceed with my project. I want to develop a centralized gaming system in Java using TCP/IP protocol socket system. It should get ...
1
vote
1answer
250 views

Git with a central repository

I've just set up a repository on my server. I'd like to use it with a small group of developers. We want to have a central repository shared among us. We don't have experience with Git, but we want to ...
0
votes
3answers
225 views

Centralized log solution

I'm looking for good a centralized log solution (for Windows server) for my ASP.NET MVC application. My application is scalable and I want my log to be scalable too (so log server won't be a single ...
2
votes
0answers
251 views

Configure Zookeeper zoodiscovery centralized and replicated mode

I have a problem configuring Zookeeper to work with zoodiscovery mode centralized and replicated. The guide at http://wiki.eclipse.org/Zookeeper_Based_ECF_Discovery is a little mysterious about that. ...
5
votes
2answers
2k views

Centralized cache server. (Ehcache or Hazelcast)

Currently we have 2 app severs, each has application level cache and has centralized database server. To keep both servers app cache in sync we have set up JMS broker in between. On cache clear on one ...
1
vote
2answers
199 views

Centralised buildserver for local and remote compilation

I am in a team of a few developers who are sharing a license for a compiler toolchain. The issue that we are having is that after one developer has acquired the license to use the compiler, there is ...
1
vote
1answer
98 views

phpUnderControl centralized for projects on different servers?

I didnt work with phpundercontrol yet and from what I read so far, I dont see whether you can use it to control/CI multiple projects that are "living" on different servers. Do I really have to run ...
0
votes
1answer
608 views

Looking for implementing a centralized git repository… with a catch

The idea behind what I am wanting to do is to create a centralized server on a linux system. I understand how to set this up, and already have. Next I would like to set up git on a windows system, aka ...
0
votes
1answer
97 views

Desktop to Web communication for a centralized database

I have developed a web portal with a web hosted database, a desktop application with a desktop database. A master database on the web is supposed to be centralized, hosting data of both multiple ...
0
votes
2answers
1k views

Java DB Client-server technology - centralized DB - How?

I have a project this year. It is about developing a Java application with a database for circulating and validating documents between the manager, secretary and head of finance. My question is: How ...
1
vote
5answers
552 views

Importing module from network

Is there a way to get python to read modules from a network? We have many machines and it would be a too much effort to update each machine manually each time I change a module so I want python to ...
0
votes
1answer
135 views

VC++ forms application centralized exception handling similar to C# forms application on .net platform

I am new to VC++ and I have good experience in working with C# on .net platform. Presently I am in a project which is a combination of VC++ and C# on .net platform. I used to add centralized ...
1
vote
3answers
235 views

How can I handle all my errors/messages in one place on an Asp.Net page?

I'm looking for some guidance here. On my site I put things in Web user controls. For example, I will have a NewsItem Control, an Article Control, a ContactForm control. These will appear in various ...
0
votes
1answer
122 views

Performing centralized authorization for multiple applications

Here's a question that I have been wrestling with for a while. We have a situation wherein we have a number of applications that we have created. These have grown organically over a period of time. ...
1
vote
3answers
252 views

Centralizing Messagebox handling for application

I'm wondering how others deal with trying to centralize MessageBox function calling. Instead of having long text embedded all over the place in code, in the past (non .net language), I would put ...
0
votes
1answer
41 views

Marking Changes to database

I am developing application to be run in central server and distributed computers. I am supposed to write application to backup the data from distributed machines and merge it in central server. I ...
11
votes
8answers
1k views

Sell me Distributed revision control

I know 1000s of similar topics floating around. I read at lest 5 threads here in SO But why am I still not convinced about DVCS? I have only following questions (note that I am selfishly worried only ...
2
votes
2answers
3k views

Git Version numbering with a centralized workflow

We are using Git with a central server, and our code needs to include a version number in a file. The way this is currently done is like this: A new developer does a "git clone" In his local copy, ...
13
votes
7answers
4k views

What's the best practice for centralised logging?

My team has inherited support for 100+ applications. The applications don't have any kind of common architecture, so the ones that do logging usually do it with custom code to local files or a local ...
1
vote
2answers
400 views

SQL-Server DB design time scenario (distributed or centralized)

We've an SQL Server DB design time scenario .. we've to store data about different Organizations in our database (i.e. like Customer, Vendor, Distributor, ...). All the diff organizations share the ...
0
votes
2answers
203 views

PHP: Centralized Page Session Authenticator

I am currently wondering how a centralized page authenticator could be achieved. Can anyone suggest a neat algorithm for me? What I intend to achieve is to make my backend administrator pages session ...
2
votes
3answers
387 views

Windows Centralized Configuration for third party applications?

We are looking at a standard way of configuring the various "endpoints" of our application. Our application is a distributed system with Windows Desktop applications, Windows Server "services" and ...