Commit Graph

11 Commits

Author SHA1 Message Date
Alfred Samanga 5bce8b22a1 BAEL-3059: Update Play Framework (#7674)
* Implementation of Introduction to Play Framework in Java

* Implementation of Introduction to Play Framework in Java

* Implementation of Introduction to Play Framework in Java

* Implementation of the tutorial for Introduction to Play Framework.

* Updated code for Play Routing to 2.7.3

* Updated code for Play Routing to 2.7.3

* Initial Commit

* Added request object to create end point

* Finished implementing student-api

* Finished implementing student-api

* Implementation of the tutorial for Introduction to Play Framework.

* Updated test names

* Removed Lombok dependency

* Corrected isSuccessful spelling and removed the +1 on student ids
2019-09-06 09:39:18 -05:00
Doha2012 48cd6f876f Fix test names (#1853)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom

* add missing parent

* fix logging issue

* fix test names
2017-05-15 11:35:14 -05:00
Naoshadul Islam 0d36fa8c58 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Egima profile 89b50437be Java low level networking project (#770)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project

* refactored student store indexing to zero base

* added unit tests, removed bad names

* added NIO Selector project under core-java module

* requested changes made
2016-10-25 16:42:03 +02:00
Grzegorz Piwowarek 75d86610ff Move routing-in-play -> play-framework 2016-10-24 09:44:21 +02:00
Egima profile 94fd47d9bb Added test suite, removed bad names (#732)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project

* refactored student store indexing to zero base

* added unit tests, removed bad names
2016-10-10 10:14:19 +02:00
Grzegorz Piwowarek 0dc8119722 Refactor Play example 2016-10-04 17:54:59 +02:00
Grzegorz Piwowarek 1ecb726d7e Refactor StudentStore 2016-10-04 17:29:49 +02:00
Grzegorz Piwowarek 4a19a6ba88 Simplify StudentStore 2016-10-04 17:24:46 +02:00
Egima profile 455c71ae71 3 major changes (#716)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project
2016-10-03 21:06:01 +02:00
Egima profile 0835118e85 added play-framework project (#678)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article
2016-09-13 17:52:27 +02:00