Spark java documentation added (#2063)
* hibernate documentation added * spark java documentation added * Update content/roadmaps/110-java/content/103-java-web-frameworks/103-spark.md * Update content/roadmaps/110-java/content/104-java-orm/102-hibernate.md Co-authored-by: haseebansari <haseeb.ansari@qordata.com> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2060/head^2
parent
19a6780a55
commit
c8e1476981
2 changed files with 11 additions and 5 deletions
@ -1,7 +1,7 @@ |
||||
# Spark |
||||
|
||||
Spark is a Java micro framework that allows to quickly create web applications in Java 8. Spark is a lightweight and simple Java web framework designed for quick development. Sinatra, a popular Ruby micro framework, was the inspiration for it. |
||||
Spark is a micro framework for creating web applications in Kotlin and Java 8. Sinatra, a popular Ruby micro framework, was the inspiration for it. |
||||
|
||||
<ResourceGroupTitle>Reference Resource</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://spark.apache.org/docs/0.9.1/java-programming-guide.html'>Official Website</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Javatpoint Website' href='https://www.javatpoint.com/spark-java#:~:text=Spark%20is%20a%20Java%20micro,was%20the%20inspiration%20for%20it.'>Javatpoint Website</BadgeLink> |
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://sparkjava.com/'>Spark Java</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/spark-framework-rest-api'>Intro to Spark Java Framework</BadgeLink> |
||||
|
@ -1 +1,7 @@ |
||||
# Hibernate |
||||
|
||||
Hibernate is an open source object-relational mapping ([ORM](https://theserverside.techtarget.com/definition/object-relational-mapping)) tool that provides a framework to map object-oriented domain models to relational databases for web applications. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://hibernate.org/'>Hibernate</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/hibernate-tutorial'>Hibernate Tutorial</BadgeLink> |
||||
|
Loading…
Reference in new issue