Questions tagged [centralized]

85 questions
3
votes
1 answer

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 initialization and creating feature branches…
Derek Carlisle
  • 485
  • 10
  • 27
2
votes
0 answers

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. I'm working on Windows XP SP3, Java JDK 1.6,…
grog
  • 438
  • 1
  • 8
  • 21
2
votes
2 answers

Centralized Git repository starting from local

Suppose I want to settle a Git repository with an SVN like workflow (so a centralized repository on an URL every developer refers to). I understood that you can push to Bare repository without restrictions (but group rights and the likes), but you…
Kinxil
  • 306
  • 2
  • 11
2
votes
2 answers

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 sharing and validating documents between the manager, secretary and head of finance. My question is: How to make the database accessible by all, since the…
Ali Ben Messaoud
  • 11,690
  • 8
  • 54
  • 87
2
votes
1 answer

Centralized formatting settings with oomph

I got a task about replacing Workspace Mechanic in Eclipse since there are no commits since 2014 and sometimes it doesn't work without reason. I could create and configure a installation.setup file successfully on my local machine with some code…
2
votes
3 answers

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 databases. We currently configure each piece using…
user37179
  • 173
  • 1
  • 2
  • 5
2
votes
1 answer

Centralized/Distributed/Service oriented Architecture/Application

I am doing a system architecture and my knowledge from college doesn't help me when it comes to understand the subtle differences between centralized, distributed and service oriented architecture/application. If I take a typical client/server…
alleen1
  • 418
  • 6
  • 14
2
votes
3 answers

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 places on my site. What I'm looking for is a way…
Armstrongest
  • 15,181
  • 13
  • 67
  • 106
2
votes
0 answers

Disable cut and copy (but not paste) in an Android application?

I have a specific request. I need to disable cut and copy operations in my application, but not the ability to paste. All the questions asked on here focus on disabling the overflow menus from being called when double tapping or long tapping on…
Anax
  • 312
  • 3
  • 12
2
votes
1 answer

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 repository within Github I.e website cd…
Derek Carlisle
  • 485
  • 10
  • 27
2
votes
5 answers

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, String password) { bool validated = false; …
Baxter
  • 5,633
  • 24
  • 69
  • 105
2
votes
1 answer

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 about Redis, but it doesn't have a PHP module that…
Simon
  • 619
  • 2
  • 9
  • 23
1
vote
3 answers

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 point of failure / bottleneck). I used LogFaces…
Roei
  • 319
  • 4
  • 15
1
vote
1 answer

How to configure central Prometheus/grafana to monitor/scrape several k8s clusters

is it possible to setup a prometheus/grafana running on centos to monitor several K8S clusters in the lab? the architecture can be similar to the bellow one, although not strictly required. Right now the kubernetes clusters we have, do not have…
1
vote
2 answers

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 a large wait time before the next developer can…
lbuchy
  • 135
  • 2
  • 7