Chapter 6. Messaging (Gravity) - 0 views
-
Granite Data Services provides a messaging feature, code name Gravity, implemented as a Comet-like service with AMF3 data polling over HTTP (producer/consumer based architecture)
-
GraniteDS messaging relies on two main AS3 components on the Flex side: org.granite.gravity.Consumer and org.granite.gravity.Producer
-
6.3. Common Configuration There are three main steps to configure Gravity in an application: Declare the Gravity servlet implementation for your target server in web.xml Declare a messaging service and destination in services-config.xml, mapped to a specific channel definition of type GravityChannel
- ...10 more annotations...
Chapter 10. Integration with CDI - 0 views
-
10.3.5. Security GraniteDS provides a client-side component named identity that ensures the integration between the client RemoteObject credentials and the server-side container security. It additionally includes an easy-to-use API to define runtime authorization checks on the Flex UI.
-
CDI identity component (of class org.granite.tide.cdi.Identity) predictably provides two methods login() and logout()
-
identity component is integrated with server-side role-based security and can be used to get information or show/hide UI depending on the user access rights:
- ...2 more annotations...
Chapter 9. Integration with Seam 2.2 - 0 views
-
9.2.6. Integration with Seam Security
-
When not using the Seam native setup, you have to manually configure the integration of Seam Security in granite-config.xml.
-
<granite-config> ... <!-- ! Use Seam 2.1+ based security service. !--> <security type="org.granite.seam21.security.Seam21SecurityService"/> </granite-config>
Seam - Contextual Components - 0 views
-
15.6. Authorization
-
Seam Security is built around the premise of users being granted roles and/or permissions, allowing them to perform operations that may not otherwise be permissible for users without the necessary security privileges
-
15.6.1. Core concepts
- ...15 more annotations...
Maven - Security Annotation Framework - 0 views
Using Apache Shiro Security to allow login via Facebook - part 2 « Mike's Notes - 0 views
Application Security With Apache Shiro - 0 views
-
previously known as the JSecurity project
-
The word Subject is a security term that basically means "the currently executing user"
-
Core Concepts: Subject, SecurityManager, and Realms
- ...12 more annotations...
ICW Developer Network - 0 views
-
ComparisonThis section provides a brief comparison of SAFs functionality with that of the Acegi Security Framework [11] and JBoss Seam Security [12]
-
Acegi’s Policy Decision functionality is not based on Java security standards but on a proprietary solution
-
ACL defines per domain object who has access permissions
- ...5 more annotations...
Seam Framework - Maven Artifacts - 0 views
-
adding this profile to your settings.xml
-
Seam 3 modules and examples are published to the JBoss Community Maven Repository when they are released
-
<url>http://repository.jboss.org/nexus/content/groups/public</url>
- ...1 more annotation...
Chapter 3. Project Setup - 0 views
Admin Guide - JBoss AS 7.1 - Project Documentation Editor - 0 views
-
Deployment of -ds.xml files
-
Starting with JBoss Application Server 7.1.0.Final you have the ability to deploy a -ds.xml file following the schema: http://docs.jboss.org/ironjacamar/schema/datasources_1_1.xsd It is mandatory to use a reference to an already deployed / defined <driver> entry.
AmbySoft Inc. Coding Standards for Java - 0 views
« First
‹ Previous
801 - 820 of 1272
Next ›
Last »
Showing 20▼ items per page