Examples of MostPopularItemsServlet


Examples of net.myrrix.web.servlets.MostPopularItemsServlet

    addServlet(context, new ReadyServlet(), "/ready/*");
    addServlet(context, new AllUserIDsServlet(), "/user/allIDs/*");
    addServlet(context, new AllItemIDsServlet(), "/item/allIDs/*");
    addServlet(context, new UserClusterServlet(), "/user/clusters/*");
    addServlet(context, new ItemClusterServlet(), "/item/clusters/*");
    addServlet(context, new MostPopularItemsServlet(), "/mostPopularItems/*");

    if (!config.isReadOnly()) {
      addServlet(context, new PreferenceServlet(), "/pref/*");
      addServlet(context, new TagUserServlet(), "/tag/user/*");
      addServlet(context, new TagItemServlet(), "/tag/item/*");
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.