Package com.uphea.service

Examples of com.uphea.service.QuestionService


  public static void main(String[] args) {
    new AppWebRunner() {
      @Override
      public void run() {
        QuestionService qs = petite.getBean(QuestionService.class);
        Question q = qs.findQuestionForDate(new JDateTime());
        System.out.println(q.getText());
      }
    }.runWebApp();
  }
View Full Code Here

TOP

Related Classes of com.uphea.service.QuestionService

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.