Package com.tuscanyscatours.blog

Examples of com.tuscanyscatours.blog.BlogPost


        // A proper implementation would load all blog posts from some resource
        // such as files or a database.
        List<BlogPost> blogEntries = new ArrayList<BlogPost>();

        // Create a sample entry
        final BlogPost samplePost =
            new BlogPost(
                         FEED_AUTHOR,
                         "Apache Tuscany in Action book features SCA Tours",
                         "We are famous as SCA Tours has been featured in the Apache Tuscany in Action book published by Manning",
                         new Date(), "http://www.manning.com/laws/", null);
View Full Code Here

TOP

Related Classes of com.tuscanyscatours.blog.BlogPost

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.