Giter VIP home page Giter VIP logo

zut_ztpj's Introduction

ZUT_ZTPJ

Zadania z przedmiotu Zaawansowane Techniki Programowania w Javie

Baza danych została wykonana z użyciem technologii postgresql. Instrukcja importu bazy z poziomu terminala:

>psql create database workers;
>psql workers < ZUT_ZTPJ/database/workers.db;

Adres, nazwa użytkownika oraz hasło są zapisane "na sztywno" w pliku ConnectionPool.java

Schemat bazy danych (wszystkie id są ustawione na auto increment):

 Table "public.positions"
 Column |       Type        | Collation | Nullable |                
--------+-------------------+-----------+----------+
 id     | integer           |           | not null | 
 name   | character varying |           | not null |


 Table "public.workers"
       Column        |       Type        | Collation | Nullable |              
---------------------+-------------------+-----------+----------+
 id                  | integer           |           | not null |
 first_name          | character varying |           | not null | 
 last_name           | character varying |           | not null | 
 pesel               | character varying |           | not null | 
 position_id         | integer           |           | not null | 
 phone_number        | character varying |           |          | 
 service_card_number | character varying |           |          | 
 salary              | integer           |           | not null | 


 Table "public.directors_allowances"
       Column       |  Type   | Collation | Nullable |                      
--------------------+---------+-----------+----------+
 id                 | integer |           | not null |
 worker_id          | integer |           | not null | 
 business_allowance | integer |           | not null | 
 monthly_cost_limit | integer |           | not null |
 
 Table "public.tradesmans_commissions"
          Column          |  Type   | Collation | Nullable |
--------------------------+---------+-----------+----------+
 id                       | integer |           | not null |
 worker_id                | integer |           | not null | 
 commission               | integer |           | not null | 
 monthly_commission_limit | integer |           | not null | 

Postęp prac:

Lab2:

  • lista pracowników
  • dodawanie pracownika
  • usuwanie pracownika
  • kopia zapasowa

Lab3:

  • pobieranie danych z sieci

Lab4:

  • autoryzacja przez RMI

Lab5:

Lab6:

  • annotacje XML

Lab7:

  • webserwis SOAP

zut_ztpj's People

Contributors

wjtk4444 avatar

Watchers

James Cloos 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.