package app.views; /** * @author Igor Polevoy: 3/30/12 5:11 PM */ public class GreetingService { public String getGreeting(){ return "This is message from Mars"; } }