• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Contributing To Open Source Projects

 
Ranch Hand
Posts: 196
14
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,

I'm looking to improve as a Java developer and would like to contribute to an open source project if at all possible.  My question is where is the best place to find open source projects looking for contributors.  Does anyone here have any experience with open source work or any recommendations?
 
Bartender
Posts: 15741
368
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A good way is to use open source libraries that have a public repository in your own projects. That way you become familiar with projects you enjoy working with. Then check out their issue tracker and submit pull requests.
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Aside from what Stephan has stated you could go to a site like GitHub and search for your programming language/framework of choice along with a few other keywords.
For instance "MP3 Java" if you were interested in Java and audio/MP3.

You could also try your hand at some of the more complex projects like those provided by the Pivotal (creators of Spring) or maybe Eclipse or IntelliJ.
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My advice is to work on a product or library that you're already using and which you like. It's easier to stay interested in it over a longer time that way. Plus, you get to enjoy the fruits of your own labour :-)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic