This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
You've already forked java-tutorials
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
java-tutorials
/
play-framework
/
introduction
/
app
/
views
/
index.scala.html
6 lines
62 B
HTML
Raw
Normal View
History
Unescape
Escape
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 16:39:18 +02:00
@()
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 18:52:27 +03:00
@main("Welcome to Play") {
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 16:39:18 +02:00
<
h1
>
Welcome to Play!
<
/
h1
>
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 18:52:27 +03:00
}
Reference in New Issue
Copy Permalink