In Google Docs more than one person can be editing a file in real time. I tried this and found that the response time was a little slow. I would like to do the same thing in Eclipse. Is it possible? If not, then what are some good alternatives?
Collaborative programming in Eclipse
3.9k Views Asked by node ninja At
2
There are 2 best solutions below
2
Tristan St-Cyr
On
You could try some form of Revision Control. Programmers don't normally edit the same copy of a document for various practical reasons.
Related Questions in ECLIPSE
- Set log4j.properties for GWT
- Compound classes stored in an array are not accessible in selenium java
- Eclipse color highlighting broken
- Eclipse Luna with Nodeclipse hangs when navigating a .js file with the Outline view
- Java Heap Space error on Layout xml: GC overhead limit exceeded
- Eclipse, how to find how many attributes defined in a class?
- Eclipse and Windows Headers
- Eclipse find source file from library
- mingw-64 conflicting declarations when cross-compiling
- String.split() not behaving in android
- local variable referenced before assignment in strange condition
- eclipse errors when try to change to master git branch
- Scala Eclipse IDE compiler giving errors until "clean" is run
- Not able to send email in java using SMTP,its blocked by firewall in my office.Is there any other method by which we can send mail?
- Behaviour Difference: Intellij vs Eclipse
Related Questions in IDE
- Eclipse Luna with Nodeclipse hangs when navigating a .js file with the Outline view
- Eclipse, how to find how many attributes defined in a class?
- Breakpoint "concurrency" in Intellij
- PhpStorm IDE. Collapse custom/debug code
- How to search for overloaded methods in a class
- Compile my VB.NET application for Mac and Linux
- NetBeans commenting
- Why does eclipse say I have no return statement in this method
- how to build a tarball for installation of application under Linux
- WebStorm not tabbing correctly on a single file
- Can I specify the save location for Delphi .dsk file?
- Low disk space error in Android Studio on MAC during gradle sync and build
- How to get the type of a term inside a do block in Leksah?
- Can't easily jump cursor to end of autoclosed tag in Eclipse
- How to set the IDE from C# environment to C++ environment in Microsoft Visual Studio 2013?
Related Questions in AGILE
- Fastest/easiest way to build a HTML5 mobile app (agile)
- Should the scrum master and product owner exclusively manage stories and velocity
- Can I colour cards in YouTrack AgileBoard?
- Change TFS Process Template Default Workflow States For A WIT
- test strategy for non functional test cases in continuous integration
- Aim of using puppet, chef or ansible
- How to present task in jira as they are in rally
- One Scrum team, with a shared product Backlog between three PO using TFS 2013
- An example outline of a spike (in agile modelling)
- How do describe a simple process in Gherkin-style?
- What Does 'What Stack Do You Work In?' Mean in Web Development?
- Reducing development time on ASP.Net MVC
- Recommend Automated test tools for cross platform including IE and .NET software
- Implementing Feedback in Agile development
- How to write User Stories for technical implementation details?
Related Questions in COLLABORATION
- C9 IDE working with java buildpath
- What's a good workflow for coding a frontend for a Java EE application?
- RPCs on Websockets with Scala and JS (like SignalR)
- Workflow: SVN repository, check out and content
- How to work collaboratively with Matlab?
- solution for drupal collaboration using version control system
- Collaborating on an iOS game with an artist living somewhere else / modifying files in an iOS app without rebuilding
- Eclipse: collaborative dev on shared drive
- social features- chat, forums, online directories
- C++ Collaboration
- Operational transformation and collaboration in real time
- Collaborating on websites with relational databases and a CMS
- Collaboration - Java EE project and front end (dreamweaver)
- How to NOT share conditional symbols in large teams?
- What I need in order to share my SVN repository over the internet?
Related Questions in PAIR-PROGRAMMING
- pair programming with comments
- Error in nflfastR::calculate_expected_points(data) %>% dplyr::select(season, : could not find function "%>%"
- Is there an IDE or editor with remote pairing options that include indicators for other users?
- Is it possible to label one commit as done by two people on github?
- Code with me plugin with running application locally
- Collaborative programming in Eclipse
- Sharing a local server with 'Code with me' in WebStorm
- Emacs collaborative buffers open in the wrong mode
- Visual Studio plugin to show keys pressed
- Pair programming tools that are not remote
- Sharing localhost with Code With Me by JetBrains
- Pair Programming for a job interview
- If you pair program, do you still need a peer review?
- Information/knowledge flow within the team
- What is pair programming?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Saros is what you are looking for
http://www.saros-project.org/
Saros - Eclipse Distributed Collaborative Editing and Distributed Party Programming