public class Test extends HttpServlet {
@Override
public void init(ServletConfig config) throws ServletException {
super.init(config);
FeatureServiceReflectionFactory factory = new FeatureServiceReflectionFactory();
FeatureService featureService = factory.createFeatureService("com.tacitknowledge.flip");
FlipContext.setFeatureService(featureService);
Logger.getAnonymousLogger().warning("HHHHHHHHHHHHHEEEEEEEEEEEELLLLOOOOOOOOOOOO");
// WebApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(config.getServletContext());
//