Git Product home page Git Product logo

Anastasiia's Projects

shellclient icon 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

singleton icon singleton

Write a program for tracking sales in an online store using the Singleton pattern.

soapcarsshopclient icon 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.

soapcarsshopserver icon 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.

soaptranslatorspring icon 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.

sortfriendsarraylist icon sortfriendsarraylist

*ArrayList* Use the ArrayList methods to add an array of friends' names. Display the list of friends, then display the list of friends, sorted in alphabetical order

springaopafterthrowing icon springaopafterthrowing

Implement the Exception output aspect. Create a method of dividing numbers. In case of an error: displays it on the screen.

springaopexecutionspeed icon springaopexecutionspeed

Display the execution speed of only those methods that are marked with @ShowTime. Output results to the console only for those methods marked with @ShowResult. Create @ShowTime and @ShowResult yourself.

springaoptwomethodstoprint icon springaoptwomethodstoprint

Display the runtime of only those methods that return the Map type. Split the print method into 2 types: the first prints only Set, the second prints only Map.

springbootjunitperson icon 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.

springboottwoapps icon 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.

springconfigcandy icon springconfigcandy

Create a new class with multiple fields. Some fields must be set using the constructor, some using the setter method, and some using the init method, which you must specify when you declare the bean in the configuration. Transform the XML configuration into a Java configuration. Create a Map bean in the XML configuration.

springdatadb icon 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

springhibernatecrud icon 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.

staticfactorybook icon staticfactorybook

Сreate a Book class, which represents a book with a title, author, and year of publication. To create an instance of the Book class, you should use a static factory called BookFactory

staxparsercandies icon staxparsercandies

Create an xml-document candies.xml, with a root element that will contain several candies with characteristics. Using the StAX parser, get the Candy collection from the xml file.

substringandsplit icon 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.

sumofnumberscoursework1 icon sumofnumberscoursework1

*CourseWork* Write a method that accepts a number and returns the sum of the digits of the given number

synchronizedthreads icon synchronizedthreads

Create 2 classes with fields and methods. It is necessary to synchronize the methods of these classes with each other, i.e. to display values one by one (class 1, class 2, 1, 2, etc.)

tasklistsecurity icon 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.

tasks icon tasks

Tasks what will happen after the execution of this code

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.