Giter Club home page Giter Club logo

blogping's Introduction

=================================

  1. Work assignment =================================

The goal of the test is to show how you would normally take on a java-based programming task. The assessment will be based on the following criterieas:

  • Clean design
  • Reuse (3:rd part products)
  • Maintainability
  • Testability/Testing
  • Coding style
  • Requirement analysis

You decide how "deep" you go in your implementation to satisfy the criterias.

===================================== 2. Assignment description - Blog Ping

Write a Java client and server for the REST version of the "blog ping" protocol.

Client:

  • Command-Line or web interface
  • Calls a blogping server using the REST-api
  • Handles errors

Server:

  • Accepts blogping messages using REST
  • Serves a changes.xml over HTTP
  • Handles concurrent connections

The blogping and changes.xml format is documented here: http://www.weblogs.com/api.html (note that only the REST interface is necessary for this assignment).

================================= 3. Provided code base

You will need Maven and a recent JDK. You can verify that your development evnironment is sound by running:

mvn jetty:run

open then your browser of choice and point it to http://localhost:8080/hello. You should see a greeting message.

The provided base code includes both integration and unit tests. You can run integration test form the command line, just type:

mvn verify

The servlet (BlogpingServlet) and the integration test (BlogpingIT) are just provided as an example, use them as a starting point or throw them away and start from scratch. Good luck.

blogping's People

Contributors

allotria avatar allotria-precio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.