Bookmarks tagged [jboss]
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/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...
http://javahowto.blogspot.ch/2012/09/how-to-create-global-modules-in-jboss.html
Shows how to create a JBoss module and make it available as global in standalone.xml
:
...
- tags: jboss
https://docs.jboss.org/author/display/MODULES/Introduction
JBoss Modules is a standalone implementation of a modular (non-hierarchical) class loading and execution environment for Java. In other words, rather than a single class loader which loads all JARs ...
- tags: jboss
https://docs.jboss.org/author/display/MODULES/Module+descriptors
A module descriptor is an XML file which describes the structure, content, dependencies, filtering, and other attributes of a module. This format is highly expressive and is tailored for use by the ...
- tags: jboss