Package com.danielvaughan.rssreader.shared

Examples of com.danielvaughan.rssreader.shared.Item


public class ItemServiceImpl extends RemoteServiceServlet implements ItemService{

  @Override
  public Item createItem() {
    UUID uuid = UUID.randomUUID();
    return new Item(uuid.toString());
  }
View Full Code Here

TOP

Related Classes of com.danielvaughan.rssreader.shared.Item

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.