Group items matching
in title, tags, annotations or urltv.adam-bien.com - 0 views
Dependency Injection in Java EE 6 (Part 6) - 0 views
-
one of the most important value propositions for frameworks like Spring has been the ability to easily extend the framework or integrate third-party solutions
-
SPI allows you to register your own beans, custom scopes, stereotypes, interceptors and decorators with CDI even if is it not included in the automatic scanning process (such as perhaps registering Spring beans as CDI beans), programmatically looking up CDI beans and injecting them into your own objects (such as injecting CDI beans into Spring beans) and adding/overriding annotation-metadata from other sources (such as from a database or property file)
-
SPI can be segmented into three parts. Interfaces like Bean, Interceptor and Decorator model container meta-data (there are a few other meta-data interfaces such as ObserverMethod, Producer, InjectionTarget, InjectionPoint, AnnotatedType, AnnotatedMethod, etc). Each meta-data object encapsulates everything that the CDI container needs to know about the meta-data type
Installing JBoss 7.1. on CentOS 6.x | |opensourcearchitect| - 0 views
-
Shutdown a JBoss 7 instance: To shutdown your JBoss 7 server, execute the following command: $ ./jboss-cli.sh --connect command=:shutdown
-
Startup a JBoss 7, standalone instance: A standalone instance of JBoss 7 can be starting by executing: $ ./standalone.sh -Djboss.bind.address=0.0.0.0 -Djboss.bind.address.management=0.0.0.0&
Java Persistence Performance: How to improve JPA performance by 1,825% - 0 views
Eclipse useful tips and tricks - jboss eclipse - JBoss application server tutorials - 0 views
10 Eclipse tricks you should know - jboss eclipse - JBoss application server tutorials - 0 views
UML with Eclipse Tutorial - 0 views
IRC FAQ - Eclipsepedia - 0 views
-
Where are Eclipse preferences stored?
-
Preferences are stored in various places (this applies to Eclipse 3.1)
-
for each installation (but this may vary for multi-user installations), in files stored in <eclipse_home>/eclipse/configuration/.settings/
- ...18 more annotations...
CDI Conversations part 2 | Andy Gibson - 0 views
Conversational CRUD in Java EE 6 | Andy Gibson - 0 views
Apache Shiro Part 1 - Basics - Java Code Geeks - 0 views
Apache Shiro Part 2 - Realms, Database and PGP Certificates - Java Code Geeks - 0 views
jbossas/quickstart ยท GitHub - 0 views
-
The quickstarts demonstrate JBoss AS 7, Java EE 6 and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project
Quick start with GraniteDS | Granite Data Services - 0 views
-
install the GraniteDS wizard and builder plugins in Eclipse
-
graniteds-tide-cdi-jpa
-
you donโt need to have a Flex SDK installed as it will be retrieved from the Maven repository
- ...12 more annotations...
2. Sample Projects - Confluence - 0 views
-
EJB 3 Session Services
-
JEE6 / CDI Services
-
JBoss Seam Services
- ...7 more annotations...
« First
‹ Previous
61 - 80 of 82
Next ›
Showing 20▼ items per page