forked from jooby-project/jooby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (135 loc) · 10.4 KB
/
Copy pathindex.html
File metadata and controls
136 lines (135 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>jooby: modules. The jump to full stack</title>
<meta name="description" content="Scalable, fast and modular micro web framework for Java. Build small/large apps easily and quickly with Netty, Undertow or Jetty.">
<meta name="keywords" content="Java, Micro Web Framework, Async, Easy to use, Micro, Sinatra, Express, Scalable, Modern, Best, Web, Framework, Lightweight, Microservices, ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="#">
<link rel="publisher" href="#">
<meta name="robots" content="robots.txt">
<meta name="og:title" content="jooby">
<meta name="og:description" content="Scalable, fast and modular micro web framework for Java">
<!--
og:type
SI EL TEMPLATE ES UN ARTICULO (NOTA, VIDEO, ETC) CAMBIAR
"website" por "article"
-->
<meta name="og:type" content="website">
<meta name="og:url" content="https://jooby.org">
<!--
og:image
SI ES UNA NOTA Y LA NOTA TIENE UNA IMAGEN DE PREVIEW SE DEBE
CAMBIAR POR UNA IMAGEN CON LAS SIGUIENTES ESPECIFICACIONES
ANCHO: 200
ALTO: 200
FORMATO: JPG
-->
<meta name="og:image" content="https://jooby.org/resources/images/apps/facebook.jpg">
<meta name="og:site_name" content="jooby">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="jooby - do more! more easily!!">
<!--
twitter:image
SI ES UNA NOTA Y LA NOTA TIENE UNA IMAGEN DE PREVIEW SE DEBE
CAMBIAR POR UNA IMAGEN CON LAS SIGUIENTES ESPECIFICACIONES
ANCHO: 280
ALTO: 150
FORMATO: JPG
TAMAÑO MAXIMO: 1MB
-->
<meta name="twitter:image" content="https://jooby.org/resources/images/apps/twitter.jpg">
<meta name="twitter:site" content="@joobyproject">
<meta name="twitter:creator" content="https://twitter.com/edgarespina">
<meta name="twitter:domain" content="https://jooby.org">
<meta name="twitter:url" content="https://twitter.com/joobyproject">
<meta name="twitter:description" content="Scalable, fast and modular micro web framework for Java">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed57.png" sizes="57x57">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed60.png" sizes="60x60">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed72.png" sizes="72x72">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed76.png" sizes="76x76">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed114.png" sizes="114x114">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed120.png" sizes="120x120">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed144.png" sizes="144x144">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed152.png" sizes="152x152">
<link rel="apple-touch-icon-precomposed" href="/resources/images/apps/precomposed180.png" sizes="180x180">
<link href="/resources/images/apps/favicon.ico" rel="shortcut icon">
<link href="/resources/images/apps/favicon.png" rel="icon" sizes="16x16" type="image/png">
<link href="/resources/images/apps/favicon32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/resources/images/apps/favicon96.png" rel="icon" sizes="96x96" type="image/png">
<link href="/resources/images/apps/android-chrome.png" rel="icon" sizes="192x192" type="image/png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,300,500,700">
<link rel="stylesheet" href="/resources/styles/application.css">
<link rel="stylesheet" href="/resources/styles/github.css">
<link rel="stylesheet" href="/resources/styles/devices.css">
<link rel="stylesheet" href="/resources/styles/sprites.css">
</head>
<body class="page-section page-modules">
<header class="site-header">
<div class="row">
<a href="/" title="Home" class="site-logo"><img src="resources/images/logo_jooby-2x.png" alt="Logo Jooby" width="76" height="31"></a>
<a class="show-mobile open-menu"><span></span></a>
<nav class="site-nav">
<ul>
<li class=""><a href="/quickstart" title="Quick start">QUICK START</a></li>
<li class=""><a href="/doc" title="Doc">DOCS</a></li>
<li class="active"><a href="/modules" title="Modules">MODULES</a></li>
<li class=""><a href="/community" title="Community">COMMUNITY</a></li>
<li class=""><a href="/faq" title="FAQ">FAQ</a></li>
<li><a href="https://javadoc.io/doc/org.jooby/jooby/1.6.6" target="_blank" title="API docs">API DOCS</a></li>
</ul>
</nav>
</div>
</header>
<main role="main" class="site-content">
<div class="section-title">
<div class="row">
<h1>Modules</h1>
</div>
</div>
<div class="row">
<div class="section-content">
<h2>the jump to full stack</h2>
</div>
</div>
<div class="row">
<a href="/doc/devtools" title="Run, debug and auto-reload Jooby applications!!" class="module-box"> <span class="icon-shell-yellow-big"></span> <span class="module-title">Development Tools</span> <span class="module-excerpt">Increase development productivity: run, debug and auto-reload Jooby applications!</span> </a>
<a href="/doc/apitool" title="API tool" class="module-box"> <span class="icon-api-yellow-big"></span> <span class="module-title">API Tool</span> <span class="module-excerpt">Document and export your API to Swagger and RAML.</span> </a>
<a href="/doc/datastore" title="Access various data store including relational, documented oriented, key/value and much much more!" class="module-box"> <span class="icon-database-yellow-big"></span> <span class="module-title">Data</span> <span class="module-excerpt">Access various data store including relational, documented oriented, key/value and much much more!</span> </a>
<a href="/doc/asset-management" title="Build modern web applications easily" class="module-box"> <span class="icon-assets-yellow-big"></span> <span class="module-title">Asset Management</span> <span class="module-excerpt">Build modern web applications easily</span> </a>
<a href="/doc/parser-and-renderer" title="Parse and renderer HTTP data using the library of your choice!" class="module-box"> <span class="icon-parsers-yellow-big"></span> <span class="module-title">Parser & Renderer</span> <span class="module-excerpt">Parse and renderer HTTP data using the library of your choice!</span> </a>
<a href="/doc/async" title="Produces a result from a thread of its choice and choose your favorite reactive & async library!" class="module-box"> <span class="icon-async-yellow-big"></span> <span class="module-title">Reactive & Async</span> <span class="module-excerpt">Produces a result from a thread of its choice and choose your favorite reactive & async library!</span> </a>
<a href="/doc/session" title="Do you need to track state? Checkout how to do it without affecting performance!" class="module-box"> <span class="icon-session-yellow-big"></span> <span class="module-title">HTTP Session</span> <span class="module-excerpt">Do you need to track state? Checkout how to do it without affecting performance!</span> </a>
<a href="/doc/caches" title="Looking for speed? Increase your application performance with insanely fast data access?" class="module-box"> <span class="icon-cache-yellow-big"></span> <span class="module-title">Caches</span> <span class="module-excerpt">Looking for speed? Increase your application performance with insanely fast data access!</span> </a>
<a href="/doc/security" title="Protects your application and authenticate users via form or social network!" class="module-box"> <span class="icon-auth-yellow-big"></span> <span class="module-title">Security</span> <span class="module-excerpt">Protects your application and authenticate users via form or social network!</span> </a>
<a href="/doc/deployment" title="Learn how to build, package, deploy and monitor your application." class="module-box"> <span class="icon-deployment-yellow-big"></span> <span class="module-title">Deployment</span> <span class="module-excerpt">Learn how to build, package, deploy and monitor your application.</span> </a>
<a href="/doc/servers" title="Run your application on top of your favorite Web Server!" class="module-box"> <span class="icon-servers-yellow-big"></span> <span class="module-title">Servers</span> <span class="module-excerpt">Run your application on top of your favorite Web Server!</span> </a>
<a href="/doc/more" title="Metrics, full text search, schedulers, AWS, mail support, enterprise service bus... and lot more!" class="module-box"> <span class="icon-misc-yellow-big"></span> <span class="module-title">Even More!</span> <span class="module-excerpt">Kotlin, JavaScript, metrics, full text search, schedulers, AWS, mail support, enterprise service bus... and lot more!</span> </a>
</div>
</main>
<footer class="site-footer">
<div class="row">
<p class="pull-left">©2014-2019 <a href="https://twitter.com/joobyproject" target="_blank">The Jooby Project</a>, all rights reserved.</p>
<div class="follow-us pull-right">
<p>Follow us</p>
<a href="https://github.com/jooby-project/jooby" title="Follow us on Github" target="_blank" rel="nofollow"><span class="icon-github-medium-circle"></span></a>
<a href="https://twitter.com/joobyproject" title="Follow us on Twitter" target="_blank" rel="nofollow"><span class="icon-twitter-medium-circle"></span></a>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="resources/scripts/libs/jquery-2.1.4.min.js"><\/script>')</script>
<script src="resources/scripts/libs/swiper.min.js"></script>
<script src="resources/scripts/application.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57151281-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>