Granite Data Services Blog: New in GraniteDS 2.1.0 RC2: more fun with JEE6/CDI - 0 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...
5. Exception Handling - Confluence - 0 views
-
Exception Handling
-
5. Exception Handling
-
server exceptions
- ...41 more annotations...
Chapter 12. ActionScript 3 Reflection API - 0 views
-
ActionScript 3 Reflection API
-
describeType
-
method returns
- ...5 more annotations...
Mapping JPA Entities To SQL Views - It Works Even With Derby : Adam Bien's Weblog - 0 views
-
Mapping JPA Entities To SQL View
-
return a different “view” to the client
-
Especially in the context of pagination, where the data is mostly retrieved for read-only purposes, database views are the easier and more efficient alternative. Instead of implementing a lot of plumbing on the “Java-side” all the work could be easily done in the database
- ...1 more annotation...
IRC FAQ - Eclipsepedia - 0 views
-
Where are Eclipse preferences stored?
-
Preferences are stored in various places (this applies to Eclipse 3.1)
-
for each installation (but this may vary for multi-user installations), in files stored in <eclipse_home>/eclipse/configuration/.settings/
- ...18 more annotations...
Cryptography Features | Apache Shiro - 0 views
-
Hash Features
-
Deault interface implementations - Shiro provides default Hash (aka Message Digests in the JDK) implementations out-of-the-box, such as MD5, SHA1, SHA-256
-
Built-in Hex and Base64 conversion - Shiro Hash instances can automatically provide Hex and Base-64 encoding of hashed data via their toHex() and toBase64() methods
- ...1 more annotation...
SQL Injection Prevention Cheat Sheet - OWASP - 0 views
-
SQL Injection Prevention Cheat Sheet
-
it is EXTREMELY simple to avoid SQL Injection vulnerabilities in your code.
-
create dynamic database queries that include user supplied input
- ...19 more annotations...
Granite Data Services Blog: Build a Flex CRUD application in 15 minutes with the Grails... - 0 views
Granite Data Services Blog: GraniteDS and GlassFish v3 - 0 views
8. Bean Validation (JSR-303) - Confluence - 0 views
-
"Bean Validation" specification (aka JSR-303) standardizes an annotation-based validation framework for Java
-
Flex doesn't provide by itself such framework. The standard way of processing validation is to use Validator subclasses and to bind each validator to each user input (see Validating data). This method is at least time consuming for the developer, source of inconsistancies between the client-side and the server-side validation processes, and source of redundancies in your MXML code.
-
GraniteDS introduces an ActionsScript3 implementation of the Bean Validation specification and provides code generation tools integration so that your Java constraint annotations are reproduced in your AS3 beans
- ...16 more annotations...
Performance, Load and Stress testing of Flex applications - 0 views
-
NeoLoad
-
can create scenarios to test your Flex applications' behavior under stress and validate their performances, while pinpointing any weaknesses
-
Record the AMF traffic to be played back
- ...2 more annotations...
Migrating from BlazeDS to GraniteDS | Granite Data Services - 0 views
JBoss Developer Framework - 0 views
-
migrating Spring Applications to Java EE 6 technology
-
rationale for migrating your applications from Spring to Java EE 6
-
examples of upgrading the web UI, replacing the data access layer, migrating AOP to CDI interceptors, migrating JMX, how to deal with JDBC templates
- ...1 more annotation...
Article Series: Migrating Spring Applications to Java EE 6 - Part 1 | How to JBoss - 1 views
-
In fact people still love those books without realizing that the world has changed dramatically ever since
-
The reality check here is to wonder whether the rhetorics set forth by Rod Johnson in his 2003/2004 books are still actual today
-
So if you still care about those books, the best way to show your appreciation is probably to use them as your monitor stand
- ...21 more annotations...
Quick start with GraniteDS | Granite Data Services - 0 views
-
install the GraniteDS wizard and builder plugins in Eclipse
-
graniteds-tide-cdi-jpa
-
you don’t need to have a Flex SDK installed as it will be retrieved from the Maven repository
- ...12 more annotations...
JPA Reference Guide - JBoss AS 7.1 - Project Documentation Editor - 0 views
-
Troubleshooting The org.jboss.as.jpa logging can be enabled to get the following information: INFO - when persistence.xml has been parsed, starting of persistence unit service (per deployed persistence.xml), stopping of persistence unit service DEBUG - informs about entity managers being injected, creating/reusing transaction scoped entity manager for active transaction TRACE - shows how long each entity manager operation took in milliseconds, application searches for a persistence unit, parsing of persistence.xml
-
Container-managed Extended Persistence context
-
extended persistence context can
- ...20 more annotations...
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...
« First
‹ Previous
101 - 120 of 138
Next ›
Showing 20▼ items per page