Persistence unit properties
Group items matching
in title, tags, annotations or urlBruce Phillips Blog on Java, ColdFusion, Flex and Spry: Java EE 6 Example Projects For ... - 0 views
1More
1. Project Overview - Confluence - 0 views
-
just stumbled across an important link to 'developer guide' docs on this page, which isn't referenced anywhere from the main documentation page! (http://www.graniteds.org/confluence/display/DOC)
17More
shared by kuni katsuya on 14 Jun 12
- No Cached
JPA Reference Guide - JBoss AS 7.0 - Project Documentation Editor - 0 views
docs.jboss.org/...JPA+Reference+Guide
jbossas7 jpa reference documentation persistence-unit jpaprovider

-
Should be hibernate3-bundled if Hibernate 3 jars are in the application archive (adapterModule and adapterClass will automatically be set for hibernate3-bundled).
- ...14 more annotations...
-
“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
-
To enable TRACE, open the as/standalone/configuration/standalone.xml (or as/domain/configuration/domain.xml) file. Search for <subsystem xmlns="urn:jboss:domain:logging:1.0"> and add the org.jboss.as.jpa category
-
Applications can share the same Hibernate3 (for Hibernate 3.5 or greater) persistence provider by manually creating an org.hibernate:3 module (in the AS/modules folder). Steps to create the Hibernate3 module:
6More
ActionScript, NetBeans and FlexBean (PROTIP included) « Greymatter.pl - 0 views
- ...3 more annotations...
-
right/command click an .as file in the project pane and select ‘Open As..’, then select text/javascript MIME type
Mavenizing Javascript Projects « akquinet-blog - 0 views
intellij-java-google-style.xml - google-styleguide - Style guides for Google-originated... - 1 views
/trunk/ - google-styleguide - Style guides for Google-originated open-source projects -... - 0 views
11More
Generic CRUD Service aka DAO - EJB 3.1/0 Code - Only If You Really Needed : Adam Bien's... - 0 views
-
is actually wrong
- ...7 more annotations...
19More
log4jdbc - JDBC proxy driver for logging SQL and other interesting information. - Googl... - 0 views
21More
Java API Design Checklist « The Amiable API - 0 views
10More
VineetReynolds / Java EE 6-Galleria / wiki / Home - Bitbucket - 0 views
-
captures various project design decisions to aid in understanding the design choices made during the design and construction of the application.
- ...7 more annotations...
7More
TH02-EP02-US003 - VFML Admin, Org Mgmt, Create Organization - Projects - Confluence - 0 views
-
onboard a new client
- ...1 more annotation...
-
VFML user
8More
TH02-EP02-US004 - VFML Admin, Org Mgmt, Sync Properties - Projects - Confluence - 0 views
-
using EXCC
-
sync properties
-
As a VFML user
- ...1 more annotation...
-
maintain an accurate listing of properties in an org
31More
TH01-EP03-US004 - Property Mgmt, Edit Location & Directions, Content Mgmt - Projects - ... - 0 views
- ...18 more annotations...
-
As a user
-
ability to see
-
belonging to other organizations
-
clone this information
-
have the rights
-
generally speaking, there can be a few independent but overlapping mechanism that will control who is allowed to do what with content: 1. any subject's access to the content itself can be controlled via authorization rules (ie. required vs granted permissions) enforced via system-wide resource-based access control 2. content licensors (~content owners) can restrict the usage of their content by: * whom - ie. content licensee (legally/commercially represented by an organization) * how - eg. reuse as unmodified, create derivatives, composite, redistribute, etc * where - ie. distribution channels their content can be used (eg. only on hotel's vbrochure site, but not in any ids/gds channels) * when - temporal restrictions may limit scope of content license grant by: start, end, duration, season, etc 3. content licensees can further filter or funnel content available to them (resulting from a combination of license granted to them and access control) based on their own criteria (eg. generate a templated hotel presentation only if: at least 1 textual description, 5 photos and 1 video for a hotel is available with a license to combine them (composite content)
-
-
see how other organizations describe the property
-
displayed
-
ECM will ask user to confirm that the user has rights to use that content
-
if ecm/vfml is to manage content licensing as a third party between organizations (content licensors & licensees) shouldn't ecm *know* if the user('s organization) has rights to use the content in question? is this question posed to the user (with required explicit acknowledgement) purely to absolve vfml from liability issues that may result from licensing disagreements?
-
-
property’s
-
to see the user’s original content
-
this implies that *at least* one version of such (temporarily) replaceable content needs to be managed/maintaned to allow reverting what if, deliberately, ignorantly or maliciously, a user replaces the same piece of--textual or any type, really--content for this hotel n times? will all n versions be required to be managed as an undo history? the user's ''original content'' might have been version 1, but equally might have been 1 mean: - previous version of the content, regardless of which user - initial version of that content attached to the hotel regardless of which user created/updated it and ignoring which organization owns it?, or, -
-
21More
Top 10 Lessons Learned From 10 Years in Agile | Agile Zone - 0 views
- ...18 more annotations...
-
areas of planning, unit testing, test driven development, continuous integration, and test automation.
-
get caught in the weeds of a technical story's delivery and velocity at the expense of overall business value, company and project goals
51More
shared by kuni katsuya on 15 Mar 13
- No Cached
Preemptive commit comments | Arialdo Martini - 0 views
arialdomartini.wordpress.com/...pre-emptive-commit-comments
BDD BehaviorDrivenDevelopment CommitComment BestPractices SoftwareEngineering

-
Tell me what the software does
- ...43 more annotations...
-
No more “Just a fix“, “Improvements” or “I made this, this, this and also this” comments.
-
A preemptive comment sets a micro goal
-
Without preemptive comments, I often went on coding, always asking myself: “Should I commit now? Have I reached a stable state which I could consider a good commit?“
-
A preemptive comment creates a little timebox
-
Writing comments preemptively puts the agreement between the pair members to a test
-
feature branch becomes a collection of evolutionary commits each of which has usually a 1:1 binding with tests
-
very easy to find which commit introduced a bug, since each commit is related to a single new goal/feature
-
I started taking a lot of care of the words I was using in comments, commits, test names and classes/variables/methods’ names