As Java is an open source: if we have developed good classes which may help anybody.. Can we add them to standard Java library? If yes: how?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most useful classes are maintained and distributed via libraries and not included in the JDK/JRE. The apache commons libraries are a very good example: extremely useful but not part of Java.
If your question is of theoretical nature – JSR’s are the way to add something to Java. If your question is practical (iaw, you have something you’d like to contribute), I’d practically say: forget about it, put everything in a library and host it on sourceforge (or something else).