Bookmarks tagged [wildfly]
https://samaxes.com/2014/04/jaxrs-beanvalidation-javaee7-wildfly/
I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in Java EE 6, describing how to use Bean Validation with JAX-RS in JBoss AS 7, even ...
- 📆 published on: 2014-04-01
- tags: bean-validation, jaxrs, javaee, wildfly, jboss
- source code
http://www.mastertheboss.com/jboss-server/wildfly-8/creating-clustered-ejb-3-timers
In this tutorial we will demonstrate how to configure a Timer EJB 3 Service on a cluster of servers. You will need WildFly 8 application server and a Database supporting READ_COMMITTED or SERIALIZABLE...
- tags: javaee, wildfly, scheduling
http://www.mastertheboss.com/jboss-server/jboss-as-7/how-to-install-a-module-on-jboss-as-7
Installing a module on WildFly / JBoss AS 7 requires creating a path under the JBOSS_HOME/modules folder. Under this path, you will install the JAR libraries which are part of the module and a `module...
https://docs.jboss.org/author/display/WFLY10/Class+Loading+in+WildFly
order of class loading highest priority to lowest priority; WAR class loading; EAR class loading; class path entries; JBoss Deployment Structure File (jboss-deployment-structure.xml)
- tags: wildfly
http://www.codingpedia.org/ama/how-to-deploy-an-application-on-wildfly-or-jboss-eap-7-via-the-wildfl...
Shows how to deploy a Java EE application on a WildFly or JBoss EAP 7 via the WildFly Maven Plugin...