Is there an Eclipse plugin for collaborative editing? [closed] - eclipse

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I setup etherpad and showed my co-worker, and he swears there is an Eclipse plugin that does the same thing but can not remember the name. Neither of us use Eclipse regularly except if we were both interested in making the switch.

Have a look into Saros project: http://www.saros-project.org/

Have a look at http://wiki.eclipse.org/DocShare_Plugin
This is the current "official" solution to collaborative editing in Eclipse.

I think a similar project should exist based on the framework ECF.
(DocShare as mentioned by Tonny Madsen)
There was a SOC project for real-time sharing named Cola, but I don't know its current status.

Related

an editor for specman [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I started working with specman recently and I am looking for a good editor for my code.
I am used to working with vi and Emacs - if there is any add-on that can help with one of those, that would be great.
Thanks.
I recommend the Emacs/XEmacs specman-mode from https://github.com/hackonteur/specman-mode. We will continue to improve it and you are welcome to contribute.
There is a Specman mode for Emacs. It used to be available here http://www.specman-mode.com but now it moved to Cadence here http://www.cadence.com/Community/error.htm?aspxerrorpath=/community/forums/T/28436.aspx
Note: At the time of posting the link didn't work, but I checked it out about 5 days before and it was working.
The new Specman mode was just posted in Cadence Shared code forum and can be find directly here:
http://www.cadence.com/community/forums/T/28436.aspx

Best Eclipse UML plugin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
for Reverse engineering I need to create class , sequence, usecase,deployment diagram so Which is the best uml modeling plugin for eclipse?
You should take a look at Papyrus which is an official Eclipse Project: http://www.eclipse.org/papyrus/
For my projects I used ObjectAid. It is also free so that's a bonus. Hope it helps.

git Plugins for Eclipse [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I know EGit is the most popular git plugin available for Eclipse. It comes with the original package.
But, I would like to explore a bit before we decide on which plugin to use in our project. Can you guys suggest me some other plugins.
On the Java side, there isn't many more implementation.
Remember that you don't have to use Egit directly: you can access git features through the plugin on top of which EGit is built:
JGit.
The unit tests for JGit provides for a good set of examples.

Are there any good software specification/requirement tools out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a good tool for our product/design team to use when they write up the specifications (app feature requirements) for our projects. Right now we're using Word docs that are continually edited, and it's hard to keep track of what has changed when we're developing.
You may look at CASE Spec. It is an affordable enterprise requirements specification and requirements management software.
The best way to track changes in docs or software is the use of CVS. I used TortoiseCVS for my projects.
In other collaborative projects I used Dropbox that is a share application that also can track changes.
http://en.wikipedia.org/wiki/Concurrent_Versions_System#IDEs_with_support_for_CVS

Need a sample of Jersey code using maven [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone point me to a decent tutorial for using Maven with Jersey?
I looked at the Oracle tutorial but it is based on NetBeans and Glassfish (which I don't use).
More importantly, it does not seem to provide a web app deployment - where is my WEB-INF directory?
Any guidance would be greatly appreciated
See the below links, whichever one best suits your needs
Jersey samples:
https://github.com/fmucar/framework-samples