Modes define what SQL syntax MySQL should support and what kind of
data validation checks it should perform
Group items matching
in title, tags, annotations or url
11More
MySQL :: MySQL 5.1 Reference Manual :: 5.1.7 Server SQL Modes - 0 views
-
When working with InnoDB tables using the InnoDB Plugin, consider also the innodb_strict_mode configuration option. It enables additional error checks for InnoDB tables, as listed in InnoDB Strict Mode
- ...7 more annotations...
-
Setting the SESSION variable affects only the current client. Any client can change its own session sql_mode value at any time
-
To avoid this, it is best to use single-row statements because these can be aborted without changing the table
4More
Hibernate - Many-to-Many example - join table + extra column (Annotation) - 0 views
70More
Chapter 2. Mapping Entities - 0 views
- ...66 more annotations...
-
The identifier type must contain the same properties as the identifier properties of the entity: each property name must be the same, its type must be the same as well if the entity property is of a
-
WarningThis approach is inherited from the EJB 2 days and we recommend against its use. But, after all it's your application and Hibernate supports it.
-
foreign key is held by one of the entities (note that this FK column in the database should be constrained unique to simulate one-to-one multiplicity)
-
association table is used to store the link between the 2 entities (a unique constraint has to be defined on each fk to ensure the one to one multiplicity)
-
String number
4More
Project Overview - 0 views
- ...1 more annotation...
-
implementation of the Flex remoting protocol and of the AMF3 data format, with out-of-the-box adapters for all usual Java frameworks
2More
Chapter 11. Client-Side Validation API (JSR 303) - 0 views
13More
Chapter 15. Data Management - 0 views
-
Tide maintains a client-side cache of entity instances and ensures that every instance is unique in the Flex client context
-
Tide provides an integration between the Flex/LCDS concept of managed entities and the server persistence context (JPA or Hibernate).
- ...10 more annotations...
-
All entities marked as [Managed] are considered as corresponding to Hibernate/JPA managed entities on the server
-
It is highly recommended to use JPA optimistic locking in a multi-tier environment (@Version annotation
-
In conclusion, the recommended approach to avoid any kind of subtle problems is to have a real uid property which will be persisted in the database
-
Here all loaded collections of the Person object will be uninitialized so uperson contains only the minimum of data to correctly merge your changes in the server persistence context
-
Tide uses the client data tracking (the same used for dirty checking, see below) to determine which parts of the graph need to be sent.
-
Tide integrates with Hibernate Validator 3.x and the Bean Validation API (JSR 303) implementations, and propagate the server validation errors to the client UI components
6More
shared by kuni katsuya on 15 May 12
- No Cached
Chapter 3. Project Setup - 0 views
www.graniteds.org/...graniteds.projectsetup.html
graniteds maven archetypes spring jpa hibernate tide seam2 cdi

6More
Chapter 10. Integration with CDI - 0 views
-
fully supports serialization of JPA entities from and to your Flex application, taking care of lazily loaded associations
- ...3 more annotations...
19More
shared by kuni katsuya on 15 May 12
- No Cached
Chapter 2. Usage Scenarios - 0 views
www.graniteds.org/...graniteds.usagescenarios.html
graniteds usage scenarios javaee6 jboss glassfish jpa2 cdi tide

- ...16 more annotations...
-
its own client implementations of these classes org.granite.gravity.Consumer and org.granite.gravity.Producer that provide very similar functionality
-
GraniteDS support for externalization of lazily loaded JPA entities/collections, and support for scalable messaging though Gravity
8More
Chapter 15. Data Management - 0 views
-
Tide provides an integration between the Flex/LCDS concept of managed entities and the server persistence context (JPA or Hibernate)
-
Tide maintains a client-side cache of entity instances and ensures that every instance is unique in the Flex client context
- ...5 more annotations...
-
Tip The easiest and recommended way for getting Tide enabled managed entities is to generate them from Java classes with Gas3 or the GDS Eclipse builder using the tide="true" option.
-
In a typical Flex/app server/database application, an entity lives in three layers: the Flex client the Hibernate/JPA persistence context the database
Netbeans PHP Configuration - Reference - Confluence - 0 views
confluence.visualfrenzy.com/...Netbeans+PHP+Configuration
netbeans php debug remote debugging xdebug

11More
Java EE wins over Spring « Bill the Plumber - 0 views
-
Spring is controlled by ONE COMPANY. It is not an independent open source organization like Apache. At least with Java EE there are multiple OPEN SOURCE implementations. How long before VMWare decides its $500 million investment needs to be recouped and they start charging for Spring in a big way? Don’t think it can happen? Think again…VMWare is in the same poor position BEA/WLS was against JBoss with Red Hat’s VM/Cloud tech eating away at VMWare’s margins. There is a much higher chance of them scrambling for revenue sources than Red hat ever being acquired by Oracle.
-
Core JavaServer Faces JSF 2.0 Cookbook JavaServer Faces 2.0, The Complete Reference EJB 3.1 Cookbook Enterprise JavaBeans 3.1 Beginning Java EE 6 with GlassFish 3 Java EE 6 with GlassFish 3 Application Server Java EE 6 Development With NetBeans 7 Real World Java EE Patterns Rethinking Best Practices Real World Java EE Night Hacks Dissecting the Business Tier
- ...8 more annotations...
-
if you’ve heard Rod Johnson speak he is always adamant that Spring has replaced Java EE. Its good to see that his rhetoric is utter BS!
-
Application server started to get their act together with regards to boot time. It started with Glassfish and ended with JBoss 7. Both of which can boot in a matter of seconds.
-
Arquillian allows you to run your unit tests in a real environment with real transactions, etc. Personally I always despised mocks because they didn’t test in the environment you were going to run in. I thought they were pointless and to this day, I refuse to use this testing pattern.
-
I’m glad Rod and company were able to cash out with the VMWare acquisition before Java EE was able to regain its dominance
-
SpringSource pushed Java EE to innovate and for that I’m very grateful. For Java EE, it was either evolve or die. They evolved, now its time for Spring to die.