Anastasiia's repositories

CompareTo

*Iterator & Comparator* Add logic so that the compareTo() method searches by speed (if the speed of 2 objects is equal, then we search by price) -> price -> model -> car color

Language:JavaStargazers:0Issues:0Issues:0

FamilyAndCityHashMap

*Collection* The program determines which family (surname) lives in the city

Language:JavaStargazers:0Issues:1Issues:0

FileEdit

*IO & Strings* Create a text file and a class in the package, put some text in the file. Display the contents of the file.

Language:JavaStargazers:0Issues:0Issues:0

GenshinImpactJunit5SpringBoot

Create 2 tests that test the method for a checked type thrown exception for invalid parameters passed to the method. Create 2 tests that will test the retrieval of information from the database. Create 2 tests that will check the operation of the controllers.

Language:JavaStargazers:0Issues:1Issues:0

LibrarySpringBoot

Spring Course Work

Language:JavaStargazers:0Issues:1Issues:0

LinkedList

*Collection* Minimum of N numbers (use LinkedList): Enter the number N from the keyboard. Consider N integers and fill the list with them - getIntegerList method. Find the minimum number among the list elements - getMinimum method.

Language:JavaStargazers:0Issues:1Issues:0

ListDuplicate

*Collection* Using a collection, double the word: Enter 5 words from the keyboard into the string list. The doubleValues method should double words according to the principle a, b, c -> a, a, b, b, c, c. Using the for loop, display the result on the screen, each value of a new line.

Language:JavaStargazers:0Issues:1Issues:0

ListUntilEnd

*Collection* Enter lines from the keyboard until the user types 'end'

Language:JavaStargazers:0Issues:1Issues:0

ListWithIterator

*Iterator & Comparator* Create a list, fill it with 10 elements and display the contents using an iterator.

Language:JavaStargazers:0Issues:0Issues:0

RestApiTaskListManagement

Create a RESTful service for managing the list of tasks. Each task must contain a title and description.

Language:JavaStargazers:0Issues:1Issues:0

RestTomcat

Rest example from lecture with Tomcat

Language:JavaStargazers:0Issues:1Issues:0

RESTTranslator

Implement your first simple REST word translation services. The service knows about 20 words in English. You enter a word in Ukrainian, and the service gives an answer in English.

Language:JavaStargazers:0Issues:0Issues:0

RESTTranslatorSpring

Implement your first simple REST word translation services. The service knows about 20 words in English. You enter a word in Ukrainian, and the service gives an answer in English.

Language:JavaStargazers:0Issues:1Issues:0

ShellClient

Create another application on Spring Boot, deploy it locally, but on a different port (eg server.port=8099). Connect it to your DB schema. Add a Task entity and an endpoint to retrieve the task by id. Refer from the first application to the second through this endpoint and retrieve the employee using the second application with shell client

Language:JavaStargazers:0Issues:1Issues:0

SoapCarsshopClient

Using the script from the carsshop.sql attachments, create the carsshop database. And create a SOAP service that, using jdbc, will take dao of objects from tables. Create a client for this service and get data.

Language:JavaStargazers:0Issues:0Issues:0

SoapCarsshopServer

Using the script from the carsshop.sql attachments, create the carsshop database. And create a SOAP service that, using jdbc, will take dao of objects from tables. Create a client for this service and get data.

Language:JavaStargazers:0Issues:1Issues:0

SoapTomcat

Soap example from lecture with Tomcat

Language:JavaStargazers:0Issues:1Issues:0

SOAPTranslatorSpring

Implement your first simple SOAP word translation services. The service knows about 20 words in English. You enter a word in Ukrainian, and the service gives an answer in English.

Language:JavaStargazers:0Issues:0Issues:0

SortListOfUkrainianWords

Sort the list of Ukrainian words alphabetically

Language:JavaStargazers:0Issues:1Issues:0

SpringBootJunitPerson

Create 2 tests that test the method for a checked type thrown exception for invalid parameters passed to the method. Create 2 tests that will test the retrieval of information from the database. Create 2 tests that will check the operation of the controllers.

Language:JavaStargazers:0Issues:1Issues:0

SpringBootTwoApps

Create another application on Spring Boot, deploy it locally, but on a different port (eg server.port=8099). Connect it to your DB schema. Add a Task entity and an endpoint to retrieve the task by id. Refer from the first application to the second through this endpoint and retrieve the employee using the second application.

Language:JavaStargazers:0Issues:1Issues:0

SpringDataDB

Create entity classes and repositories for receiving and saving data in the database. In this repository, you need to create 2 methods that will receive the data. The request must be formed using method names. Also create 2 methods for update information in the database and delete data using the @Query annotation and a native database query

Language:JavaStargazers:0Issues:1Issues:0

SpringDataJpaRepo

Example app with Spring Jpa

Language:JavaStargazers:0Issues:0Issues:0

SpringDataRepoWithSpringBoot

Example. Create project with Spring Boot

Language:JavaStargazers:0Issues:1Issues:0

SpringHibernateCRUD

Create a repository that will receive data from the database. In this repository, you need to create 2 methods that will receive the data. The request must be formed using method names. Also create 2 methods. One of the methods will update information in the database, and the second will delete data using annotation.

Language:JavaStargazers:0Issues:0Issues:0

SubstringAndSplit

*IO & Strings* Create a line with text (take any text from the Internet). Break this line into 2 sublines of equal length and display each sentence from a new line.

Language:JavaStargazers:0Issues:0Issues:0

TaskListSecurity

Create multiple users with different roles and add security rules for all your controllers. Configure security rules so that data can be modified by users with a specific role and read by everyone.

Language:JavaStargazers:0Issues:1Issues:0

Tasks

Tasks what will happen after the execution of this code

Language:JavaStargazers:0Issues:1Issues:0

XmlXsdPowerTool

Create an XML file and its corresponding XSD schema.

Language:JavaStargazers:0Issues:1Issues:0

XslTransformer

Define a method that transforms the developed XML document into the document specified in each job.

Language:JavaStargazers:0Issues:0Issues:0