Skip to content

Commit 005564c

Browse files
authored
Added the description for lab 6
1 parent bc730a0 commit 005564c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ this is a repo for all laboratory works I coded on Java as a part of my educatio
1616
### lab 5 : writing information on objects to a CSV file
1717
> implement writing information on objects to a CSV file. you should use a new *Writer class* with *writeToFile()* method. use *try-with-resources*. also add *getHeaders()* and *toCSV()* methods to all your classes. call these methods from tests. edit the code with *PMD*, *SpotBugs*, and *Checkstyle plugins*, and in accordance with *Google style code convention*.
1818
19+
### lab 6 : regular expressions
20+
> create a maven project. write a program that prints the sum of all positive numbers from a text. use a regular expression to find matching numbers. a user must be able to enter the text from the console. code should be tested with junit.
21+
1922
### lab 7 : migrating to spring boot and REST
2023
> create a *REST service* for one of the classes created in lab 3 with *CRUD operations (Get/Post/Put/Delete)* implementation. *GET* with id in URL-request should return specific object with this id; *GET* without any path variable should return all the objects. expand the class with id field. edit the code with *PMD*, *SpotBugs*, and *Checkstyle plugins*, and in accordance with *Google style code convention*.
2124

0 commit comments

Comments
 (0)