Giter Club home page Giter Club logo

java-several-excercises's Introduction

Java-several-excercises

This repo contains solutions to five excercises in Java from my studies. The objective was to learn and practice the basics of the Java language, its application into webs and databases, also the MVC architecture, and Java coding conventions. The initial problem, purposed for the model of the program, was integral calculating.

IntegralCalculation - basic console application consisting of controller, view, model solving the integration problem, and custom exception.

IntegralCalculation2.0 - improved version of the first program, using standard collections, a generic type, annotations, and other techniques. Unit tests of the model are defined too.

IntegralCalculationTCP-IP - consists of two seperate projects, one for server, and the other one for the client of the application. The application uses TCP/IP protocol to transfer data between client and server so that the server processes calculations in the model and responds to client's requests.

IntegralCalculationServlets - simple web application running on localhost that uses HttpServlet class to respond to client's requests.

IntegralCalculationDB - extended version of IntegralCalculationServlets, adding a database on localhost that stores the history of performed calculations, also available to be read by the client.

java-several-excercises's People

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.