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...
Java EE 7 Roadmap (The Aquarium) - 0 views
-
Java EE 7 Roadmap
-
support for use in cloud environments
-
Web Sockets
- ...19 more annotations...
Java Persistence/Transactions - Wikibooks, open books for an open world - 0 views
-
JTA transactions are
-
implicitly defined through SessionBean usage/methods. In a SessionBean normally each SessionBean method invocation defines a JTA transaction.
-
JTA Transactions
- ...10 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...
How To Deal With Interfaces In Java EE 6 (or no more Impl) : Adam Bien's Weblog - 0 views
-
How To Deal With Interfaces In Java EE 6 (or no more Impl)
-
In Java EE 6 interfaces became absolutely optional. Neither in EJB 3.1, nor CDI / JSR-330 you need interfaces. You can inject classes directly. They will be still proxied, so all aspects like persistence, transactions, interceptors, decorators are still available. So you are no more forced to implement interfaces by the container
-
used for: Strategy Pattern: there are already several implementations of an algorithm or concept Layering: there is a clear need to hide e.g. an ugly implementation of a legacy framework API (not very common): you have to expose a API, which gets implemented by SPI (e.g. JDBC)
- ...4 more annotations...
Spring Security - Features - 0 views
-
Domain object instance security: In many applications it's desirable to define Access Control Lists (ACLs) for individual domain object instances. We provide a comprehensive ACL package with features including integer bit masking, permission inheritance (including blocking), an optimized JDBC-backed ACL repository, caching and a pluggable, interface-driven design.
-
OpenID Support: the web's emerging single sign-on standard (supported by Google, IBM, Sun, Yahoo and others) is also supported in Spring Security
-
Easy integration with existing databases: Our implementations have been designed to make it easy to use your existing authentication schema and data (without modification). Of course, you can also provide your own Data Access Object if you wish. Password encoding: Of course, passwords in your authentication repository need not be in plain text. We support both SHA and MD5 encoding, and also pluggable "salt" providers to maximise password security.
- ...5 more annotations...
Interview of GraniteDS founders | RIAgora - 0 views
-
explained the origin of GraniteDS and the differences with LiveCycle Data Services
-
ActionScript3 reflection API
-
GraniteDS 2.2
- ...8 more annotations...
Chapter 9. Integration with Seam 2.2 - 0 views
-
Integration with Seam 2.2
-
GraniteDS provides out-of-the-box integration with Seam 2.2 via either the RemoteObject API or the Tide API to remotely call Seam components, and fully supports serialization of JPA entities from and to your Flex application, taking care of lazily loaded associations
AllPermission (Apache Shiro 1.2.1 API) - 0 views
-
AllPermission
-
always implies any other permission
-
implies method
- ...2 more annotations...
Seam Cron Module - 0 views
-
Seam Cron is a CDI portable extension for scheduled and asynchronous method invocation
-
It wraps common scheduling and backgrounding tasks in an intuitive, type-safe, event driven API
-
Seam Cron Module
The WebSocket API - 0 views
-
two-way communication with a remote host.
Quick Start · SpringSource/spring-social Wiki - 0 views
-
SpringSource / spring-social
-
Quick Start
-
get you up and running with Spring Social in your web application
- ...5 more annotations...
fernandezpablo85/scribe-java · GitHub - 0 views
GraphicsMagick FAQ - 0 views
-
How does GraphicsMagick differ from ImageMagick?
-
How does GraphicsMagick differ from ImageMagick?
-
originally based on (forked from) ImageMagick 5.5.2 in November 2002
- ...13 more annotations...
« First
‹ Previous
41 - 60 of 110
Next ›
Last »
Showing 20▼ items per page