Article Series: Migrating Spring Applications to Java EE 6 - Part 3 | How to JBoss - 0 views
-
Stateless Session Bean is transactional by default
-
In this article we will discuss migrating the DAO layer, AOP and JMX
-
Migrating JDBC templates
- ...3 more annotations...
What additional features does Java EE 6 have to move from Spring? - Java Code Geeks - 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...
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.
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.
2. Flex application initialization - Confluence - 0 views
-
Application initialization
-
correct integration singleton for your application
-
depends on the server framework
- ...7 more annotations...
Adobe Flash Platform * Flash Platform security overview - 0 views
-
There are two basic methods that a developer can use to grant a SWF file access to assets from sandboxes other than that of the SWF file: The Security.allowDomain() method (see Author (developer) controls) The URL policy file (see Website controls (policy files))
-
distinction between loading content and extracting or accessing data
-
Content is defined as media
- ...2 more annotations...
What's the cause of this exception: java.lang.ClassFormatError: Absent Code? | Arquilli... - 1 views
Dependency Injection in Java EE 6 - Part 1 - 0 views
-
Dependency Injection in Java EE 6 - Part 1
-
high-level look at CDI, see how it fits with Java EE overall and discuss basic dependency management as well as scoping.
-
CDI is designed to solve
- ...21 more annotations...
Comparing JSF Beans, CDI Beans and EJBs | Andy Gibson - 0 views
-
differences between CDI beans and EJBs is that EJBs are : Transactional Remote or local Able to passivate stateful beans freeing up resources Able to make use of timers Can be asynchronous
-
Stateless EJBs can be thought of as thread safe single-use beans that don’t maintain any state between two web requests
-
Stateful EJBs do hold state and can be created and sit around for as long as they are needed until they are disposed of
- ...15 more annotations...
« First
‹ Previous
201 - 220 of 248
Next ›
Last »
Showing 20▼ items per page