-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (93 loc) · 3.27 KB
/
index.html
File metadata and controls
103 lines (93 loc) · 3.27 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
---
layout: default
name: main page
---
<div class="home">
<section id="boxcontent">
<article>
<img src="{{ site.baseurl }}/images/icons/quick-start.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/07/quick-start/">
Quick Start</a></h3>
<p>
Check this tutorial on how to get started with Dover. Simple and easy!
</p>
</article>
<article>
<img src="{{ site.baseurl }}/images/icons/db.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/16/deploying-database/">
Automatic Database Creation
</a>
</h3>
<p>
Create your UDO, User Defined Table and User Defined Fields without any additional code.
</p>
</article>
<article>
<img src="{{ site.baseurl }}/images/icons/dao.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/16/dao/">
Business One DAO
</a>
</h3>
<p>
Access your Business One Database in a standard way, making it easier to manage your resources and remove boilerplate code.
</p>
</article>
<br class="clear"/></section>
<section id="boxcontent">
<article>
<img src="{{ site.baseurl }}/images/icons/i18n.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/10/internationalization/">
Integrated i18n</a></h3>
<p>
Dover support native internationalization for Forms (System, User and UDOs) and also for all your menus, integrating it with .NET I18N Resources.
</p>
</article>
<article>
<img src="{{ site.baseurl }}/images/icons/logging.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/12/logging/">
Enterprise Logging
</a>
</h3>
<p>
Dover integrates gracefully with Log4Net and also implement a custom appender that enables you to log directly on UI-API.
</p>
</article>
<article>
<img src="{{ site.baseurl }}/images/icons/transaction.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/16/transaction/">
Annotated transactions</a></h3>
<p>
Forget about all that boilerplate code you need to manage transactions. Just annotate it and Dover does the rest for you.
</p>
</article>
<br class="clear"/></section>
<section id="boxcontent">
<article>
<img src="{{ site.baseurl }}/images/icons/lifecycle.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/17/lifecycle-explained/">
Lifecycle management
</a>
</h3>
<p>
Start, Stop, Install and Update your solution without restarting and reinstalling your Addon.
</p>
</article>
<article>
<img src="{{ site.baseurl }}/images/icons/exception.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/09/exception-handling/">
Exception Handler</a></h3>
<p>
Never care about untreated exceptions and unstable Addons. With Dover all of this is automatically handled and logged for you.
</p>
</article>
<article>
<img src="{{ site.baseurl }}/images/icons/ioc.png" alt="alt text"/>
<h3><a class="boxmaintitle" href="{{ site.baseurl }}/articles/2014/08/16/ioc/">
IoC Containers</a></h3>
<p>
Use the benefits of inversion of control to make dependency between your objects more clear and improve testability.
</p>
</article>
</section>
<p id="iconscc">Icons by Timothy Miller License: Creative Commons 3.0</p>
</div>