Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.66 KB

jboss.md

File metadata and controls

38 lines (31 loc) · 2.66 KB

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 ...


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:

...


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 ...


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 ...