Difference between revisions of "Wildfly"
(Created page with "Category:Development JBOSS Wildfly is an application server fully compatible with the JEE standard, like Glassfish. * Official website: http://wildfly.org/ * Download: h...") |
|||
Line 6: | Line 6: | ||
* Download: http://www.wildfly.org/downloads/ | * Download: http://www.wildfly.org/downloads/ | ||
* Documentation: https://docs.jboss.org/author/display/WFLY8/Getting+Started+Guide | * Documentation: https://docs.jboss.org/author/display/WFLY8/Getting+Started+Guide | ||
+ | |||
+ | |||
+ | |||
+ | Official JEE 7 examples: https://github.com/javaee-samples/javaee7-samples | ||
Revision as of 18:54, 25 October 2014
JBOSS Wildfly is an application server fully compatible with the JEE standard, like Glassfish.
- Official website: http://wildfly.org/
- Download: http://www.wildfly.org/downloads/
- Documentation: https://docs.jboss.org/author/display/WFLY8/Getting+Started+Guide
Official JEE 7 examples: https://github.com/javaee-samples/javaee7-samples
Get Wildfly
Download latest Wildfly server: http://wildfly.org/downloads/
Unzip it and launch
$JBOSS/bin/standalone.sh