<< September 18, 2008 | Home | September 20, 2008 >>

Friday Java Moral Dilemma: import com.sun.net.httpserver.HttpServer;

Todays question stems from an answer to last week's quiz. In this answer, Solomon Duskis used two imports from the com.sun... package hierarchy:

import com.sun.net.httpserver.HttpServer;
import com.sun.jersey.api.container.httpserver.HttpServerFactory;

Q: (Pretend that these imports showed up in code in your project, and you are in a code review session prior to a release of the project) Should these imports be allowed to be used in your project? On what ground?

Tags :