-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
69 lines (69 loc) · 2.61 KB
/
index.html
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
---
layout: home
---
<div class="container">
<div class="row margin-top-30">
<div class="col-md-6">
<h4>
<i class="fa fa-sitemap fa-2x"></i> Assets organization
</h4>
<p>
<strong>Dandelion</strong> proposes to organize your web assets into bundles that can be
joined together into a graph. You can then interact with this graph in multiple ways...
</p>
</div>
<div class="col-md-6">
<h4>
<i class="fa fa-bolt fa-2x"></i> Assets optimization
</h4>
<p>Apply the best practices of web development without (great) effort! Web assets can be
minified and optimally injected into web pages thereby improving load times. Support for
asset merging will be added soon.</p>
</div>
</div>
<div class="row margin-top-20">
<div class="col-md-6">
<h4>
<i class="fa fa-cloud-download fa-2x"></i> Multiple locations
</h4>
<p>
Static assets can be collected from multiple locations before using them: webapp, classpath,
<a href="http://en.wikipedia.org/wiki/Content_delivery_network">CDN</a>s, JARs,<a
href="http://www.webjars.org/">WebJars</a> or even <a href="http://bower.io/">Bower</a> components. <strong>Dandelion</strong> also supports
dynamically generated assets!
</p>
</div>
<div class="col-md-6">
<h4>
<i class="fa fa-code fa-2x"></i> Template engines integration
</h4>
<p>
<strong>Dandelion</strong> and its components all provide a JSP taglib. And if you're cool
people who use cool technologies, we also provide support for <a
href="http://www.thymeleaf.org/">Thymeleaf</a>.
</p>
</div>
</div>
<div class="row margin-top-20" style="margin-bottom: 10px;">
<div class="col-md-6">
<h4>
<i class="fa fa-puzzle-piece fa-2x"></i> Ready-to-use components
</h4>
<p>
The most advanced component is <a href="/components/datatables">Dandelion-Datatables</a>
which allows you to create awesome HTML tables using <a href="http://datatables.net/">DataTables</a>.
Other components are also incubating...
</p>
</div>
<div class="col-md-6">
<h4>
<i class="fa fa-plus fa-2x"></i> Easily extensible
</h4>
<p>
<strong>Dandelion</strong> is being developed while keeping in mind high extensibility and
the ease of use. That's why almost all features contains extension points, for an easier
integration in your own projects.
</p>
</div>
</div>
</div>