Contents contributed and discussions participated by kuni katsuya
equalsverifier - EqualsVerifier can be used in Java unit tests to verify whether the co... - 0 views
-
EqualsVerifierEqualsVerifier can be used in Java unit tests to verify whether the contract for the equals and hashCode methods in a class is met. The contracts are described in the Javadoc comments for the java.lang.Object class.
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
jboss-jdf/jboss-as-quickstart · GitHub - 0 views
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...
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.1 - Project Documentation Editor - 0 views
-
Replacing the current Hibernate 4.0.x jars with a newer version
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
Import Binary Module [Enterprise Architect User Guide] - 0 views
-
Import Binary Module
-
To import a binary module, right-click on the target package in the Project Browser and select the Code Engineering | Import Binary Module context menu option
-
- ...2 more annotations...
« First
‹ Previous
921 - 940 of 1268
Next ›
Last »
Showing 20▼ items per page