Group items matching
in title, tags, annotations or urlChapter 5. AS3 Code Generator - 0 views
-
5.2. Generated ActionScript 3 Classes
-
Gas3 uses the principle of "Base" and customizable inherited classes that let you add methods to generated classes without facing the risk of losing them when a new generation process is executed
-
5.3. Java Classes and Corresponding Templates
- ...13 more annotations...
Seam Security - 0 views
6. Technical Overview - 0 views
JAAS Reference Guide - 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.
Chapter 3. Project Setup - 0 views
-
The configuration of a GraniteDS project will generally involve the following steps : Add the GraniteDS jars to the WEB-INF/lib folder of the WAR file or the lib folder of the EAR file Add the GraniteDS listener, servlets and filters in the standard WEB-INF/web.xml configuration file Define the internal configuration of GraniteDS in the WEB-INF/granite/granite-config.xml file Define the application configuration of GraniteDS (remoting destinations, messaging topics...) in the WEB-INF/flex/services-config.xml
-
You will always need granite.jar
-
jar for your JPA provider (granite-hibernate.jar for Hibernate)
- ...11 more annotations...
Chapter 3. Project Setup - 0 views
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>
Chapter 16. Extensibilty - 0 views
-
16.2. Writing a Security Service
-
login(Object credentials)
-
authorize(AbstractSecurityContext context)
- ...20 more annotations...
GraniteDS Documentation - 0 views
jbossas/quickstart · GitHub - 0 views
-
The quickstarts demonstrate JBoss AS 7, Java EE 6 and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project
MySQL :: MySQL 5.5 Reference Manual :: 13.7.5.32 SHOW PROFILES Syntax - 0 views
-
13.7.5.32. SHOW PROFILES Syntax
-
SHOW PROFILE [type [, type] ... ] [FOR QUERY n] [LIMIT row_count [OFFSET offset]]
-
The SHOW PROFILES and SHOW PROFILE statements display profiling information that indicates resource usage for statements executed during the course of the current session.
- ...1 more annotation...
MySQL :: MySQL 5.5 Reference Manual :: 8.12 Measuring Performance (Benchmarking) - 0 views
-
8.12. Measuring Performance (Benchmarking)
Chapter 4. Remoting and Serialization - 0 views
-
4.3. Mapping Java and AS3 objects
-
data conversions are done during serialization/deserialization
-
Externalizers and AS3 Code Generation
- ...21 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
Chapter 4. Remoting and Serialization - 0 views
-
JPA and Lazy Initialization
« First
‹ Previous
81 - 100 of 105
Next ›
Showing 20▼ items per page