ActionScript 3 Reflection API
9More
Chapter 12. ActionScript 3 Reflection API - 0 views
- ...5 more annotations...
-
XML data
-
describing its parameter object and is therefore not type-safe and its use is subject to many syntax errors.
-
GraniteDS provides a Java-like reflection API that encapsulates describeType calls and offers a type-safe, object-oriented, set of reflection classes and methods
3More
shared by kuni katsuya on 14 Sep 12
- No Cached
Matrix of supported platforms, runtimes and technologies in JBossTools & JBDS | JBoss T... - 0 views
community.jboss.org/...ndTechnologiesInJBossToolsJBDS
jbosstools eclipse jbossas7 Seam JSF RichFaces compatibility

1More
Adding CDI to an existing Java EE 6 application « Antonio's Blog - 0 views
9More
shared by kuni katsuya on 14 Sep 12
- No Cached
Transactional Interceptors (Linda DeMichiel's Blog) - 0 views
blogs.oracle.com/...transactional_interceptors
javaee javaee7 TransactionalInterceptors transactions CDI interceptors jbossas7

4More
shared by kuni katsuya on 14 Sep 12
- No Cached
Transactional Interceptors in Java EE 7 - Request for feedback (The Aquarium) - 0 views
blogs.oracle.com/...tional_interceptors_in_java_ee
javaee javaee7 TransactionalInterceptors transactions CDI interceptors

22More
Java EE 7 Roadmap (The Aquarium) - 0 views
- ...19 more annotations...
-
we believe that providing solid support for standardized PaaS-based programming and multi-tenancy would delay the release of Java EE 7 until the spring of 2014
47More
shared by kuni katsuya on 13 Sep 12
- No Cached
5. Exception Handling - Confluence - 0 views
www.graniteds.org/...5.+Exception+Handling
graniteds ExceptionHandling javaee6 Flex ActionScript actionscript3

- ...41 more annotations...
-
possible to define common handlers for particular fault codes on the client-side, and exception converters on the server-side, to convert server exceptions to common fault codes
-
t.getMessage(), detail, t
-
* instead of *wrapping* the server-side exception and rethrowing it to the client, ** extract only details relevant to the client (eg. include: human-friendly error message and any helpful parametrized data, exclude: stack traces), ** "wrap" it in a generic ServiceException, which gets "thrown" remotely to the client * client can check ServiceException.getCode() to implement behavior tailored to server-side exception 'type'
-
-
ENTITY_NOT_FOUND
-
all EntityNotFound exceptions on the server-side, and convert it to a proper ENTITY_NOT_FOUND fault event.
-
<exception-converters> <exception-converter type="com.package.SomeExceptionConverter"/> </exception-converters>
-
IExceptionHandler
4More
CDI With Or Without EJB 3.1 : Adam Bien's Weblog - 0 views
-
boundary
-
see 'WHY SERVICE ISN'T A SERVICEFACADE, BUT SERVICEFACADE IS SOMETIMES A SERVICE...' @ http://www.adam-bien.com/roller/abien/entry/why_service_isn_t_a
-
24More
Dependency Injection in Java EE 6 - Part 1 - 0 views
-
high-level look at CDI, see how it fits with Java EE overall and discuss basic dependency management as well as scoping.
- ...21 more annotations...
-
CDI allows you to manage the scope, state, life-cycle and context for objects in a much more declarative fashion, rather than the programmatic way
-
well-defined create/destroy life-cycle that you can get callbacks for via the @PostConstruct and @PreDestroy annotations.
-
CDI does not directly support business component services such as transactions, security, remoting, messaging
-
JSR 330 defines a minimalistic API for dependency injection solutions and is primarily geared towards non-Java EE environments.
-
none of this uses string names that can be mistyped and all the code is in Java and so is checked at compile time
-
are additional pieces of meta-data that narrow down a particular class when more than one candidate for injection exists
4More
Dependency Injection in Java EE 6: Conversations (Part 4) - 0 views
BlazeDS vs Granite DS vs WebORB vs LiveCycle DS for business applications on Flex and J... - 0 views
22More
Chapter 14. Tide client framework - 0 views
- ...18 more annotations...
-
temporary contexts that can be created and destroyed at any time during the lifetime of the application
23More
Chapter 16. Extensibilty - 0 views
- ...20 more annotations...
-
If authorization fails, either because the user is not logged in or because it doesn't have required rights, it must throw an appropriate org.granite.messaging.service.security.SecurityServiceException.
-
only one instance of this service is used in the entire web-app and will be called by concurrent threads
-
This method is called upon each and every service method call invocations (RemoteObject) or subscribe/publish actions (Consumer/Producer). When used with RemoteObjects, the authorize method is responsible for checking security, calling the service method, and returning the corresponding result.
40More
Chapter 10. Integration with CDI - 0 views
- ...37 more annotations...
-
10.1. Configuration with Servlet 3 On Servlet 3 compliant containers, GraniteDS can use the new APIs to automatically register its own servlets and filters and thus does not need any particular configuration in web.xml. This automatic setup is triggered when GraniteDS finds a class annotated with @FlexFilter in one of the application archives:
-
@FlexFilter(configProvider=CDIConfigProvider.class) public class GraniteConfig { }
-
tide=true, type="cdi", factoryClass=CDIServiceFactory.class, tideInterfaces={Identity.class}
-
It is possible to benefit from even more type safety by using the annotation [Inject] instead of In. When using this annotation, the full class name is used to find the target bean in the CDI context instead of the bean name.
Opentravel Alliance Open Source Software - 0 views
otoss - Open Source Reference Implementation of the Open Travel Specifications - Google... - 0 views
Granite Data Services Blog: New in GraniteDS 2.1.0 RC2: more fun with JEE6/CDI - 0 views
Eclipse platform plugin - 0 views
MySQL Error Number 1005 Can't create table . (errno: 150) « reddysblog - 0 views
View AllMost Active Members
View AllTop 10 Tags
- 160java
- 159javaee6
- 113security
- 100graniteds
- 86CDI
- 85JPA
- 68documentation
- 67Flex
- 62agile
- 61ApacheShiro
- 52jbossas7
- 50database
- 47configuration
- 45BestPractices
- 44jboss
- 44tutorial
- 43authorization
- 38jira
- 38maven
- 37testing