-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.old.html
179 lines (155 loc) · 10.2 KB
/
index.old.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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{% extends "basic.html" %}
{% block title %}Apache TomEE & OpenEJB{% endblock %}
{% block content %}
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<div>
<img src="resources/images/feather-logo.png" alt="Apache TomEE Feather Logo">
</div>
<div>
<p>
Apache TomEE, pronounced "Tommy", is an all-Apache Java EE 6 Web Profile certified application server extends Apache Tomcat. Apache TomEE is assembled from a vanilla Apache Tomcat zip file. We start with Apache Tomcat, add our jars and zip up the rest. The result is Tomcat plus EE features - TomEE.
</p>
<p>
<a class="btn primary large" href="downloads.html">Download Apache TomEE Now »</a> and <a href="documentation.html">get started today!</a>
</p>
</div>
<br style="clear:both;"/>
<div>
<div>
<img src="resources/images/microprofile.png" alt="Microprofile" style="float:left; margin-right:5px;">
<p style="font-size:13px;line-height:18px;">Microprofile is an open forum to optimize Enterprise Java for a microservices architecture by innovating across multiple implementations and collaborating on common areas of interest with a goal of standardization. TomEE is actively participating in this effort, and would welcome help from the community in moving this process forward.</p>
<p><a class="btn primary"target="_blank" href="http://microprofile.io/">Find out more</a></p>
</div>
<div>
<img src="resources/images/Geek-Choice-Awards-App-Server-100x100-black.png" alt="Geeks Choice Award" style="float:left; margin-right:5px">
<p style="font-size:13px;line-height:18px;">RebelLabs released an annual study with awards to recognize Geeky Excellence for 2014. Tomcat and TomEE were named as one of the 10 Geek Choice Awards winner. For a complete list of winners, check out the report <a target="_blank" href="http://zeroturnaround.com/rebellabs/10-kick-ass-technologies-modern-developers-love/">"10 Kick-Ass Technologies Modern Developers Love"</a>.</p>
<p><a class="btn primary"target="_blank" href="http://zeroturnaround.com/rebellabs/10-kick-ass-technologies-modern-developers-love/10/">Read the Report</a></p>
</div>
<br style="clear:both;"/>
</div>
</div>
<div class="hero-unit">
<div>
<p>Apache TomEE 1.7.4 and 7.0.1 fix a vulnerability issue that affects TomEE 1.7.3 and 7.0.0, please take a look at the <a href="security/tomee.html">Security Page</a> for more details, and upgrade if you are concerned this may affect you.</p>
</div>
</div>
<div>
<p><a href="download/tomee-7.0.2.html">Apache TomEE 7.0.2 is the most current release. Click here for more information and download links to this release, which features many EE7 capabalities</a></p>
<p><a href="tomee-7.0.2-release-notes.html">Click here to see the 7.0.2 Release Notes</a></p>
<p>You'll find more information about our versions on the <a href="downloads.html">TomEE download page.</a></p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="span6">
<h2>TomEE+</h2>
<p>Apache TomEE Plus has all the features of TomEE with the addition of <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html">JAX-RS (RESTfull Services)</a>, <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/bnayl.html">JAX-WS (Web Services)</a>, <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/bncdq.html">JMS (Java Message Service)</a> and <a target="_blank" href="http://docs.oracle.com/cd/E19798-01/821-1841/bnacz/index.html">JCA (the Java Connector Architecture)</a>.
The additional functionality is delivered via Apache CXF, Apache ActiveMQ and the Geronimo Connector library</p>
<p><a class="btn" href="apache-tomee.html">View details »</a></p>
</div>
<div class="span5">
<h2>OpenEJB</h2>
<p>Apache OpenEJB is a standalone EJB 3.1 container. It can also be used for adding EJB 3.1 capabilities to Tomcat.</p>
<p><a class="btn" href="comparison.html">View details »</a></p>
</div>
<div class="span5">
<h2>Examples</h2>
<p>See the extensive list of examples being developed for Java EE 6. All are functional and tested before publishing. Some are documented. These also stream from the continuous integration system.</p>
<p><a class="btn" href="examples-trunk/index.html">View details »</a></p>
</div>
</div>
<div class="page-header"> </div>
<div class="row">
<div class="span8">
<h1>Apache TomEE 1.7.4
<small>March 2016</small>
</h1>
</div>
</div>
<div class="row">
<div class="span4">
<h2>Web Profile</h2>
<p>Apache TomEE Web Profile delivers Servlets, JSP, JSF, JTA, JPA, CDI, Bean Validation and EJB Lite</p>
<p><a href="../comparison.html">Comparison »</a></p>
<br>
<h2>JAX-RS / Microprofile</h2>
<p>Apache TomEE <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html">JAX-RS / Microprofile (RESTfull Services)</a> delivers the Web Profile plus <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html">JAX-RS (RESTfull Services)</a></p>
<p><a href="../comparison.html">Comparison »</a></p>
<br>
<h2>Plus</h2>
<p>Apache TomEE Plus delivers all that is in the Web Profile and <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html">JAX-RS (RESTfull Services)</a>, plus EJB Full, Java EE Connector Architecture, <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/bncdq.html">JMS (Java Message Service)</a> and <a target="_blank" href="http://docs.oracle.com/javaee/6/tutorial/doc/bnayl.html">JAX-WS (Web Services)</a>.</p>
<p><a href="../comparison.html">Comparison »</a></p>
<br>
<h2>Plume</h2>
<p>Apache TomEE Plume delivers all that is in the Plus Profile, but includes <a target="_blank" href="https://javaserverfaces.java.net/">Mojarra</a> and <a target="_blank" href="http://www.eclipse.org/eclipselink/">EclipseLink</a> support.</p>
<p><a href="../comparison.html">Comparison »</a></p>
</div>
<div class="span5">
<h2>
<small>Java EE6 Certified</small>
</h2>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-webprofile.tar.gz">apache-tomee-1.7.4-webprofile.tar.gz</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-webprofile.tar.gz.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-webprofile.tar.gz.md5">md5</a>)
</li>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-webprofile.zip">apache-tomee-1.7.4-webprofile.zip</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-webprofile.zip.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-webprofile.zip.md5">md5</a>)
</li>
</ul>
<br>
<h2>
<small>Java EE6 Certified</small>
</h2>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-jaxrs.tar.gz">apache-tomee-1.7.4-jaxrs.tar.gz</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-jaxrs.tar.gz.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-jaxrsgz.md5">md5</a>)
</li>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-jaxrs.zip">apache-tomee-1.7.4-jaxrs.zip</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-jaxrs.zip.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-jaxrs.zip.md5">md5</a>)
</li>
</ul>
<h2>
<small>NOT Java EE6 Certified</small>
</h2>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-plus.tar.gz">apache-tomee-1.7.4-plus.tar.gz</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plus.tar.gz.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plus.tar.gz.md5">md5</a>)
</li>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-plus.zip">apache-tomee-1.7.4-plus.zip</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plus.zip.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plus.zip.md5">md5</a>)
</li>
</ul>
<br>
<br>
<br>
<br>
<h2>
<small>NOT Java EE6 Certified</small>
</h2>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/tomee/tomee-1.7.4/apache-tomee-1.7.4-plume.tar.gz">apache-tomee-1.7.4-plume.tar.gz</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plume.tar.gz.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plume.tar.gz.md5">md5</a>)
</li>
<li><a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plume.zip">apache-tomee-1.7.4-plume.zip</a><br>
(<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plume.zip.asc">asc</a> -
<a href="https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.4/apache-tomee-1.7.4-plume.zip.md5">md5</a>)
</li>
</ul>
</div>
<div class="span7">
<div class="featured-video">
<iframe width="300" height="230" src="http://www.youtube.com/embed/Lr8pxEACVRI" frameborder="0" allowfullscreen></iframe>
</div>
<div class="featured-video">
<iframe width="300" height="230" src="http://www.youtube.com/embed/eCrtoSTZ2RE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
{% endblock %}