Seam Framework - Where can I find the JavaDoc for all of Java EE 6? - 0 views
-
Where can I find the JavaDoc for all of Java EE 6? You can find the aggregated JavaDoc for the whole Java EE 6 platform here.
Seam Framework - Why is the constructor invoked twice when a normal scoped bean is crea... - 0 views
-
Why is the constructor invoked twice when a normal scoped bean is created?
-
What you see is the instantiation of two objects: one is the actual bean instance, the other one is the proxy. Both likely invoke the default constructor.
-
That's why it's generally considered a bad idea to do initialization in class construction code. Instead, when using managed beans (objects managed by the EE container) to perform initialisation in a @PostConstruct or @Inject annotated method.
Seam Framework - What is the purpose of the @Model annotation? - 0 views
-
A stereotype is an annotation that aggregates other annotations
-
@Named @RequestScoped @Stereotype
-
@interface Model
- ...3 more annotations...
Getting Started Developing Applications Guide - JBoss AS 7.1 - Project Documentation Ed... - 0 views
-
CDI + JSF + EJB + JTA + Bean Validation + JAX-RS + Arquillian: Kitchensink quickstart
Getting Started Developing Applications Guide - JBoss AS 7.1 - Project Documentation Ed... - 0 views
-
CDI + JPA + EJB + JTA + JSF: Login quickstart
-
displayed using JSF views, business logic is encapsulated in CDI beans, information is persisted using JPA, and transactions can be controlled manually or using EJB
-
Deploying the Login example using Eclipse
- ...6 more annotations...
jboss-jdf/jboss-as-quickstart · GitHub - 0 views
Data Source Configuration in AS 7 | JBoss AS 7 | JBoss Community - 0 views
-
Data Source Configuration in AS 7
-
Using @DataSourceDefinition to configure a DataSource
-
This annotation requires that a data source implementation class (generally from a JDBC driver JAR) be present on the class path (either by including it in your application, or deploying it as a top-level JAR and referring to it via MANIFEST.MF's Class-Path attribute) and be named explicitly.
- ...21 more annotations...
Java Application Security - PicketBox - Project Documentation Editor - 0 views
-
Choice of Authorization Managers. (Drools based authorization
How do I migrate my application from AS5 or AS6 to AS7 - JBoss AS 7.0 - Project Documen... - 0 views
-
Configure changes for applications that use Hibernate and JPA
-
Update your Hibernate 3.x application to use Hibernate 4
-
Changes for Hibernate 3.3 applications
- ...16 more annotations...
JPA Reference Guide - JBoss AS 7.0 - Project Documentation Editor - 0 views
-
Persistence unit properties
-
Should be hibernate3-bundled if Hibernate 3 jars are in the application archive (adapterModule and adapterClass will automatically be set for hibernate3-bundled).
-
org.jboss.as.jpa.hibernate:3 (Hibernate 3 integration classes)
- ...14 more annotations...
JBoss Tools 3.3.0.Final Documentation - 0 views
Admin Guide - JBoss AS 7.0 - Project Documentation Editor - 0 views
-
JDBC Driver Installation
-
recommended way to install a JDBC driver into the application server is to simply deploy it as a regular JAR deployment
Sonatype Nexus Professional - 0 views
Notes on Source Code Import [Enterprise Architect User Guide] - 0 views
Sql Antipatterns Strike Back - 0 views
« First
‹ Previous
941 - 960 of 1272
Next ›
Last »
Showing 20▼ items per page