Package net.caprazzi.slabs

Examples of net.caprazzi.slabs.SlabsOnKeez


   
    //DbHelper minimaDbHelper = new DbHelper(keez);
    //minimaDbHelper.init();
   
    @SuppressWarnings("unchecked")
    Slabs db = new SlabsOnKeez(keez, new Class[] { List.class, Note.class, MasterRecord.class } );
    final MinimaServer minimaServer = new MinimaServer(
        db,
        pushService,
        websocketServlet,
        cometServlet,
View Full Code Here

TOP

Related Classes of net.caprazzi.slabs.SlabsOnKeez

Copyright © 2018 www.massapicom. 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.