Pages

Thursday, May 15, 2014

Sharing code/artifacts

I have for long time looking for a place where I could place implementation that I have made and share with others.

I have found some good places.

---------------------------------------
https://hub.jazz.net/

This place is very good and it's free. You can create projects private or not and add your code.
There is a  plugin for eclipse as well: on eclipse the software update url:
https://jazz.net/downloads/rational-team-concert/4.0.6/4.0.6/p2

You can also define tasks, and so forth...

---------------------------------------
https://github.com/

This is also a very good place.
A lot of IBM Integration Bus artifacts are stored and will be stored at this place.
You can create private/public projects.
There is a plugin available on eclipse as well: 
http://download.eclipse.org/egit/updates
You can get more information at
http://eclipse.org/egit/download/

---------------------------------------
https://gist.github.com/

If you have very small code to share with others, this is the place to go !
---------------------------------------
 I will try to get some time to provide more information on one these places.

No comments:

Post a Comment