• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

An equivalent for codeProject in our world

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
We've all seen codeproject.com.
It's a complete heaven for C++ programmers:almost unlimited source codes you can use to do almost every thing.
It is a pitty if we have not such a thing here,in our java world.
Do you know any equivalent for codeproject in Java world?
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
www.google.com
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although Ilja put a smiley next to his answer, he makes a good point. It's not often that you can't find Java source code for some particular problem with the help of Google. Throw SourceForge and Apache into the mix, and you've got oodles of excellent code to work with.
 
mohsen fakhari
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK
I found something else myself:
http://java-source.net
It's a good site
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mohsen,
There are also some more specific sites for which you can search code. See my list.
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've used krugle a couple of times. For a number of languages it returns code results, as well as related resultslike Code snippets from safari books online and tech pages.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://sourceforge.net is a very well-known place where a lot of open source projects are hosted. It's not code snippets like on The Code Project but there's a lot of open source code there. It's also not only Java, but there is a lot of Java code.

Also have a look at http://java.net - there are a lot of open source projects there, including the JDK itself which has now been open sourced: https://openjdk.dev.java.net
[ January 29, 2007: Message edited by: Jesper Young ]
 
Jesper de Jong
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just found this website that looks a little bit like The Code Project, but which contains lots of Java code: http://www.java2s.com/
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ...

I hope that the following sites help ...

http://javaboutique.internet.com/javasource/
http://java-tips.org/
http://www.idevelopment.info/data/Programming/java/PROGRAMMING_Java_Programming.shtml

Good luck ...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic